
body {
	padding: 0px;
	margin: 0px;
	background-color: #B5B5B5;
}

a , a:active{
	color: #B20000;
}


h1 {
	font-family: Garamond;
	color: #B20000;
	font-size: 24px;
}
h3 {
	font-family: Garamond;
	color: #B20000;
	font-size: 18px;
}

.small {
	font-size: 10px;
	color: gray;
}
#newsPicture {
	position: relative;
	z-index: 100;
	width: 120px;
	height: 90px;
}

.newsBgPicture {
	background: url("images/news_platzhalter.gif") center no-repeat;
}

#newsPicture img {
	border: 2px solid #E2E1E1;
}

#newsPicture img:hover {
	border: 2px solid #B20000;
}

#bg {
	background: url("images/bg_main.gif") repeat-x;
	padding-top: 10px;	
}
#centerContent {
	background: url("images/bg_main_center.png") repeat-y;
	margin: 0 auto;
	width: 970px; 	
}
#header {
	height: 302px;
	margin-left: 35px;
	width: 901px;
}
#headerShadow {
	margin: 0 auto;
	height: 11px;
	width: 970px;
}

#footer {
	background: url("images/footer.png") no-repeat;
	margin: 0 auto;
	width: 910px;
	height: 50px;
	padding-left: 60px;
	padding-top: 10px;
	color: gray;
	font-family: Garamond;
	font-size: 12px;
	font-weight: bold;
}
#content {
	margin-left: 36px;
	width: 898px;
	background-color: #FFFFFF;
}
#navigation {
	float:right;
	font-family: Garamond;
	font-size: 20px;
	width: 220px;
/*	border-left: 5px solid #E2E1E1; */
	padding-top: 10px;
}


#navigation img {
	border: none;
}

#navItems{
	margin-left: 30px;
}

#textBox {
	float:left;
	border-right: 1px solid #E2E1E1;
	width: 665px;
}
#line {
	border-right: 5px solid #E2E1E1;
	float:left;
	width: 670px;
}

#textBoxNewsletter {
	float:left;
	border-right: 5px solid #E2E1E1;
	width: 897px;
}

#text {
	background: url("images/bg_text.gif") repeat-x;
	background-position: 0 100%;
	font-family: Verdana;
	line-height: 150%;
	font-size: 12px;
	border: 1px solid #E2E1E1;
	margin: 5px;
	padding: 20px;
	width: 600px;
	min-height: 300px;
}


#textNewsletter {
	background: url("images/bg_text.gif") repeat-x;
	background-position: 0 100%;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #E2E1E1;
	margin: 5px;
	padding: 20px;
	width: 844px;
}

.csc-textpic img {
	border: 5px solid #E2E1E1;
	padding: 1px;
	margin-left: 10px;
	float: right;
}

#search {
	height: 65px;
	background: url("images/bg_search.gif") repeat-x;
	clear: both;
	padding-left: 673px;
}


#searchbox {
	border-left: 1px solid #222222;
	padding-left: 10px;
	padding-top: 5px;
	height: 53px;
}

.inputFieldDiv {
	height: 30px; 
	width: 192px;
	background: url("images/bg_search_field.gif") no-repeat;
	padding: 5px 0px 15px 20px;
}

.inputField {
	height: 15px; 
	width: 150px; 
	font-size: 10px; 
	border: none;
	background: #262626;
	color: silver;
}

.submitButton {
	margin-top: -17px;
}

#loginBox {
	padding: 10px;
	font-family: Verdana;
	font-size: 11px;
}

.tx-cwtcommunity-pi1 img{
	border: none;
}

.tx-cwtcommunity-pi1 {
	font-size: 12px;
}

/*	Mail Formular	BOF	*/
.csc-mailform {
	border: 0;
}

.csc-mailform-field label {
	display: block;
	width: 150px;
}
.csc-mailform-field input,
.csc-mailform-field textarea {
	width: 250px;
	border: 1px solid #000000;
	
}


/*	Mail Formular	EOF	*/






