/* CSS Document */
/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}
.ueber {
		
		width:995px;
		margin: 0 auto;
		background-color: #CCCC99;	
}

.Kopf_ {
	background-image: url(../images/Kopf.jpg) ;
	height: 21px;
	width: 985px;
	padding-left:10px;
	padding-top:25px;
	font-weight:bold;
	color: #663333;
	font-size:11px;
	}
	
.Kopf_ a:link  {
	color: #663333;
	text-decoration: none;
	font-weight:bold;
}
.Kopf_ a:visited {
	text-decoration: none;
	color: #663333;
	font-weight:bold;
}
.Kopf_ a:hover {
	text-decoration: underline;
	color: #663333;
	font-weight:bold;
	
}
.Kopf_ a:active {
	text-decoration: none;
	color: #663333;
	font-weight:bold;
}

.Banner_ {
	
	width:995px;
	
}

.Navi_ {
	background-image: url(../images/Navi.jpg);
	width: 995px;
	height: 26px;
	padding-left:0px;
	padding-top:13px;
	}

.Navi_ li { 
	float: left; 
	}

.Sitenavi_ {
background-color: #CCCC99;
	width:141px;
	
	float:left;
	padding:20px;
}

.Content_ {
	background-color: #CCCC99;
	width: 774px;
	float:left;
	padding:20px;
	}

.clear{
clear:both;
}

.Fuss {
	background-image: url(../images/Fuss.jpg);
	height: 14px;
	width: 975px;
	padding:10px;
	color: #CCCC99;
	font-size:11px;
	
	}
	
.Fuss a:link  {
	color: #ffffff;
	text-decoration: none;
}
.Fuss a:visited {
	text-decoration: none;
	color: #ffffff;
}
.Fuss a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.Fuss a:active {
	text-decoration: none;
	color: #ffffff;
}

.Fuss1 {
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
	float:left;
	
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height:130%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEDDC;
}
a:link {
	color: #663433;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663433;
}
a:hover {
	text-decoration: underline;
	color: #663433;
}
a:active {
	text-decoration: none;
	color: #663433;
}
h1 {
	font-size: 16px;
	color: #663433;
	line-height:130%;
	margin: 0px;
	padding:0px;
}
h2 {
	font-size: 16px;
	color: #663433;
	font-style:normal;
	font-weight:normal;
	line-height:130%;
	margin: 0px;
	padding:0px;
}
h3 {
	font-size: 18px;
	color: #663433;
	line-height:130%;
	margin: 0px;
	padding:0px;
}
h4 {
	font-size: 18px;
	color: #663433;
	font-style:normal;
	font-weight:normal;
	line-height:130%;
	margin: 0px;
	padding:0px;
}
h5 {
	font-size: 24px;
	color: #663433;
	line-height:130%;
	margin: 0px;
	padding:0px;
}
h6 {
	font-size: 24px;
	color: #663433;
	font-style:normal;
	font-weight:normal;
	line-height:130%;
	margin: 0px;
	padding:0px;
}
p {
	
	color: #222222;
	line-height:130%;
	font-style:normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul.ic1{
list-style:none;
margin:0px;
padding:0px;
}
l1.ic1{
float:left;
margin:0px;
padding:0px;
}
.container { 
	width: 335px;
	height: 220px;
	float: left; 
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	}

.container2 {
	float: left;
	}

.newsbild {
	float: left;
	width: 120px;
	}

.newstext {
	padding-left: 15px;
	width: 200px;
	}

.mehr {
	float: right;
	padding-right: 15px;}

.vcard {
	float: left;
	height: 150px;
	width: 360px;
	padding: 0 10px 10px 0;
}

.passbild {
	float: left;
	widht: 150px;
	height: 150px;
}

.image {
	width: 120px;
	height: 150px;
}

div.center {
	text-align: center;
	padding-top: 2em;
}
div.advertisement img {
	margin: 10px 5px;
	border: none;
}
