

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ababab;
	margin-top: 0px;
	padding-top: 0px;
}

body, td {
	font-family: Arial, Helvetica;
	color: #59595b;
	font-size: 11px;
	line-height: 14px;
}

img {
	border: none;
}


a:link {
	color: #afb22d;
	text-decoration: none;
	
}

a:visited {
	color: #afb22d;
	text-decoration: none;
}

a:hover {
	color: #afb22d;
	text-decoration: underline;
}

a:active {
	color: #afb22d;
	text-decoration: none;
}


#overall {
	width: 791px;
	margin: auto;
	text-align: center;
	
}


#head {
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	width: 791px;
	margin-top: 37px;
	height: 329px;
}

#headstart {
	background-image: url(img/head0.jpg);
	background-repeat: no-repeat;
	width: 791px;
	margin-top: 37px;
	height: 329px;
}

#body0 {
	background-image: url(img/body0.jpg);
	background-repeat: repeat-y;
}

#body1 {
	/*background-image: url(img/body1.jpg);*/
	background-repeat: no-repeat;
	min-height: 582px;
	width: 791px;
	padding-top: 50px;
	padding-bottom: 0px;
	text-align: left;
	color: #AAAAAA;
	line-height: 15px;
}


/*linke Spalte*/
#left {
	float: left;
	margin-left: 80px;
	min-height: 502px;
	width: 500px;
	padding-bottom: 30px;
}

/*rechte Spalte*/
#right {
float: left;
	min-height: 502px;
	width: 180px;
}

/*clear Klasse*/
.clear {
	clear: both;
}

/*Seitenfuß*/
#foot {
	clear: both;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	width: 791px;
	height: 108px;
	
}

/*Customs*/

.headline a:link {
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	line-height: 18px;
	
	
}

.headline {
margin-top: 15px;
	margin-bottom: 5px;
	}

.headline2 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: #AAAAAA;
	text-transform: normal;
	font-size: 18px;
	border-bottom: 1px dotted #59595b;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
}

.headline3 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: #eaeaea;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	
}

.headline4 a:link {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: #afb22d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	
}

.today {
	float: left;
	margin-right: 10px;
	

}

.entrymeta {
	width: 95%;
	border-top: 1px dotted #afb22d;
	font-size: 10px;
	color: #AAAAAA;
	padding-top: 10px;
	margin-top: 10px;
	text-align: right;
}

.entrybody {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 40px;
}


/*Highslide*/
* {
    font-family: Arial, Helvetica;
    font-size: 11px;
}

.highslide-html {
    background-color: #2c2c2c;
    text-align: center;
    padding: auto;

}
.highslide-html-content {
	position: absolute;
    display: none;
    margin: auto;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 2px 5px;
	font-size: 12px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
	text-decoration: none;
}

.highslide-body {
margin: auto;
text-align: center;
}

.highslide-move {
    cursor: move;
    background-image: url(img/windowhead.jpg);
    background-position: center;
    border: 0;
    height: 22px;
    margin-bottom: 10px;
    padding: 2px;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #333333;
}
.highslide:hover img {
	border: 1px dotted #d1d536;
}

.highslide-image {
    border-bottom: 0px solid white;
}
.highslide-image-blur {
}

.highslide-caption {
    display: none;
    
    border-bottom: 0px;
    font-size: 11px;
    color: #eaeaea;
    padding: 5px;
    background-color: #333333;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* kalender*/
			a.cal_head		{
				color: #cfd638;
			}
			
			a.cal_head:hover
			{
				text-decoration: none;
			}
			
			.cal_head		{
				background-color: D;
				color:            white;
				font-family:      Arial;
				font-size:        11;
				font-weight:      bold;
				font-style:       normal;
			}
			
			.cal_days {
				background-color: ;
				color:            #cfd638;
				font-family:      Arial;
				font-size:        11;
				font-weight:      normal;
				font-style:       normal;
			}
			
			.cal_content 	{
				background-color: ;
				color:            #59595b;
				font-family:      Arial;
				font-size:        11;
				font-weight:      normal;
				font-style:       normal;
			}
			
			.cal_today	{
				background-color: #cfd638;
				color:            #000000;
				font-family:      Arial;
				font-size:        11;
				font-weight:      bold;
				font-style:       normal;
			}
			
 			.cal_event, a.cal_event	{
				background-color: ;
				color:            #cfd638;
				font-family:      Arial;
				font-size:        11;
				font-weight:      bold;
				font-style:       normal;
			}
