@import url(http://fonts.googleapis.com/css?family=Condiment|Rouge+Script);
@import url(http://fonts.googleapis.com/css?family=Voces);
body {
	font-family: 'Voces', serif;
	font-size:18px;
}

.big_title {
	font-family: 'Rouge Script', cursive;
	font-size:72px;
	color:#FFFFFF;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135
}

.copyright {
font-size:13px;
color:#666666;
}

.box_red {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	text-align:center;
}

.box_green {
	background-color:#00CC66;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	text-align:center;
}

.box_yellow {
	background-color:#FFFF99;
	color:#666666;
	font-size:15px;
	padding:4px;
	text-align:center;
}

.ordner_titel {
	font-size:22px;
	color:#333333;
	font-weight:bold;

}

.ordner_untertitel {
	font-size:14px;
	color:#666666;
}

.subgalerie_titel {
	font-size:32px;
	color:#333333;
	font-weight:bold;

}

.subgalerie_untertitel {
	font-size:24px;
	color:#666666;
}

.bild_box{
	background-color:#FFFFFF;
	padding:4px;
	border:solid 1px #DEDEDE;
}

.bild_titel {
	font-weight:bold;
	font-size:21px;
}

.bild_untertitel {
	font-size:15px;
}

.merken {
	font-weight:bold;
	font-size:12px;
}


.box {

background-color: #f5f5f5;

-moz-box-shadow: 0px 0px 48px 0px #888888;
-webkit-box-shadow: 0px 0px 48px 0px #888888;
box-shadow: 0px 0px 48px 0px #888888;

}



A:link {text-decoration: none; color:#333333;}
A:visited {text-decoration: none; color:#333333;}
A:active {text-decoration: none; color:#333333;}
A:hover {text-decoration: underline; color: #006699;}

.kommentare_titel {
	font-style:italic;
	font-size:22px;
}

.kommentar_name {
	font-size:16px;
	font-weight:bold;
}

.kommentar_datum {
	font-size:11px;
}
.kommentar_text {
	font-size:17px;
	color:#666666;
}


.btnButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:37px;
	line-height:37px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7cacde;
}
.btnButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.btnButton:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

 .kommentar_textbox { 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #848484; 
    outline:0; 
    width: 80%; 
 }
 
 .tab:hover {
	 background-color:#CCCCCC;
 }