/* CSS Document */
p.bodytext {
	margin: 2px;
	padding: 0px;
}

body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.main_table {
	border: solid 3px white;
}

td.top {
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

div.banner_top {
	background-image: url(../images/banner_top.jpg);
	height: 28px;
	width: 163px;
	float: left;
}

div.quickmenu {
	height: 28px;
	line-height: 23px;
}



td.banner {
	background-image: url(../images/banner.jpg);
	height: 135px;
	width: 803px;
}

td.topmenu {
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

td.content {
	background-color: #bdcbdc;
	width: 510px;
	vertical-align: top;
	padding: 10px;
	font-size: 11px;
}

div.contentbox {
	padding: 3px;
	border: solid 1px black;
	background-color: white;
	color:black;
}

td.content_right {
	background-color: #bdcbdc;
	width: 253px;
	vertical-align: top;
	padding: 10px;
	font-size: 11px;
}

td.bottom {
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
	height: 28px;
	border-top: solid 1px white;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
}

/*Überschiften*/

h1 {
	font-size: 12px;
	padding: 3px;
	border: solid 1px #666666;
	color: white;
	background-color: #06336c;
	margin: 0px;
}

/*LINKS*/
a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	color: #06336c;
}

div.quickmenu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.quickmenu a:hover {
	color: orange;
}

/* Typo3 Mailform */
div.csc-mailform-field label {
	display: blocK;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.csc-mailform-field input,textarea {
	font-size: 11px;
}

fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}

td {
	font-size: 11px;
}

/*Bulletlist*/
td.content ul {
	list-style-image: url(../images/sport_soccer.png);
}

/*Rahmen 1 für contentelemente*/
div.csc-frame-frame1 {
	background-color: white;
	border: solid 1px black;
	padding: 3px;
}
