﻿body { 
	color: #444; 
	background-color: #fff;
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 12px; 
	line-height: 16px;
	font-family: Arial, Calibri, "Times New Roman", times, serif; 
	text-align: left;
	margin: 0px; 
	padding: 0px;
	}
	
p {
	font-size: 12px; 
	line-height: 16px;
	font-family: Arial, Calibri, "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
}
	
h1, h2, h3, h4 {
	font-size: 12px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Arial, Calibri, "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	padding-bottom: 5px;
	}
	
ul
{
	margin-top: 0px;
	margin-bottom: 5px;
	
}
	
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0044cc;
	}
	
a:visited, 
a:visited:hover { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0044cc;
	}
	
a:hover, 
a:active { 
	text-decoration: underline; 
	color: #0044cc;
	}
acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

/* major divs */
#container { 
	width: 800px; 
	background-color: #fff;
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
	
#intro {
	width: 555px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#main {
	width: 565px;
	float: left;
	min-height: 1px;
	}
	
#linkList {
	float: left;
	width: 220px;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	min-height: 1px;
	}
	
#footer {
	width: 800px;
	background-color: #68A3F1;	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	float: left;
	}
	
/* minor divs */
#pageHeader {
	width: 798px;
	height: 245px; /*20px; /* strange but ie6 needs this */
	background-image: url(PageHeader_Blue.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;    
	border-right: 1px solid #68A3F1;    
	border-bottom: 1px solid #68A3F1;    
	border-left: 1px solid #68A3F1;    
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#pageHeader h1 {
	width: 600px;
	color: #0059CF;
	font-size: 30px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	padding: 195px 0px 0px 0px;
	}
	
#pageHeader h2 {
	width: 600px;
	color: #0059CF;
	font-size: 14px; 
	line-height: 16px;
	font-weight: normal;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}

.content,		
.news,	
#zeta,
#biswanger,
#visualstudioone,
#ontour,
#room,
#dbischof,	
#content,
#explanation,
#participation
 {
	width: 545px;
	border: 1px solid #68A3F1;    
	background-color: #fff;	
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	}

#aboutus 
{
	width: 545px;
	border: 1px solid #68A3F1;    
	background-color: #fff;	
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

#dbischof img,
#ontour img,
#room img
{
	border: 1px solid #68A3F1;
	float: right;
	margin: 2px 0px 2px 10px;
}

#visualstudioone img,
#biswanger img,
#zeta img
{
	border: none;
	display:inline;
	float: right;
	margin: 2px 0px 2px 10px;
	clear:none;
}
.news img
{
	
	border: 1px solid #68A3F1;
	display:inline;
	float: right;
	margin: 2px 0px 2px 10px;
}
	
#footer a:link,
#footer a:visited, 
#footer a:visited:hover,
#footer a:hover, 
#footer a:active {
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
	color: #fff;
	}
	
.content p,	
.news p,
#zeta p,
#biswanger p,
#visualstudioone p,
#aboutus p,
#content p 
{
	padding-bottom: 10px;
	text-align: left;
}

#main h3 {
	color: #fff;
	background-color: #68A3F1;
	background-image: url(contentheader.jpg);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 12px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
	}
	
#linkList ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}
	
#linkList li {
	display: block;
	list-style-type: none;
	color: #6c9e2d;
	background-color: #fff;
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal; 
	font-style: italic;
	font-family: Arial,Calibri, "Times New Roman", times, serif; 
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}

#linkList p
{
	margin-top: 10px;
	margin-left: 5px;
	font-weight: bold;
}
	
#linkList li a:link,
#linkList li a:visited, 
#linkList li a:visited:hover,
#linkList li a:active {
	font-style: normal;
	padding-right: 5px;
	color: #0044cc;
	text-decoration: none;
	}

.c { 
	color: #6c9e2d ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	}

#linkList h3 {
	color: #fff;
	background-color: #68A3F1;
	background-image: url(contentheader.jpg);
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 12px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-transform: uppercase;
	text-align: left; 
	border-bottom: 1px solid #68A3F1;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}

#lsponsors ul,
#levents ul
{
	border-top: none;
}

#lsponsors li,
#levents li
{
	text-align: center;
	background-color: #fff;
	border-bottom: none;
}

#lmenu,
#lappointments,
#lMembers,
#lsponsors,
#lselect,
#lfavorites,
#larchives,
#lresources,
#levents
{
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #68A3F1;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
}
	

	
	
/* sozials */
.sozial
{
   
}

.sozial a:link,
.sozial a:visited, 
.sozial a:visited:hover,
.sozial a:hover, 
.sozial a:active
{
	text-decoration: none;
}

.sozial img
{
	width: 28px;
	height: 28px;
	border: none;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}
