/* CSS Document */

/* basic elements */

html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background: -moz-linear-gradient(top,#0280c5, white);
	background: -webkit-gradient(linear, left top, left bottom, from(#0280c5), to(white));
/*	background-image: url(../bilder/hintergrund/verlauf_2.gif); 
	background-attachment: scroll;*/
	background-repeat: none;
	padding: 0 0 0 40px;
	}

p { 
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font: 16pt Georgia, Times, serif;
	color: #000;
	}

	
h2 { 
	font: 13pt Georgia, Times, serif;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em; 
	margin-bottom: 1em;
	color: #008200;
}


h3 { 
	font: 11pt small-caps Georgia, Times, serif;
	letter-spacing: 0px; 
	margin-bottom: 10px; 
	margin-top: 10px;
	font-weight: bold;
	color: #e84f2c;
	}

h4 { 
	font: 9pt small-caps Georgia, Times, serif;
	letter-spacing: 0px; 
	margin-bottom: 10px; 
	margin-top: 10px;
	font-weight: bold;
	color: #e84f2c;
	}


a:link, a:visited, a:active {
	text-decoration: none;
	color: #e84f2c;
	}
	
a:hover {
	text-decoration: underline;
	color: ;
	}
	
acronym {
	border-bottom: none;
	}

a {
	font-size: small;
	text-decoration: none;
	color: #e84f2c;
	}
	
table {
	border-spacing: 2px;
	width: 100%;
	}

td {
	border-bottom: 1px solid #F5A500;
	padding-left: 5px;
	}

.gelbbox { 
	background-color:#F5A500; 
	padding:6px; 
	margin:0px;
	}


/* structuring divs */

#container {
	width: 906px;
	/*margin-right: auto;
	margin-left: auto; */
	padding: 0;
	text-align: left;
	/*background: #EBEAE8;*/
	background-image: url(../bilder/hintergrund/bod.png);
	background-repeat: repeat-y;
	}

#head {
	float: left;
	width: 846px;
	height: 198px;
	background-image: url(../bilder/hintergrund/kopf3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fffbf8;
	margin-left: 20px; 
	padding: 5px 10px;
	}

/*horizontal nav*/

#navlist {
	width: 866px;
	float: left;
	height: 2.4em;
	background: #F5A500;
	background-image: url(../bilder/hintergrund/button_normal.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 20px; 
	}

#navlist ul{
	font-family: Georgia, Times, serif;
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#navlist ul li { 
	display: inline;
	}

#navlist ul li a {
	float: left;
	color: #fff;
	padding: 0.5em 1.2em;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #007fc5;
	}

#navlist ul li a:hover {
	color: #fff;
	background-repeat: repeat-x;
	background: #e84f2c;
	background-image: url(../bilder/hintergrund/button_hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: underline;
	}
	
#navlist ul li a.current {
	color: #fff;
	background: #9C351E;
	background-repeat: repeat-x;
	}


/*content*/
	
#content {
	float: left;
	width: 851px;
	min-height: 300px;
	padding: 10px 5px 10px 10px;
	background-color:#fffbf8;
	margin-left: 20px; 
	}

#content ul{
	list-style-type: none;
	margin-top: 10px;
	}

#content li {
	list-style-position: outside;
	background: url(../bilder/hintergrund/pfeil_link.gif) 4px 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 3px 15px;
	}

#content2 {
	
	float: left;
	width: 851px;
	padding: 10px 5px 10px 10px;
	background-color:#fffbf8;
	margin-left: 20px;
	text-align:justify;

	-webkit-column-count: 2;
	-webkit-column-rule: 1px solid #bbb;
	-webkit-column-gap: 2em;

	-moz-column-count: 2;
	-moz-column-rule: 1px solid #bbb;
	-moz-column-gap: 2em;

	column-count: 2;
	column-rule: 1px solid #bbb;
	column-gap: 2em;

  
  display: block;
}​

#content2 ul{
	list-style-type: none;
	margin-top: 10px;
	}

#content2 li {
	list-style-position: outside;
	background: url(../bilder/hintergrund/pfeil_link.gif) 4px 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 3px 15px;
	}


/*interne links*/

#content a:link {
	text-decoration: none;
	color: #e84f2c;
		}
		
#content a:active {
	text-decoration: none;
	color: #e84f2c;
		}
#content a:visited {
	text-decoration: none;
	color: #e84f2c;
		}
		

#content a:hover {
	text-decoration: underline;
	color: #F5A500;
	}


/*externe weblinks*/

#content  a.extern:link, a.extern:active, a.extern:visited {
	text-decoration: none;
	color: #e84f2c;
	background-image: url(../bilder/hintergrund/weblink.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}

#content a.extern:hover {
	text-decoration: underline;
	color: #F5A500;
	background-image: url(../bilder/hintergrund/weblink_hover.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}


/*email links*/

#content  a.email:link, a.email:active, a.email:visited {
	text-decoration: none;
	color: #e84f2c;
	background-image: url(../bilder/hintergrund/email.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}

#content a.email:hover {
	text-decoration: underline;
	color: #F5A500;
	background-image: url(../bilder/hintergrund/email_hover.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}


/*design mit sidebar*/
#main_content {	
	float: left;
	display: block;
	width: 600px;
	margin: 0;
	padding: 10px 0 0 0;
	}	

#sidebar {
	display: block;
	width: 210px;
	padding: 5px;
	margin: 40px 0 0 625px;
	border-left: 1px solid #F5A500;
	border-right: 1px solid #F5A500;
	border-top: 5px solid #F5A500;
	border-bottom: 5px solid #F5A500;
	}


#sidebar  a.extern:link, a.extern:active, a.extern:visited {
	text-decoration: none;
	color: #e84f2c;
	background-image: url(../bilder/hintergrund/weblink.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}

#sidebar a.extern:hover {
	text-decoration: underline;
	color: #F5A500;
	background-image: url(../bilder/hintergrund/weblink_hover.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}


#sidebar ul{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	}

#sidebar li {
	list-style-position: outside;
	background-image: url(../bilder/hintergrund/pfeil_link.gif) 4px 7px no-repeat;
	line-height: 18px;
	padding: 0 0 3px 15px;
	border-bottom: 1px  dotted #F5A500;
	}


#sidebar ul li a:link, a:visited, a:active{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	}


#sidebar ul li a:hover {
	color: #e84f2c;
	text-decoration: underline;
	}

	
#sidebar p {
	text-align: center;
	margin: 1em 0 5px 0;	
	}
	
#sidebar h5{
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
/*sidebar end*/


/*zwei Spalten*/
#content_left_col {
	float: left;
	width: 200px;
	height: 300px;
	padding-right: 5px;
	background-image: url(../bilder/hintergrund/logo_leben.gif);
	background-repeat: no-repeat;
	}

#content_left_col p {
	margin-left: 50px;
	}
	

#content_right_col {
	width: 680px;
	margin: 0 0 0 400px;
	}
	
#content_right_col p {
	margin-left: 30px;
	}


/*footer*/

#footer {
	clear: both;
	text-align:center;
	width: 856px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 10px; 
	background: #F5A500;
	background-image: url(../bilder/hintergrund/button_normal.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 20px;
	overflow: hidden;
	}

#footer p {
	margin-bottom: 0.5em;
	}

#footer a.int:link, a.int:active, a.int:visited{
	text-decoration: none;
	color: #fff;
	background-image: url(../bilder/hintergrund/intlink.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}

#footer a.int:hover {
	text-decoration: underline;
	color: #fff;
	background-image: url(../bilder/hintergrund/intlink.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}

#fo_b
	{
	height: 50px;
	width: 806px;
	background-image: url(../bilder/hintergrund/bot.png);
	margin-left: auto;
	margin-right: auto;	
	}


/*specific classes*/

.subtitel {
	color: #799999;
	font-size: 10px;
	}

.floatright {
	float: right;
	margin: 0 0 10px 20px;
	}

.floatleft {
	float: left;
	margin: 0 20px 10px 0px;
	}


.firstitem {
	padding: 5px 0 10px 0;
	}
	

.item {
	border-top: 1px solid #F5A500;
	padding: 5px 0 10px 0;
	}

.img {
	border: 1px solid #F5A500;
	padding: 5px 15px 5px 5px;
	}

/*zeilen*/

.zeilenitem {
	width: 400px;
	height: 355px;
	margin: 5px 0 10px 15px;
	float: left;
	border-bottom: 1px solid #F5A500;
	}
	
.zeilenitem p{
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
	}

.zeilenitem h3 {
	border-bottom: 1px solid #F5A500;
	}




/*the word*/
p.TL {
  	font: 11pt small-caps Georgia, Times, serif;
	letter-spacing: 0px; 
	margin-bottom: 10px; 
	margin-top: 10px;
	font-weight: bold;
	color: #e84f2c;
}

p.IL {
	text-align: center;
	font-style: italic;
	color: #999979;
}

p.L {
	text-align: center;
	color: #000;
}

p.SL {
  	margin-top : -1em;
  	font-size: 80%;
  	font-style: italic;
  	text-align: center;
  	color: #009966;
}	

p.CRef {
  	font-size: 80%;
  	text-align: right;
}

p.C {
  	white-space: pre;
  	font-size: 70%;
  	color: #009966;
  	text-align: center;
}

p.Copyright {
  	color: #000;
  	font-size: 80%;
}

