html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin:0px;
	padding:0px;
}
td {
	font-size: 0.8em;
}
h1,h2,h3,h4,p,form {
	margin:0px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a.linklesen {
	color:#FF9900;
	text-decoration:none;
}
/* +++++ container +++++ */
#Header {
	width:650px;
}
#Logo {
	width:186px;
	float:left;
}
#HeadKontakt {
	float:right;
	/*width:300px;*/
	padding:6px 0px 0px 0px;
}
table.tablecontact td {
	font-size:1.0em;
	color:#004CC3;
}
table.tablecontact a {
	color:#004CC3;
	text-decoration:none;
}
table.tablecontact a:hover {
	color:#004CC3;
	text-decoration:underline;
}
#Main {
	width:650px;
	padding:0px 0px 0px 0px;
}
#Main h1 {
	font-size:1em;
	color:#000000;
	font-weight:bold;
	margin:1em 0px 1em 0px;
}
#Main p {
	margin:0px 0px 1em 0px;
}
#Main h1.seitenueberschrift {
	font-size:2em;
	color:#004CC3;
	font-weight:normal;
	margin:40px 0px 20px 0px;
}
#Links {
	display:none;
	float:left;
	width:160px;
}
#ContentLeft {
	float:left;
	width:640px;
	margin:0px 0px 0px 30px;
}
#ContentLeft .bild {
	width:455px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
#Veranstaltungsdaten {
	margin:6px 0px 6px 0px;
}
#Veranstaltungsdaten .beschriftung {
	float:left;
	width:80px;
	font-weight:bold;
}
#Veranstaltungsdaten .vdaten{
	float:left;
}
#Veranstaltungsdaten .anmeldung{
        display:none;
	margin:6px 0px 0px 0px;
}

#ContentRight {
	float:left;
	width:640px;
	margin:0px;
	padding:92px 0px 0px 0px;
}
#ContentRight .bild {
	width:300px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
#ContentRight .bildlinks {
	float:left;
	width:145px;
	overflow:hidden;
}
#ContentRight .bildrechts {
	float:right;
	width:145px;
	overflow:hidden;
}
#ContentRight .bildunterschrift {

}
#IndexRight {
	float:left;
	width:640px;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#IndexRight h1 a {
	color:#000000;
        text-decoration:none;
}
#IndexRight h1 a:hover {
	color:#000000;
        text-decoration:none;
}
#IndexRight h1 a:visited {
	color:#000000;
        text-decoration:none;
}
#ContentFooter {
        display:none;
	width:100%;
	border-top:1px dashed #CCCCCC;
	margin:12px 0px 0px 0px:
	padding-top:3px;
}
#PageFooter {
        display:none;
	width:996px;
	padding:3px 0px 3px 0px;
	border-top:1px solid #FF9900;
	text-align:right;
}
/* +++++ classes +++++ */
.fliesstext {
	margin:0px 0px 1em 0px;
}
.fliesstext2 {
	margin:1em 0px 0px 0px;
}
.block {
	margin:2em 0px 0px 0px;
}
.bild {
	margin:0px 0px 0px 0px;
}
.bild img, .bildlinks img, .bildrechts img {
	border: 1px solid #CCCCCC;
}


.clear {
	clear:both;
}
