html{
height: 100%;}

body{
margin: 0px;
background-image: url(_img/bg.jpg);
background-position: top center;
background-attachment: fixed;
background-repeat: no-repeat;
text-align: center;
font-family: Arial;

}

#info{
position: fixed;
top: 10px;
right: 10px;
padding: 10px;
max-width: 120px;
min-height: 22px;
font-family: Arial;
font-size: 12px;
text-decoration: bold;
color: #ffffff;
background-image: url(_img/black_trans66.png);
display: none;
}
	
	#info a{
	text-decoration: underline;
	color: #cccccc;
	}
	
	#info a:hover{
	text-decoration: underline;
	color: #ffffff;
	}
	
	#info #close{
	position: fixed;
	top: 10px;
	right: 25px;
	}

a:link{
color:#000000;
}
a:visited{
color:#000000;
}
a:active{
color:#000000;
}
a:hover{
color:#999999;
}

.loading{
position: fixed;
top: 10px;
left: 10px;
height: 40px;
width: 40px;
font-size: 0px;
color: #ffffff;
background-image: url(_img/gray_rounded.png);
background-repeat: no-repeat;
padding: 4px -6px 3px 3px;
display: none;
}

#maindiv{
width: 765px;
display:block;
min-height: 100% !important;
left: -1px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
padding-left: -1px;
}

	#header{
	//border:1px solid #cccccc;
	width: 765px;
	height: 92px;
	border-bottom: 1px solid black;
	background-image: url(_img/head.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top:0px;
	margin-left: -2px;
	margin-bottom: 30px;
	}

		ul#menu{
		position: absolute;
		left: 50%;
		margin-left: -387px;
		text-align:center;
		width: 756px;
		height: 31px;
		margin-top: 54px;
		}
	
		#menu li {
		background: #ffffff;
		margin-top:0px;
		font-family: arial;
		font-size: 14px;
		letter-spacing: -1px;
		text-align:center !important;
		align:center;
		color: #999999;
		position: relative;
		list-style: none;
		float:left;
		min-height:30px;
		margin-left: 5px; 
		margin-right: 5px; 
		}
		
		#menu li a {
		position: relative;
		top: 7px;
		text-decoration: none;
		margin-left:5px;
		margin-right:5px;
		color: #999999;
		}
		
		#menu li a:hover {
		position: relative;
		top: 7px;
		text-decoration: none;
		margin-left:5px;
		margin-right:5px;
		color: #333333;
		}
		
		#menu li a.active_item{
		color: #000099 !important;
		}

	.content{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 612px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}

#topbar{
position: fixed;
bottom:0px;
left: 0px;
z-index:1001;
padding: 2px; 
width:756; 
height: 30px; 
background-image: url(_img/black_trans66.png); 
}

#bottombar{
position: fixed;
z-index: 1000;
bottom:0px;
left:auto;
right: auto;
height: 30px;
width: 765px;
background-image: url(_img/black_trans66.png);
margin-left: -1px;
border-top: 1px solid #000000;
}

h1{
font-family: Georgia;
text-decoration: none;
font-size: 25px;
color: #000099;
padding: 0px;
letter-spacing: 3px;
font-weight: normal;
}


h2{
font-family: Georgia;
text-decoration: none;
font-size: 19px;
color: #333333;
padding: 0px;
margin-left: -1px;
font-weight: normal;
}

h3{
font-weight: normal;
font-family: Georgia;
text-decoration: none !important;
font-size: 13px;
color: #000000;	
}

h4 a{
cursor: pointer;
font-family: Georgia;
text-decoration: none !important;
font-size: 23px;
color: #333333;
padding: 0px;
line-height: 24px;
font-weight:normal;
}

h4 a:hover{
text-decoration: underline;
color: #000099;
cursor: pointer;
}

.pagetitle{
font-family: Georgia;
text-decoration: none;
font-size: 25px;
color: #000099;
padding: 0px;
letter-spacing: 3px;
font-weight: normal;
}

.pagedescription{
font-family: Arial, sans-serif;
font-size: 12px;
text-align: justify;
line-height: 17px;
color: #333333;
}


hr{
color: #000066;
height: 1px;
border: 1px solid #000066;
width: 612px;
}

.hl{
display:block;
width:612px;
height:40px;
background: url(_img/hl.png) no-repeat;
}

.blogentry{
border-collapse: collapse;
display: block;
width: 612px;
padding-top: 5px;
margin-top: 5px;
}		

		.blogentry .title{
		border: 0px;
		font-family: Georgia;
		text-decoration: none;
		font-size: 23px;
		color: #333333;
		text-color: #000000;
		padding: 0px;
		line-height: 24px;
		}

		.blogentry .title a{
		font-family: Georgia;
		text-decoration: none;
		font-size: 23px;
		color: #333333;
		text-color: #000000;
		padding: 0px;
		line-height: 24px;
		}
		
		.blogentry .title a:hover{
		text-decoration: underline;
		color: #000000;
		}
		
		.blogentry .date{
		border: 0px;
		font-family: Georgia;
		font-decoration: none;
		font-size: 14px;
		color: #333333;
		margin-top: -2px;
		margin-left: 5px;
		}
		
		.blogentry .content{
		padding-top: 30px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		line-height: 17px;
		width: 612px;
		text-align: justify;
		}
		
		.blogentry .image-container{
		background-color:#000000; 
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		height: 158px;
		width: 210px;
		border: 1px solid #999999;
		padding: 0px 0px 0px 0px;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		}
		
		.image-signature{
		display: block;
		position: relative;
		top: 0px;
		bottom: 0px;
		left:0px;
		margin: 0px;
		min-width: 210px;
		width: 210px;
		max-width: 210px;
		min-height: 17px;
		max-height: 17px;
		overflow: hidden;
		border-top: 1px solid #000000;
		background-image: url(_img/black_trans66.png);
		letter-spacing: 1px;
		font-decoration: none;
		font-family: Arial, sans-serif;
		font-size: 10px;
		font-color: white;
		color: #cccccc;
		text-align: center;
		padding-left: 5px;
		}
		
		a.sliderentry{
		border: 1px solid #cccccc; display:block;
		text-decoration: none !important;
		float:left; 
		height:240px !important; 
		width:270px !important; 
		margin-right: 10px !important; 
		max-height:240px !important; 
		padding:20px !important; 
		min-height:240px !important; 
		padding:0px !important; 
		overflow:hidden; 
		background: url(_img/landesblog.png);
		margin-top:5px;
		}
		
		a.sliderentry:hover{
		border: 1px solid #333333;
		}
		
		.slider_entry{
		position: absolute;
		top:6px;
		left:1px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		height: 50px;
		display:block;
		width: 250px !important;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		background-image: url(_img/white70.png);
		cursor:pointer;
		}
		
		.slider_entry:hover{
		background: #ffffff;
		}
		
		.read-on:hover{
		background: #ffffff;
		}
				
		.weiterlesen{
		position: relative;
		top: 13px;
		left: 510px;
		text-decoration: underline;
		font-color: #000066;
		letter-spacing: -1.5px;
		font-size: 16px;
		font-family: Georgia;
		}
		
		.adminblogentry{
		position: relative;
		left:0px;
		bottom:10px;
		display: none;
		width: 200px;
		}
		
		a.pagepicker{
		margin-top: -40px;
		padding-top:18px;
		display: block; 
		height: 35px; 
		width: 35px; 
		float:left;
		background: url(_img/pagepicker.png) transparent center center no-repeat;
		color: #666666;
		text-align: center;
		v-align: middle;
		margin-right:5px;
		font-size: 20px;
		text-decoration: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/pagepicker.png', sizingMethod="crop"); 
		_background-image: none; 
		}
		a.pagepicker:hover{
		color: #ffffff;
		background: url(_img/pagepicker_hover.png) transparent center center no-repeat;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/pagepicker_hover.png', sizingMethod="crop"); 
		_background-image: none; 
		}
		a#pagepicker-active{
		font-size: 35px; 
		color:#000000;
		}
		a#pagepicker-active:hover{
		color:#ffffff;
		}


#uploadform_wrap
{
background-image: url(_img/arrow_upload.png);
background-position: top right;
background-repeat: no-repeat;
min-height: 80px;
max-height: 80px;
display: block;
text-align: left;
margin-top: 5px;
margin-bottom: 10px;
margin-left: -38px;
}

#uploadform
{
padding-top: 6px; padding-left: 6px; 
display: block;
background-color: #ffffff;
border: 1px solid #cccccc;
margin-left:40px;
width: 400px;
height: 80px;
}

#filelist
{
background-image: url(_img/arrow_pos.png);
background-position: top right;
background-repeat: no-repeat;
margin-left: -38px;
}

.handle
{
	cursor: move;
}

#image-list
{
}

.image-in-list{
background-color: #fbfbfb;
border: 1px solid #cccccc;
background-position: left center;
background-repeat: no-repeat;
width: 400px;
min-height: 80px;
max-height: 80px;
display: block;
text-align: left;
padding:0px;
margin-bottom: 10px;
}

.image-in-list:hover{
background-color: #ffffff;
}

.form_text{
background-color: #ffffff;
border: 1px solid #333333;
width: 400px;
height: 20px;
font-size: 14px;
}

.form_text:active{
background-color: #fbfbfb;
}

.alert{
display: none;
width: 400px;
padding-top:10px;
text-align:center;
letter-spacing: 1px;
font-size: 13px;
color: red;
}

.myButtonEdit{
display: inline-block;
max-height: 30px;
min-height: 30px;
padding-top:15px;
padding-right: 15px;
margin-right:8px;
padding-left: 39px;
background: url(_img/edit.png) no-repeat 5px center #ffffff;
cursor:pointer;
text-decoration: none;
letter-spacing:2px;
font-size: 12px;
margin-bottom: 2px;
color:#333333;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/edit.png', sizingMethod="crop"); 
_background-image: none; 
_border-left: none; 

}

.myButtonEdit:hover{
opacity:0.6;
filter:alpha(opacity=60);
}

.myButtonSend{
display: inline-block;
max-height: 30px;
min-height: 30px;
padding-top:15px;
padding-right: 15px;
margin-right:8px;
padding-left: 39px;
background: url(_img/mail.png) no-repeat 5px center #ffffff;
cursor:pointer;
text-decoration: none;
letter-spacing:2px;
font-size: 12px;
margin-bottom: 2px;
color:#333333;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/mail.png', sizingMethod="crop"); 
_background-image: none; 
_border-left: none; 

}

.myButtonSend:hover{
opacity:0.6;
filter:alpha(opacity=60);
}


.myButtonDelete{
display: inline-block;
max-height: 30px;
min-height: 30px;
padding-top:15px;
padding-right: 15px;
margin-right:8px;
padding-left: 39px;
background: url(_img/delete.png) no-repeat 5px center #ffffff;
cursor:pointer;
text-decoration: none;
letter-spacing:2px;
font-size: 12px;
color:#333333;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/delete.png', sizingMethod="crop"); 
_background-image: none; 
_border-left: none; 
}

.myButtonDelete:hover{
opacity:0.6;
filter:alpha(opacity=60);
}

.myButtonAccept{
display: inline-block;
max-height: 30px;
min-height: 30px;
padding-top:15px;
padding-right: 15px;
margin-right:8px;
padding-left: 39px;
background: url(_img/accept.png) no-repeat 5px center #ffffff;
cursor:pointer;
text-decoration: none;
letter-spacing:2px;
font-size: 12px;
color:#333333;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/accept.png', sizingMethod="crop"); 
_background-image: none; 
_border-left: none; 

}

.myButtonAccept:hover{
opacity:0.6;
filter:alpha(opacity=60);
}

.myButtonAdd{
display: inline-block;
max-height: 30px;
min-height: 30px;
padding-top:15px;
padding-right: 15px;
margin-right:8px;
padding-left: 39px;
background: url(_img/add.png) no-repeat 5px center #ffffff;
cursor:pointer;
text-decoration: none;
letter-spacing:2px;
font-size: 12px;
color:#333333;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/add.png', sizingMethod="crop"); 
_background-image: none; 
_border-left: none; 

}

.myButtonAdd:hover{
opacity:0.6;
filter:alpha(opacity=60);
}

.scrollable{
margin-left:18px;
position:relative;
overflow:hidden;
width: 574px;
height: 150px;
border-right: 1px solid #cccccc;
float:left;	

}

	.cal_event{
	background: url(_img/menu_bg.png) top left repeat-x #fbfbfb;
	height: 150px;
	width: 115px;
	border-left: 1px solid #cccccc;
	float:left;
	cursor: pointer;
	}
	
	.cal_event:hover{
	background: #cccccc;
	}
	
	.cal_event .month{
	font-weight: bold;
	position: relative;
	top:23px;
	color: #333333;
	}
	
	.cal_event .day{
	position: relative;
	top:40px;
	color: #333333;
	font-size: 30px;
	}
	
	.cal_event .year{
	display:block;
	position: relative;
	top:0px;
	color: #333333;
	font-weight: normal;
	}
	
	.cal_event .title{
	display:block;
	position: relative;
	top: 80px;
	margin-left:4px;
	margin-right: 4px;
	}
	
	.active-event{
		background: #ffffff;
		color: #000000 !important;
	}
	
	a.prev {
	position:absolute;
	left:50%;
	top: 170px;
	margin-left: -320px;
	width:18px;
	height:18px;
	background:url(_img/arrow/left.png) no-repeat;
	cursor:pointer;
	}
	
	a.next {
	position:absolute;
	left:50%;
	top: 170px;
	margin-left: 305px;
	width:18px;
	height:18px;
	background:url(_img/arrow/right.png) no-repeat;
	cursor:pointer;
	}
	
	/* mouseover state */
	a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
		background-position:0px -18px;		
	}
	
	/* disabled navigational button */
	a.disabled {
		visibility:hidden !important;		
	}

#showentry{
border: 0px;
background: #fbfbfb;
max-width:573px;
min-height:400px;
margin-left:18px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}


.outlook{
cursor: pointer;
display:block;
background: url(_img/outlook.png);
float:right;
height:35px;
width: 171px;
position: relative;
bottom:10px;
right:10px;
}


table .striperow:hover
{
background: #cccccc;
}

.footer{
border:0px;
width: 765px;
background-color:#dddddd; 
display:block; 
margin-left: -2px; 
font-size: 12px; 
color: #333333;
letter-spacing: 3px;
}

.footerButton{
cursor: pointer; 
display: inline;
background-color: #ffffff;
text-decoration: none;
}

.footerButton:hover{
background-color: #333333;
color: #fbfbfb;
text-decoration: none;
}

.copyright{
display: inline;
background-color: #ffffff;
cursor: default;
}

#hotstuff{
margin-left:-40px;
min-width: 612px;
}

.hotitem{
position: relative;
width: 123px;
height: 174px;
list-style: none;
float:left;
border: 1px solid #CCCCCC;
overflow:hidden;
margin-right: 28px;
margin-bottom: 28px;
}

.hotitem:hover{
opacity:0.6;
filter:alpha(opacity=60);
}

ul#landesseite{
list-style: none;
-webkit-padding-start: 0px;
padding:0px;
margin:0px;
}

ul#landesseite li{
list-style: none;
}

a.loggedin{
text-decoration:none; 
padding:10px; 
display: block; 
letter-spacing:1px; 
text-align:center; 
line-height:17px; 
font-size:13px; 
color:#ffffff;
text-color: #ffffff;
background: url(_img/tooltip.png) repeat-x; 
width: 612px;
}

a.loggedin:hover{
background: #000099;
}

.tooltip{
letter-spacing: 1px;
display:none;
color: white;
font-size: 12px;
background: url(_img/tooltip.png) bottom center transparent no-repeat;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/tooltip.png', sizingMethod="crop"); 
padding-left: 10px;
padding-right: 10px;
padding-bottom: 15px;
padding-top:10px;
min-width: 123px;
max-width: 400px;
text-align: left;
}

.tooltip a{
color: #ffffff;
}

.tooltip2{
letter-spacing: 1px;
display:none;
padding: 5px;
color: #666666;
font-size: 10px;
background: #ffffff;
}

.adminspill{
position: fixed;
left: 50%;
margin-left:365px;
top: 110px;
background: #ffffff;
display: block;
width: 35px;
opacity:0.6;
filter:alpha(opacity=60);
}

a.document{
height: 60px;
max-height: 60px;
width: 190px;
max-width: 190px;
margin-left: 0px !important;
overflow: hidden;
display:block;
}

a.document:hover{
background: url(_img/document_hover.png) no-repeat !important;
color: #ffffff !important;
}

.adminspill:hover{
opacity:100;
filter:alpha(opacity=100);
}

.adminspill td:hover{
background: #333333 !important;
}

#BigBox{
text-align:left;
background: url(_img/menu_bg.png) repeat-x #ffffff;
border: 1px solid #cccccc;
display: block;
width: 612px;
min-height: 20px;
}









