
/* ########### CONTENT ########### */

#content_left {
position: relative;
margin: 0 20px 60px 0;
width: 570px;
float: left;
}

#content_right {
width: 300px;
float: left;
}

blockquote {
font-style: italic;
background: url(../i/quote.png) 0 0 no-repeat;
margin: 5px 5px 0 5px;
padding: 10px 10px 10px 20px;
}

.image {
margin: 2px;
}

.image img {
border: #ccc solid 8px;
}

.image_left {
float: left;
margin: 0 10px 10px 0;
}

.image_left img {
border: #fff solid 1px;
}

.image_right {
float: right;
margin: 0 0 10px 10px;
}

.image_right img {
border: #fff solid 1px;
}

.image_list {
text-align: center;
float: left;
margin: 0 20px 20px 20px;
width: 200px;
height: 200px;
}

.image_list_schmal {
text-align: center;
float: left;
margin: 0 3px 10px 3px;
width: 200px;
}

.image_list_big {
text-align: center;
float: left;
margin: 0 3px 10px 3px;
width: 265px;
}

.image_list2 {
text-align: center;
float: left;
margin: 0 10px 10px 10px;
height: 170px;
}

.image_list_small {
text-align: center;
float: left;
margin: 0 0 20px 0;
width: 150px;
height: 150px;
}

.image_list_small_profil {
text-align: center;
float: left;
margin: 0 16px 0 0;
width: 150px;
height: 150px;
}


.list01 {
float: left;
padding: 0 15px 10px 15px;
width: 280px;
}

.imagegallery {
 width: 250px; 
 height: 165px; 
 border: #fff solid 1px; 
 float: left; 
 margin: 10px 5px 10px 5px;
}


.linie {
height: 1px;
background-color: #666;
border-bottom: #000 solid 1px;
}

.small {
font-size: 12px;
}

/* ########### BOXEN ########### */


.box_header {
background: #171717 url(../i/box_head_bg.png) repeat-x;
border: #171717 solid 1px;
-moz-border-radius: 5px 5px 0 0; 
-webkit-border-radius: 5px 5px 0 0; 
height: 100%;
letter-spacing:-1px;	
text-transform:uppercase;

}

.box_bottom {
background: #171717 url(../i/box_head_bg.png) repeat-x;
border: #171717 solid 1px;
-moz-border-radius: 0 0 5px 5px; 
-webkit-border-radius: 0 0 5px 5px; 
height: 100%;
letter-spacing:-1px;	
text-transform:uppercase;

}

.box_header p {
color: #fff;
font-size: 16px;
font-weight: bold;
text-shadow: 1px 1px 0px #000;
padding: 5px 10px 0 10px;

}

.box_bottom p {
color: #fff;
font-size: 16px;
font-weight: bold;
text-shadow: 1px 1px 0px #000;
padding: 5px 10px 0 10px;

}

.box_content {
background: url(../i/contentbg.png);
margin: 0 0 25px 0;
-moz-border-radius: 0 0 5px 5px; 
-webkit-border-radius: 0 0 5px 5px;
}

.boxpadding {
padding: 10px;
}

.boxpadding5 {
padding: 5px;
}

#overlayGrey {
background-color:#000000;
position:absolute;
left:0px;
top:0px;
opacity:0.7;
filter: alpha(opacity = 50);
width:100%;
height:100%;
z-index: 200;
}

#messageContent {
padding:16px;
width:300px;
height:250px;
position:absolute;
left:50%;
top:20%;
margin-left:-166px;
margin-top:-91px;
background-color:#ffffff;
z-index: 300;
}

.jumplist {
text-align: right;
}

.jumplist a {
background: #414837;
padding: 4px 8px 4px 8px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
font-weight: bold;
color: #fff;
}
.jumplist a:hover {
text-decoration: none;
background: #333;
}

.imageoverlay {
background: url(../i/contentbg.png); 
padding: 5px; 
margin-top: 20px;
} 

.comment a {
display: block;
float: right;
width: 34px;
height: 34px;
background: url(../i/comment.png) no-repeat;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #fff;
}
.comment a:hover {
text-decoration: none;
}



/* ########################################################### BUTTONS / LINKS ################################################################# */

.button, .button:visited {
	background: #222 url(../i/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover   								{ background-color: #111; color: #fff; }

.button img									{ vertical-align:middle; margin: -1px 2px 0 0; border: 0px; }
.button:active									{ top: 1px; }
.button:hover									{ text-decoration: none; }
.small.button, .small.button:visited 		{ font-size: 11px; padding: ; }
.button, .button:visited,
.medium.button, .medium.button:visited 	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover							{ background-color: #749a02; }
.blue.button, .blue.button:visited		{ background-color: #064A7C; }
.blue.button:hover								{ background-color: #096CB7; }
.red.button, .red.button:visited			{ background-color: #e33100; }
.red.button:hover								{ background-color: #872300; }
.magenta.button, .magenta.button:visited	{ background-color: #a9014b; }
.magenta.button:hover							{ background-color: #630030; }
.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
.orange.button:hover							{ background-color: #d45500; }
.yellow.button, .yellow.button:visited	{ background-color: #F4D91F; }
.yellow.button:hover							{ background-color: #ffb515; }
input.large.button 							{ padding: 6px 14px 6px; }
input.middle.button 							{ padding: 2px 14px 3px; }
input.small.button 							{ padding: 2px 14px 3px; }




/* ########################################################### CATEGORIES ################################################################# */

.cat, .cat ul {
	list-style: none;
}
.cat {
	margin: 0;	
	padding: 0;
}

.cat ul {
	padding:0;
	margin: 0;
}

.cat li a {
	background: url(../i/contentbg.png);
	border: #414141 solid 1px;
	margin: 0 0 2px 0;
	padding:2px 0 5px 15px;
	color: #fff;
	display:block;
}

.cat li a:hover, .cat li a.active{
	background:#F8EB1D;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}


.cat li ul {
	margin-top:-2px;
}

.cat li ul li a {
	border: none;
	display:block;
	margin:0 0 1px 0px;
	padding:2px 0 2px 35px;
	background: #333 url(../i/arrow_right.png) 18px center no-repeat;
}

.cat li ul li a:hover {
	background:  #666 url(../i/arrow_right.png) 18px center no-repeat;
	color: #fff;
	font-weight: normal;
}

.cat li ul li a.active {
	background: #333 url(../i/arrow_right.png) 18px center  no-repeat;
	font-weight: bold;
	color: #fff;
}

.rss {
background-image: url(../i/rss.gif);
background-repeat: no-repeat;
padding: 0 0 1px 20px;
}
/* ########################################################### KALENDER ################################################################# */

.calendar_side {
	position: absolute;
	left: -75px;
	width: 75px;
	margin: 5px 0 0 0;
}

.calendar_side .first {
	background: #F5EE1E;
	color: #333;
	font-size: 12px;
	height: 19px;
	font-weight: bold;
	padding: 3px 0 0 3px;	
	-moz-border-radius: 5px 0 0 0; 
	-webkit-border-radius: 5px 0 0 0; 
}

.calendar_side .second {
	background: url(../i/contentbg.png);
	color: #fff;
	font-size: 18px;
	padding: 0 0 0 3px;	
	-moz-border-radius: 0 0 0 5px; 
	-webkit-border-radius: 0 0 0 5px; 	
}