

/* basic elements
----------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #E2EBED;
	background-position: center;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	}

p {
	font-size: 13px; 
	line-height: 14px;
	font-family: Verdana, Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}

h1, h2, h3 {
	margin: 0px; 
	padding: 0px;
	font-size: 12px; 
	line-height: 14px;
	font-weight: normal; 
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	}

#header_link a {
	color: #FFF;
	}

#header_link a:hover {
	text-decoration: underline; 
	color: #FFF;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2866B1;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2866B1;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #2866B1;
	}

acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

.photo {
	float: right;
	width: 151px;
	height: 196px;
	border: 1px solid #999; 
	margin: 4px 0px 4px 8px;
	}
	



/* containers
----------------------------------------------- */

#container_Main {
	position: absolute;   
	top: 0px;
	left: 50%;
	margin-left: -393px;
	width: 786px;
/*	height: 500px;*/
	margin-right: auto
	margin-left:auto;
	padding: 0px 0px 0px 0px;
	}

#container_Header {
	position: absolute;
	top: 0px;
 	width: 786px;
 	height: 175px;
 	background-image: url(images/image_title_oldred.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}

#container_Header h1 {
 	width: 600px;
	color: #FFF;
	font-size: 18px; 
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 14px 0px 0px 10px;
	padding: 0px;
	}
	
#container_Header h2 {
 	width: 600px;
	color: #FFF;
	font-size: 11px; 
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 10px 4px;
	}

#container_Header h3 {
	color: #FFF;
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	margin: 133px 0px 0px 642px;
	padding: 0px 0px 10px 4px;
	}

#container_Header a {
	font-weight:normal;
	}

#container_Contents {
	position: absolute;
	left: 230px;
	top: 185px;
 	width: 470px;
	margin: 0px; 
	padding: 0px;
	}

#container_MessBeg_index {
 	width: 556px;
	background-color: #F6F8FB;
	background-image: url(images/message_beg_index.gif);
	background-repeat: repeat-x;
	border: 1px solid #AAA;    
	}

#container_MessBeg {
 	width: 556px;
	border: 1px solid #AAA;    
	}

#container_Messages {
 	width: 556px;
	margin-top: 10px;
	border: 1px solid #AAA;    
	}
	
#container_Sidebar {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 185px;
	left: 0px;
	width: 220px;
	}

#container_Footer {
	position:absolute;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	left: 50%;
	margin-top: 40px;
	margin-left: -465px;
	height: 40px;
	width: 786px;
	text-align: center;
	}

#container_Footer  p {
	color: #FFF;
	text-align: center;
	margin: 12px 0px 0px 0px;
	}

#container_Footer_topdef {
	position:absolute;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -465px;
	height: 40px;
	width: 786px;
	text-align: center;
	}

#container_Footer_topdef  p {
	color: #FFF;
	text-align: center;
	margin: 12px 0px 0px 0px;
	}

#container_Werbung {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 440px;
	width: 120px;
	}

#container_Gleichsetzen {
	position: absolute;
	background-color: #E2EBED;
	top: 10px;
	left: 50%;
	margin-left: -560px;
	width: 120px;
	height: 10px;
	}


/* other elements
----------------------------------------------- */

#container_Sidebar ul {
	border-top: 1px dotted #CCC;
	margin: 5px 5px 0px 5px; 
	padding: 0px;
	}
	
#container_Sidebar li {
	display: block;
	list-style-type: none;
	color: #2866B1;
	background-color: #F8F8F8;
	font-size: 14px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	border-bottom: 1px dotted #CCC;
	margin: 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#container_Sidebar li a:link, #container_Sidebar li a:visited, #container_Sidebar li a:visited:hover, #container_Sidebar li a:hover, #container_Sidebar li a:active {
	font-style: normal;
	padding-right: 5px;
	}

#container_Sidebar h3 {
	color: #FFF;
	background-color: #DDD;
 	background-image: url(images/image_back.gif);
	background-position: center left;
	background-repeat: repeat-x;
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal; 
	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 #aaa;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}

#container_Sidebar li:hover {
	background-color: #FEFEFE;
	}

.cursive { 
	color: #2866B1 ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px;
	padding: 0px 14px 0px 0px;
	}

#sidebar_Box {
	background-image: url(image);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #AAA;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}

#container_MessBeg h3, #container_Messages h3, #container_MessBeg_index h3 {
	color: #111;
	background-color: #DDD;
 	background-image: url(images/image_contents_title.gif);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 13px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px 4px 0px;
	padding: 4px 4px 4px 10px;
	}

#container_MessBeg p, #container_Messages p, #container_MessBeg_index p {
	padding: 0px 8px 12px 8px;
	text-align: justify;
	}

