/*-------------------------------------------------------
	
	styles.css - Schriftgrößen, -farben, Formatierung
	sontiger HTML-Elemente (soweit dies keine DIVs
	betrifft, die für das Layout der Seite verwendet
	werden)
	
-------------------------------------------------------*/
/*-------------------------------------------------------
	
	Allgemeines
	
-------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%; 
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #aaaaaa;
}
.clearFloat {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
table {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
img {
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:active { 
text-decoration:expression(hideFocus='true'); 
}
:focus { -moz-outline-style: none; }
p.bodytext {
	margin: 0px 15px 15px 0px;
	padding: 0px;
}
/*-------------------------------------------------------
	
	Los geht's
	
-------------------------------------------------------*/
/* 
body {
	background:  url("../_img/bg/bg01.png") repeat-x;
	padding-top: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}
*/
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #870000;
}
body, div, span, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, td, input, textarea, select, option {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 12px;
}
p {
	line-height: 130%;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, Arial, Helvetica, sans-serif; 	
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 15px 0px;
	border-top: 1px solid #bbbbbb;
	padding: 20px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3, h4, h5, h6, h7, h8, h9 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h1.csc-firstHeader {
	border-top-width: 0px;
	padding: 0px;
}
div#contentMitte ul {
	list-style-image:url(/fileadmin/_templates/_img/nav/bullet2.gif);
	margin: 20px 15px;
}
.lineHor, div.csc-frame-rulerBefore {
	height: 1px;
	background-color: #bbbbbb;
	overflow: hidden;
	margin: 20px 0px;
}
table.TabelleSponsoren2 {
	margin: 30px 0 0;
}
table.TabelleSponsoren2 thead th {
	text-align: left;
}
table.TabelleSponsoren2 td {
	border-top: 1px dotted #AAAAAA;
}
table.TabelleSponsoren2 td p {
	margin: 5px 0px !important;
}
/*-------------------------------------------------------

	Mailformular
	
-------------------------------------------------------*/
div#Mailformular table td h2 {
	border-top: 2px solid #E7E9EA;
	padding: 10px 0px 0px;
}
div#Mailformular {
	border: 5px solid #E7E9EA;
	padding: 20px;
}
div#Mailformular form {
	margin: 0px;
	padding: 0px;
}
div#Mailformular input, div#Mailformular select, div#Mailformular input, div#Mailformular textarea {
	border: 3px solid #e1091a;
}
div#Mailformular textarea {
	width: 300px;
	height: 250px;
}
div#Mailformular select {
	width: 180px;
}
div#Mailformular select option {
	font-size: 10px;
	margin: 5px 0px;
	padding: 0px 5px;
}
div#Mailformular input.input {
	width: 200px;
}
div#Mailformular table {
	width: 100%;
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
div#Mailformular table td.FormSpalte1 {
	width: 35%;
}
div#Mailformular table td.FormSpalte2 {
	width: 65%;
}
div#Mailformular table td {
	vertical-align: middle;
	padding: 2px 0px;
}
div#Mailformular table tr.submit td input {
	background-color: #e1091a;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
div#Mailformular table tr.error td span {
	color: #e1091a;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 23px;
	padding: 5px 5px 5px 0px;
	background: white url(/fileadmin/_templates/_img/nav/err.gif) no-repeat center right;
	border-bottom: 2px dotted #e1091a;
}
div#Mailformular div#akkreditierung table tr.error td span {
	display: block;
	margin: 5px 0px;
	padding: 5px 5px 5px 25px;
	background: white url(/fileadmin/_templates/_img/nav/err.gif) no-repeat center left;
}
div#Mailformular table tr.error td {
	margin: 0px;
	padding: 0px;
}
div#Mailformular table td.spacer {
	height: 20px;
}
