/********************************************************************************/
/********************************************************************************/
/* CSS for www.karlkohlbacher.com						*/
/********************************************************************************/
/********************************************************************************/


/********************************************************************************/
/* Body										*/
/********************************************************************************/

body { 
	background-color: #D5D5FF; 
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration: none; 
	color: #0000CC;
	background-color:inherit;
}
	
a:hover {  
	font-weight: normal; 
	cursor: auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration: underline;
}

a.strong {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none; 
	color: #0000CC;
	background-color:inherit;
}
	
a.strong:hover {  
	font-weight: normal; 
	cursor: auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: underline;
}



h1 {
	font-size: 14px;

}

h2 {
	font-size: 11px;
	margin-bottom: 5px;

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}


/********************************************************************************/
/* MAIN TABLE 									*/
/********************************************************************************/

.t_main {
	width:80%;
	margin-left:10%; 
	margin-right:10%;
	border-width:2px;
	border-style:solid;
	border-color:#000066;
	background-color: #EEFFFF;
	color:black;
	padding:0px; 	
}

/********************************************************************************/
/* SUPER AREA NAVIGATION 1 AND LOGO 						*/
/********************************************************************************/

.t_nav1Logo {
	width:100%;
	border-collapse:collapse;
}



/********************************************************************************/
/* AREA LOGO 									*/
/********************************************************************************/

.c_logo {
	background-color:#000066;
    	height: 70px;
	color:white;
}


/********************************************************************************/
/* AREA NAVIGATION 1 								*/
/********************************************************************************/


.c_nav1 {
	background-color:#000066;
	color:black;
	vertical-align:bottom;
}


.t_nav1 {
	background-color:#000066;
	color:black;
	text-align:center;
}

.c_nav1NotActive {
	background-color:#FFCC11; /*orange*/
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:white;
	width:80px;
	height:20px;
	padding:0px;
}


.c_nav1Active {
	background-color:red;
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:white;
	width:80px;
	height:20px;
	padding:0px;
}

a.navLink1:link {
	text-decoration:none;
	font-weight:bold;
	color:white;
	background-color:inherit;
	font-size:12px;
}

a.navLink1:visited { 
	text-decoration:none;
	font-weight:bold;
	color:white;
	background-color:inherit;
	font-size:12px;
}

a.navLink1:hover { 
	text-decoration:none; 
	font-weight:bold;
	color:blue;
	background-color:inherit;
	font-size:12px;
}

a.navLink1:active { 
	text-decoration:none; 
	font-weight:bold;
	color:white;
	background-color:inherit;
	font-size:12px;
}

/********************************************************************************/
/* AREA ORIENTATION								*/
/********************************************************************************/

.t_orientation {
	width:100%;
	background-color:white;
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:#000066;
	font-size:12px;
}

.c_orientation {
	width:70%;
}

.c_language {
	width:20%;
	text-align:right;
}

.c_sitemap {
	width:10%;
	text-align:right;
}


a.orientationLink:link{
	font-size:11px; 
	text-decoration:none; 
}

a.orientationLink:hover{
	font-size:11px; 
	text-decoration:underline;
}

a.orientationLink:visited{
	font-size:11px; 
	text-decoration:none;
}

a.orientationLink:active { 
	font-size:11px;
	text-decoration:none; 	
}


/********************************************************************************/
/* SUPER AREA NAVIGATION 2 AND CONTENT 						*/
/********************************************************************************/

.t_nav2Content {
	width:100%;
}



/********************************************************************************/
/* AREA NAVIGATION 2 								*/
/********************************************************************************/

.t_nav2 {
	background-color:#000066;
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:black;
	font-size:12px;
}

.c_nav2 {
	vertical-align:top;
	width:16%;
}

.c_nav2Title {
	background-color:#000066;
	color:white;
}


.c_nav2NotActive {
	background-color:#FFCC11; /*orange*/
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:white;
	text-align:center;
	width:100px;
}


.c_nav2Active {
	background-color:red;
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:white;
	text-align:center;
	width:100px;
}

a.navLink2:link {
	text-decoration:none;
	font-weight:bold;
	color:white;
	background-color:inherit;
	font-size:10px;
}

a.navLink2:visited { 
	text-decoration:none;
	font-weight:bold;
	color:white;
	background-color:inherit;
	font-size:10px;
}

a.navLink2:hover { 
	text-decoration:none; 
	font-weight:bold;
	color:blue;
	background-color:inherit;
	font-size:10px;
}

a.navLink2:active { 
	text-decoration:none; 
	font-weight:bold;
	color:white;
	background-color:inherit;
	font-size:10px;
}


/********************************************************************************/
/* AREA CONTENT 								*/
/********************************************************************************/

.c_content {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	vertical-align:top;
	text-align:justify;
}

.c_news {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	vertical-align:top;
	text-align:left;
}




/********************************************************************************/
/* AREA FOOTER 									*/
/********************************************************************************/

.t_footer {
	width:100%;
	border-collapse:collapse;

}

.c_copyright {
	width:55%;
	font-size: 10px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000066;
}

.c_webmaster {
	width:15%;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000066;
}

a.webmaster {
	font-size: 10px; 
}

a.webmaster:hover {
	font-size: 10px; 
}

.c_w3cHTML {
	width:15%;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000066;
	vertical-align:bottom;
	padding-top:5px;

	
}

.c_w3cCSS {
	width:15%;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000066;
	padding-top:5px;
}

/********************************************************************************/
/* NEWS TABLE 									*/
/********************************************************************************/

.t_news {
	border-width:1px;
	border-style:solid;
	border-color:#000066;
	background-color: #FFFFFF;
	color:black;
	padding:0px; 	
}





