/* CSS Document */
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; }
span.neuer{ 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 {}
.links {
padding-left:10px;
float:left;
width:252px;
}
.links1 {
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
border-bottom-style:dotted;
border-bottom-color:#6D1D42;
border-bottom-width:1px;
}
.links2 {
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
border-bottom-style:dotted;
border-bottom-color:#6D1D42;
border-bottom-width:1px;
}
.rechts {
float:right;
width:185px;
}
.rechts1 {
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
border-bottom-style:dotted;
border-bottom-color:#6D1D42;
border-bottom-width:1px;
}
.rechts2 {
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
border-bottom-style:dotted;
border-bottom-color:#6D1D42;
border-bottom-width:1px;
}
.rechts3 {
padding-top:7px;
padding-right:7px;
padding-bottom:7px;
padding-left:7px;
border-bottom-style:dotted;
border-bottom-color:#6D1D42;
border-bottom-width:1px;
}
.content {
margin-left:262px;
margin-right:185px;
width:434px;
padding:15px;
}
.clear {
clear:both;

}
div.container {
	
	width:917px;
	
}

div.banner {
	
	width:917px;
	height:76px;
}

div.menu {
	
	width:917px;
	height:47px;
}

div.bild {
	
	width:917px;
	height:269px;
}

div.uecontent {
	
	width:917px;
	background-image: url(../images/back_c.gif);
	background-repeat: repeat-y;
}

div.fuss {

	width:917px;
	height:31px;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
p{
	margin:0px;
	padding:0px;
	font-style:normal;
	line-height:130%;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	border: 1px solid #666666;
	color: #000000;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	width: auto;
	border: 1px solid;
	color: #000000;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	width: auto;
	border: 1px solid;
	color: #000000;
}

a:link {
	color: #6D1D42;
}
a:visited {
	color: #6D1D42;
}
a:hover {
	color: #6D1D42;
}
a:active {
	color: #6D1D42;
}
h1 {
	font-size: 12px;
	color: #6D1D42;
}
h2 {
	font-size: 11px;
	color: #6D1D42;
}
h3 {
	font-size: 14px;
	color: #6D1D42;
}
h4 {
	font-size: 16px;
	color: #6D1D42;
}
h5 {
	font-size: 18px;
	color: #6D1D42;
}
h6 {
	font-size: 24px;
	color: #6D1D42;
}
.mehr {
float:left; 
width:400px; 
padding-bottom:20px;
}
.newsbild{

float:left; 
width:140px;
}

.newstext{
float:left; 
padding-left:0px; 
width:260px;
}
.rechts{
text-align:right;
}

.list1{
 background-color: #FFFFFF;
}

.list0{
 background-color: #EEEEEE;
}

a img {border:none;}

