/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.org *****/


/********************************* General styles ******************************/

body,html {
	color: black;
	font-size:11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
   	min-height:100%;
   	height:auto !important;
   	height:100%;
   	background: #FFFFFF; 

}

body {

	padding: 0px;
	margin: 0px;

}

p {
	padding: 0px;
	margin: 2px 0px 3px 0px;
}


input, select, textarea {
	border: 1px solid #008ce1;
	margin-bottom: 1px;
}
h1 {

   color: #000000;
   font-family: Verdana, Tahoma, Arial, Sans-Serif;
   letter-spacing:1px;
   font-size:14px;

}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color:#000000 !important;
}
hr {
	height: 1px;
	border: 1px solid #dddddd;
}


/*******************************************************************************/


/************************************ Basic ************************************/

#headcontainer {

}

#navicontainer {

	width:199px;
	border-right: 1px solid #dddddd;
	padding-top:48px;
	vertical-align:top;
}

#navi {

	float:right;
	width:150px;
	background:#f9f9f9;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align:left;
	font-size:12px;

}


#navi2 {

	float:right;
	width:145px;
	background:#f9f9f9;
        border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align:left;
	margin-bottom:150px;

}

#navi2tab {

	margin-top:30px;


}


#contentcontainer {

	padding-top:25px;
	width:601px;
	
}

#content {

	width:560px;
	color: black;
	font-size:11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	line-height: 1.5;
	text-align:justify;
	padding-bottom:50px;
}


#provi {

	border-bottom:1px solid #dddddd;

}

#container {
	width: 100%;
	text-align: left;
}

#titlecontainer {

	border-bottom: 1px solid #dddddd;
	text-align:left;
	padding: 0px 0px 0px 0px;
	line-height:10px;

}

#langcontainer {

	border-bottom: 1px solid #dddddd;
	text-align:right;
	padding: 0px 0px 0px 0px;
	line-height:10px;

}

#rightcontainer {

	width:150px;
	padding-top:48px;
	border-left: 1px solid #dddddd;

}

#linkcontainer {

	/* border: 1px solid #dddddd; */
	text-align:left;
	float:left;
	font-size:10px;

}

#linksep {

	/*border-bottom: 1px solid #dddddd; */
	text-align:left;
	font-size:10px;

}

.header-left {
	background: #E0E0DF url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #E0E0DF url(img/header-right.gif) repeat-y;
}

.document-left {
	background: #EFEFEF url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #EFEFEF url(img/document-right.gif) repeat-y;
}


#footer {
	background: url(img/footer.gif) repeat-x;
	color: white;
	font-size: 10px;
	height:4px;
}
.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}

#left-column {
	vertical-align: top;
	background: #dae8f0;
	width: 180px;
}

#document-column {
	vertical-align: top;
	width: 540px;
	text-align: left;
	background: white;
}

#right-column {
	vertical-align: top;
	background: #dae8f0;
	width: 180px;
	text-align:center;
}

#logou {
	font-size:10px;
	width: 120px;
	text-align:center;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	
	font-size:12px;

}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	margin-top:1px;
	margin-bottom:1px;
	color: black !important;
	background-image: url(img/nav1.jpg);
}

.navigation li.current a {
	font-weight: bolder;
	background-image: url(img/nav2.jpg);
}
.navigation li a:hover {
	color:#000000;
	background-image: url(img/nav2.jpg);
}


/* aus style.css */


.navigation li.level0 a {
	margin-left: 0px;
	font-size: 100%;
}
.navigation li.level1 a {
	margin-left: 15px;
	font-size: 100%;
}
.navigation li.level2 a {
	margin-left: 25px;
	font-size: 90%;
}
.navigation li.level3 a {
	margin-left: 35px;
	font-size: 80%;
}
.navigation li.level4 a {
	margin-left: 45px;
	font-size: 70%;
}



.navi2l:link {color:#000000; text-decoration:none; font-size:10px;}
.navi2l:visited {color:#000000; text-decoration:none; font-size:10px;}
.navi2l:active {color:#000000; text-decoration:none; font-size:10px;}
.navi2l:hover {color:#f6640e; text-decoration:none; font-size:10px;}



#linkcontainer a {color:gray; text-decoration:none; font-size:10px;}
#linkcontainer a:hover {color:#f6640e; text-decoration:none; font-size:10px;}

#subnav_menu {

text-align:center;

}

.subnav_menu A:link, .subnav_menu A:visited, .subnav_menu A:active
  {
	width: 131px;
	background-image: url('../images/subnav_square.jpg');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #878685;
	font-size: 11px;
	text-decoration:none;
	display: block;
	line-height:9pt;
  }

.subnav_menu A:hover
  {
	text-decoration:underline;
  }
  
p.td_subnav
  {
  	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
  	
  }

div.subnav_titel  
  {
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
  }

/*******************************************************************************/


/************************************ Content **********************************/
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: none;
	color: gray;
}
#content a:hover {
	text-decoration: underline;
	color: #f6640e;
}

#content {
	height: 400px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {

	border-bottom: 1px solid #dddddd;
	color: 000000;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 15px;
}
#info a {
	text-decoration: none;
	color: gray;
}
/*******************************************************************************/

