body, td, div, span, p {
	color: #333333;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

input, textarea, select {
	border: 1px solid #333333;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

img { border: 0px; }

a:link		{ color: #333333; text-decoration: underline; }
a:visited	{ color: #333333; text-decoration: underline; }
a:active 	{ color: #666666; text-decoration: underline; }
a:hover 	{ color: #666666; text-decoration: underline; }

a.Link_Button {
	background-color: #333333;
	color: white;
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
}

a.Link_Button:hover {
	background-color: #E72200;
	color: white;
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
}

#Body {
	padding: 0px;
	margin: 0px;
	background-color: #E72200;
	background-image: url(Bilder/Design/Bg.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	overflow-y: auto;
}

#Kasten {
	position: absolute;
	left: 50%;
	width: 1024px;
	margin: 0px 0px 0px -512px;
}

#Left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 102px;
	background-image: url(Bilder/Design/Left_Head.jpg);
	height: 420px;
}

#Middle {
	position: absolute;
	top: 0px;
	left: 102px;
	width: 819px;
}

#Right {
	position: absolute;
	top: 0px;
	left: 921px;
	width: 103px;
	background-image: url(Bilder/Design/Right_Head.jpg);
	height: 400px;
}

#Middle_Head {
	background-image: url(Bilder/Design/Middle_Head.jpg);
	height: 307px;
}

#Menu {
	padding-left: 58px;
	background-color: #000000;
	height: 33px;
}

#Below_Menu {
	background-image: url(Bilder/Design/Below_Menu.jpg);
	height: 35px;
}

#Content_Left {
	position: absolute;
	top: 375px;
	left: 0px;
	width: 580px;
	/* Abstand am Seitenende */
	padding-bottom: 15px;
}

#Content_Middle {
	position: absolute;
	top: 375px;
	left: 580px;
	width: 20px;
	height: 100px;
	background-image: url(Bilder/Design/Content_Middle.jpg);
}

#Content_Right {
	position: absolute;
	top: 375px;
	left: 600px;
	width: 219px;
	/* Abstand am Seitenende */
	padding-bottom: 15px;
}

#Content_Left_Middle {
	background-color: #FFFFFF;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
}

#Content_Left_Leiste {
	background-color: #FFFFFF;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	padding: 0px 15px 15px 15px;
}

#Content_Left_Bottom {
	background-image: url(Bilder/Design/Content_Left_Bottom.jpg);
	background-repeat: no-repeat;
	height: 7px;
}

#Content_Right_Middle {

}

#Content_Right_Bottom {
	background-image: url(Bilder/Design/Content_Right_Bottom.jpg);
	background-repeat: no-repeat;
	height: 7px;
}

.Submit 	{ background-color: #EEEEEE; cursor: auto; }
.Submit_Hover	{ background-color: #E72200; cursor: pointer; color: #FFFFFF; }

.Standardabstand { padding: 40px 52px 30px 52px; }

a.Rechts_Link:link		{ color: #888888; text-decoration: underline; }
a.Rechts_Link:visited	{ color: #888888; text-decoration: underline; }
a.Rechts_Link:active 	{ color: #F2541c; text-decoration: underline; }
a.Rechts_Link:hover 	{ color: #F2541c; text-decoration: underline; }

a.Heading_Link:link		{ color: #f2541c; font-family: Arial; font-size: 12pt; font-weight: bold; text-decoration: none; }
a.Heading_Link:visited	{ color: #f2541c; font-family: Arial; font-size: 12pt; font-weight: bold; text-decoration: none; }
a.Heading_Link:active 	{ color: #f2541c; font-family: Arial; font-size: 12pt; font-weight: bold; text-decoration: underline; }
a.Heading_Link:hover 	{ color: #f2541c; font-family: Arial; font-size: 12pt; font-weight: bold; text-decoration: underline; }

.Rechts_Div {
	padding: 20px 20px 20px 35px;
	background-color: #000000;
	color: #888888;
}

.News_Heading {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 18px;
	color: #f2541c;
}

.News_Absatz {
	margin-bottom: 35px;
}

.News_Text {
	/* For first-letter */
	display: block;
}

.News_Text:first-letter {
	font-weight: bold;
}

.News_Image {
	display: block;
	border: 1px solid #666666;
	margin: 3px 20px 10px 0px;
	width: 176px;
	height: 132px;
	float: left;
}

.News_Date {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
}

.Team_Bild {
	width: 208px;
	height: 246px;
}

.Photos_Head {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
}

.Photos_Bild {
	margin: 9px;
	margin-left: 0px;
	width: 150px;
	height: 112px;
	border: 1px solid #555555;
}

.Impressum_Heading {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 18px;
	color: #f2541c;
}