
/*
 	Allgemein
*/
@font-face {
	font-family: 'UbuntuMedium';
	src: url('../fonts/Ubuntu-M-webfont.eot');
	src: url('../fonts/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Ubuntu-M-webfont.woff') format('woff'),
	     url('../fonts/Ubuntu-M-webfont.ttf') format('truetype'),
	     url('../fonts/Ubuntu-M-webfont.svg#UbuntuMedium') format('svg');
	font-weight: normal;
	font-style: normal;

}
*{
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
	font-weight:normal;
	color: #32508f; 
}

a:hover{
	font-weight:normal;
	cursor: pointer;
	text-decoration: underline;
}

div,ul,li,h1,h2,h3{
	display: block;
}
h1{
	margin: 5px 15px;
	font-size: 22px;
}
h2{
	margin: 5px 20px;
	font-size: 18px;
}
h3{
	margin: 5px 20px;
	font-size: 14px;
}
ul,ol {
	list-style: none;
}
body{
	background-color: #e9eaed;
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1.4;
	color: #615d55;
}
p{
	margin: 5px;
}
hr{
	margin: 10px 0;
	border: none;
        border-top: 1px solid #afafaf;
}
.box{
	background: #fff;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	margin: 10px 9px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
}
.warning{
	width: 300px;
	border: 1px solid #e1e2e3;
	background-color: #f6f7f8;
	margin: 12px;
	padding: 10px;
}
.warning .left_warning{
	display: inline-block;
	font-size: 40px;
	width: 30px;
	color: orange;
	text-align: center;
	vertical-align: top;
}
.warning .right_warning{
	display: inline-block;
	width: 255px;
	padding: 5px;
}
.clear{
	clear: both;
}
.height{
	height: 15px;
	display: block;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.nowrap{
	white-space: nowrap;
}
.nobr{
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100px;
	overflow: hidden;
}
.noback{
	background: none!important;
}
.error{
	margin: 10px 30px;
	padding: 4px 10px;
	border-radius: 2px;
	box-shadow: #aaa 0 0 5px;
	background: #ff3333;
	border: 1px solid #eee;
	color: #ffffff;
}
.tip{
	display: none;
	position: absolute;
}
.tip .text{
	font-size: 10px;
	background-color: #333333;
	padding: 2px 6px;
	color: #ffffff;
}
.tip .arrow{
	border: 4px solid transparent;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
	border-bottom: 0;
	border-top-color: #282828;
	left: 12px;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="number"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 4px 15px;
	border-radius: 2px;
	box-shadow: #aaa 0 0 5px;
	background: #ffffff;
	border: 1px solid #eee;
	color: #444;
	
	-webkit-transition: all 0.60s ease-in-out;
	-moz-transition: all 0.60s ease-in-out;
	-ms-transition: all 0.60s ease-in-out;
	-o-transition: all 0.60s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
input[type="submit"]{
	cursor: pointer;
}
input[type="submit"]:hover{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	background: #eee;
}
input[type="submit"]:focus{
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -ms-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
}
input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align: center;
	box-shadow: #aaa 0 0 5px;
	background: #ffffff;
	border: 1px solid #eee;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
    
}
input[type="checkbox"]:active,
input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}

input[type="checkbox"]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
select{
	border-radius: 2px;
	box-shadow: #aaa 0 0 5px;
	border: 1px solid #eee;
	padding: 3px;
	height: 28px;
	width: 100px;
	margin: 5px;
	border-radius: 0px;
	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	
	-webkit-transition: all 0.60s ease-in-out;
	-moz-transition: all 0.60s ease-in-out;
	-ms-transition: all 0.60s ease-in-out;
	-o-transition: all 0.60s ease-in-out;

	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;
	background-color: #ffffff;
	background-position: right 1px top 3px;
	background-size: 18px 18px;
}
select:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
/*
 	Navigation
 	( jMenu.css )
*/
#main-nav{
	font-family: 'UbuntuMedium';
}
/*
    LOGIN
*/
#login{
	float: left;
	width: 270px;
	
}
#login .left{
	float: left;
	margin:3px;
}
#login .right{
	float: right;
	margin:3px;
}
#login input[type="text"],
#login input[type="password"]{
	width: 100px;
	padding: 5px;
	-webkit-transition: all 0.60s ease-in-out;
	-moz-transition: all 0.60s ease-in-out;
	-ms-transition: all 0.60s ease-in-out;
	-o-transition: all 0.60s ease-in-out;
	outline: none;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .05);
	background: #FCFCFC;
	border: #EEE 1px solid;
	color: #999;
}
#login input[type="text"]:focus,
#login input[type="password"]:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);	
}
/*
 	Mittelcontent
*/
#main-col{
	width: 900px;
	margin: 0 auto;
}
#main-header{
	height: 152px;
	background-color: #fff;	
	position: relative;
	padding: 0px;
}
#main-header .description {
	bottom: 10px;
	left: 10px;
	z-index: 99999;
	position: absolute;
	background: #CBBFAE;
	background: rgba(190,176,155, 0.6);
	border-left: 4px solid rgba(255,255,255,0.7);
	color: #fff;
}
#main-header  .description p {
	margin: 5px 10px;
	font-size: 16px;
	
}
#main-header.box{
	padding: 0px;
}

#main-content ol,
#main-content li {
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
}
/*
	News
*/

#news .news_small_content{
}
#news .news_small_date{
	font-size: 11px;
	width: 100px;
	margin: 0 0 5px 20px;
}
#news .news_small_image{
	float: right;
	margin: 3px;
}
#news .news_big_content{
}
#news .news_big_date{
	font-size: 11px;
	width: 100px;
	margin: 0 0 5px 20px;
}
#news .news_big_image{
	float: right;
	max-width: 200px;
}
#news .news_big_image a{
	display: block;
}
#news .news_big_image a img{
	max-width: 200px;
	height: auto;
}
#news #pages span a,
#news #pages span.active,
#news #pages span.separator{
	display: inline-block;
	width: 20px;
	padding: 3px;
	margin: 3px;
	font-weight: bold;
	color: #252525;
	text-align: center;
}
#news #pages span.active{
	background: #dbd8d0;
	border: 1px solid #ababab;
}
#news #pages span a{
	text-decoration: none;
	background: #f3f3f3;
	border: 1px solid #ababab;
}
#news #pages span a:hover{
	background: #ababab;
	color: #efefef;
}
/*
	Bildergalerie
*/
#galerie .album{
    border: 1px solid #efefef;
    box-shadow: #efefef 5px 5px;
    width: 100px;
    margin: 10px;
    padding: 10px;
    float: left;
    min-height: 170px;
}
#galerie .album:hover{
    border: 1px solid #ababab;
    box-shadow: #ababab 5px 5px;
}

/*
	Auth
*/
#auth table{
	margin: 20px;
}
#auth table tr td{
	margin: 3px 5px;
	display: block;
}
#auth table tr td .captcha_input{
	float: left;
}
#auth table tr td .captcha_frame{
	float: left;
	margin-left:14px;
}
#auth table tr td input[type="text"],
#auth table tr td input[type="password"]{
	margin-left: 15px;
	padding: 5px;
	-webkit-transition: all 0.60s ease-in-out;
	-moz-transition: all 0.60s ease-in-out;
	-ms-transition: all 0.60s ease-in-out;
	-o-transition: all 0.60s ease-in-out;
	outline: none;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .05);
	background: #FCFCFC;
	border: #EEE 1px solid;
	color: #999;
}
#auth table tr td input[type="text"]:focus,
#auth table tr td input[type="password"]:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
#auth table tr td input[type="submit"]{
	padding: 4px 15px;
	border-radius: 2px;
	box-shadow: #aaa 0 0 5px;
	background: #ffffff;
	border: 1px solid #eee;
	color: #444;
	cursor: pointer;
}
#auth table tr td input[type="submit"]:hover{
	box-shadow: #666 0 0 5px;
	background: #eee;
}
#auth table tr td input[type="submit"]:focus{
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -ms-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
}
/*
	Admin
 */
#admin ul.nav a{
	text-decoration: none;
	display: inline-block;
	width: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 4px;
	margin: 3px;
	border: 1px solid #efefef;
	
}
#admin ul.nav a:hover{
	border: 1px solid #afafaf;
}
#admin ul.nav li{
	display: inline-block;
	text-align: center;
}
#admin ul.nav li:before{
    content: '►';
}
#admin .input-div{
	width: 190px;
	float: left;
	margin: 10px;
	height: 50px;
}
#admin .input-div .label-top{
	width: 100%;
	display: block;
	margin: 5px:
}
#admin .input-div.medium{
	width: 280px;
}
#admin .input-div.long{
	width: 400px;
}
#admin .input-div input{
	margin: 5px;
	padding: 5px 15px;
}
#admin .input-div input[type="submit"]{
	margin-top: 23px;
}
#admin .input-div.link input{
	width: 360px;
}
#admin table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#admin table tr{
}
#admin table tr.tr_info td{
	border-bottom: 0px;
	padding: 4px 0;
}
#admin table tr th{
	padding: 5px 0;
}
#admin table tr td{
	padding: 8px 0;
	background: #efefef;
	border-bottom: 2px solid white;
}
#admin table tr td input[type="number"]{
	width: 60px;
}
#admin table tr td input[type="text"]{
	width: 230px;
}
#admin select{
	width: 100%;
}
#admin .preview{
	width: auto;
        overflow: auto;
}
#admin .preview table {
	width: auto;
}
#admin .preview table tr th,
#admin .preview table tr td{
	padding: 2px 10px;
}
#admin .preview table tr th .editable{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px;
	width: 100%;
	border-radius: 0px;
	box-shadow: none;
	background: #ffffff;
	border: 1px solid transparent;
	color: #444;
	font-weight: bold;
}
#admin .preview table tr th .editable:hover{
	border: 1px solid #afafaf;
}
#admin .preview table tr th .editable:focus{
}
#admin .do-buttons input{
	margin: 10px;
}