/*
Theme Name: Feuerwehr Kematen
Author: Klotz Dominik
Author URI: http://www.benny-design.eu
Description: Das "Feuerwehr Kematen" Wordpress Theme wurde speziell fuer den Webauftritt der Freiwilligen Feuerwehr Kematen entwickelt.
Version: 1.0
*/



@charset "UTF-8";
/* CSS Document */

/* reset */

* 
	{
    margin:0;
    padding:0;
	}

body, div, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote, header, aside, article, section, footer, nav
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	font-size:100%;
	font-family:Arial;
	}

body 
	{
	background:url('img/bodybg.png');
	background-repeat: repeat-x;
	}

a 	
	{
	color:#be2222;
	text-decoration:none;
	text-shadow:1px 1px 2px #999;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	}

#wpadminbar a 
	{
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}

a:hover
	{
	color:#ff0000;
	}

h1 	
	{
	font-size:30px;
	color:#cf2222;
	text-shadow:1px 1px 2px #999;
	margin: 10px;
	}

h2 	
	{
	font-size:25px;
	color:#cf2222;
	height: 27px;
	text-shadow:1px 1px 2px #999;
	}

h3	
	{
	color:#cf2222;
	text-shadow:1px 1px 2px #999;
	}

.alignleftthumb  
	{
	float: left;
	margin-right:  10px;
	margin-top: 10px;
	
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 20px 30px;
	-webkit-border-bottom-left-radius: 20px 30px;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 20px 30px;
	-moz-border-radius-bottomleft: 20px 30px;
	border-radius: 6px;
	border-top-right-radius: 20px 30px;
	border-bottom-left-radius: 20px 30px;
	
		
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border:2px solid #ddd;
	}
	
.clear 
	{ 
	clear:both; 
	}
	
.place
	{ 
	border-right: 1px solid rgb(221, 221, 221);
	width: 10px;
	height: 50px;
	float: left:
	}
		
.header 
	{
	width:1000px;
	height:100px;
	margin:auto;
	margin-top:20px;
	}
.logo 
	{
	display:block;
	width:383px;
	height:88px;
	text-indent:-9999px;
	background-image:url('img/logo.png');
	float:left;
	margin-bottom:71px;
	}

.social
	{
	width: 280px;
	margin-top:15px;
	position:relative;
	float:right;
	margin-right: 0px;
	}

.social a
	{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin: 2px 2px 40px 2px;
	background-repeat: no-repeat;
	}

.social a#face
	{
	background-image: url('social/facebook.png');
	background-position: 0px -32px;
	}

.social a#rss
	{
	background-image: url('social/rss.png');
	background-position: 0px -32px;
	}

.social a#twi
	{
	background-image: url('social/twitter.png');
	background-position: 0px -32px;
	display: none;
	}
	
.social a#face:hover
	{
	background-position: 0px 0px;
	}
	
.social a#rss:hover
	{
	background-position: 0px 0px;
	}
	
.social a#twi:hover
	{
	background-position: 0px 0px;
	}
	
.social a#face:hover div#textface
	{
	display: block;
	}
	
.social a#rss:hover div#textrss
	{
	display: block;
	}
	
.social a#twi:hover div#texttwi
	{
	display: block;
	}


 .nav
	{
	width:1000px;
	height:40px;
	margin:auto;
	background: url('img/nav.png');
	color:#777;
	font-size:15px;
	-webkit-border-top-left-radius: 15px 30px;
	-webkit-border-top-right-radius: 15px 30px;
	-moz-border-radius-topleft: 15px 30px;
	-moz-border-radius-topright: 15px 30px;
	border-top-left-radius: 15px 30px;
	border-top-right-radius: 15px 30px;
	border-bottom: 1px solid #DDD;
	}
 
.nav ul 
	{
	list-style:none; 
	}

.nav ul li 
	{
	float:left;
	}

.nav ul li:first-child a
	{
	margin-left: 20px;
	border-left: 1px solid #DDD;
	}

.nav ul li ul li:first-child a
	{
	margin-left: 0;
	border-left: none;
	}

.nav ul li ul li ul li:first-child a
	{
	margin-left: 0;
	border-left: none;
	}

			
.nav ul li a 
	{
	height:10px;
	display:block;
	padding:15px;
	line-height:10px;
	text-decoration:none;
	letter-spacing:1px;
	font-family:Verdana;
	border-right:1px solid #DDD;
	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;
	-o-tansition: background-color 0.5s;
	color:#777;
	}

.nav ul li ul
	{
	z-index: 9;
	position: absolute;
	margin-left:-1px;
	display: none;
	width: 250px;
	background: #fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border: 1px solid #DDD;
	}

.nav ul li ul li
	{
	clear: both;
	width: 250px;
	}

.nav ul li ul li a
	{
	font-size:12px;
	}
	
.nav ul li:hover ul
	{
	display: block;
	}
	
.nav ul li:hover ul li ul
	{
	display: none;
	}

.nav ul li a:hover 
	{
	background:#DDD;
	}
	
.nav ul li ul li ul
	{
	z-index: 9;
	position: absolute;
	margin-left: 225px;
	margin-top: -41px;
	display: none;
	width: 125px;
	background: #fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border: 1px solid #ddd;
	}

.nav ul li ul li ul li
	{
	clear: both;
	width: 125px;
	}

.nav ul li ul li ul li a
	{
	font-size:11px;
	}
	
.nav ul li ul li:hover ul
	{
	display: block;
	}

.nav ul li ul li a:hover 
	{
	background:#DDD;
	}

.wrapper
	{
	width:1000px;
	padding:10px;
	background-image:url('img/contentbg.png');
	font-size:14px;
	color:#444;
	margin:auto;
	}
		
.cal_icon
	{
	margin-left: 10px;
	padding-left: 15px;
	width: 240px;
	height: 24px;
	background-image:url('img/icons/24x24/modify.png');
	background-repeat: no-repeat;
	float: left;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	border-left: 1px dashed #ddd;
	padding-bottom: 2px;
	padding-top: 4px;
	background-position: 15px 3px;
	}
		
.cat_icon
	{
	width: 240px;
	height: 24px;
	background-image:url('img/icons/24x24/chart.png');
	background-repeat: no-repeat;
	float: left;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	padding-bottom: 2px;
	padding-top: 4px;
	background-position: 0px 3px;
	}
		
.com_icon
	{
	width: 150px;
	height: 24px;
	background-image:url('img/icons/24x24/comment.png');
	background-repeat: no-repeat;
	float: left;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	padding-bottom: 2px;
	padding-top: 4px;
	background-position: 0px 3px;
	}

.avas	
	{
	max-height: 16px;
	}
		
div.posts, div.page 
	{
	width:780px;
	float:left;
	line-height:20px;
	min-height:500px;
	}

div.page 
	{
	width:730px;
	padding:10px;
	}

.post 
	{
	width:700px;
	margin:0 auto;
	margin-bottom:30px;
	padding:10px;
	border-bottom:1px dashed #777;
	text-align: justify;
	padding-bottom: 15px;
	}

.posthead
	{
	width:700px;
	margin:0 auto;
	padding:10px;
	border-bottom:1px dashed #777;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 0px;
	}

.singlepost 
	{
	width:700px;
	margin:0 auto;
	margin-bottom:10px;
	padding:10px;
	padding-top: 0px;
	}

.more-link 
	{
	margin-left:20px;
	font-style:italic;
	}

.info 
	{ 
	font-size:11px;
 	margin-bottom:5px;
	margin-top: 5px;
	}

.sidebar 
	{
	position: relative;
	list-style:none;
	padding:10px;
	padding-right: 0px;
	padding-top: 0px;
	width:198px;	
	float:right;
	margin-bottom: 50px;
	margin-right: 0px;
	}

.sidebar ul 
	{
	margin-left:10px; 
	}

.sidebar ul li 
	{
	list-style:none; 
	}
	
.sidebar h2 
	{
	margin-top:10px; 
	}

.footer {
	width:1000px;
	height: 15px;
	padding:10px;
	margin:auto;
	background-image:url('img/footer.png');
	background-repeat:y-repeat;
	font-size:12px;
	color:#fff;
	}
	
.footer a 
	{
	color:#fff 
	}

.footer a:hover 
	{
	text-decoration:underline; 
	}

.left 
	{
	float:left;
	margin-left:50px;
	}

.right 
	{ 	
	float:right; 
	margin-right:50px;
	}

.alignleft 
	{
	float:left;
	margin: 10px;
	}

.alignright 
	{ 	
	float:right; 
	margin: 10px;
	}

iframe 
	{
	width: 640px;
	margin: 0 auto;
	}

h2.widgettitle 
	{
	margin-top: -5px;
	color: #866;
	}

.screen-reader-text 
	{
	display:none; 
	}

#s 
	{
	border:1px solid #ddd;
	background-color: #eee;
	padding:5px;
	width:150px;
	float:right;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 20px 30px;
	-webkit-border-bottom-left-radius: 20px 30px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 20px 30px;
	-moz-border-radius-bottomleft: 20px 30px;
	border-radius: 10px;
	border-top-right-radius: 20px 30px;
	border-bottom-left-radius: 20px 30px;
	margin-bottom:10px;
	background-image: url('img/lupe3.png');
	background-position: 8px 4px;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #999;
	margin-right: 10px;
	}

#s:hover 
	{
	border-color:#d88;
	background-color: #ffeeee;
	background-position: 8px 4px;
	color: #999;
	}

#s:focus 
	{
	border-color:#be0000;
	background-color: #ffeeee;
	background-position: 8px -96px;
	background-repeat: no-repeat;
	color: #be0000;
	}

input#hidden
	{
	display: none;
	}
#searchsubmit 
	{
	padding:5px;
	border:none;
	background:#be0000;
	color:#fff;
	float:right;
	padding-bottom:7px;
	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;
	-o-tansition: background-color 0.5s;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
	}	

#searchsubmit:hover 
	{
	background:#ef0000;
	}	

#searchsubmit:focus 
	{
	background:#ff0000;
	}

h3.commentheading
	{
	font-size:20px;
	color:#be0000;
	margin: 20px;
	}

h1.getthecat
	{
	margin: 30px;
	font-size: 30px;
	margin-top: 10px;
	}

h2.getthecat
	{
	margin: 20px;
	font-size: 25px;
	margin-top: 10px;
	margin-left: 20px;
	}

span#normal
	{
	font-size: 15px;
	color:rgb(68, 68, 68);
	margin: 0px;
	}
	
span#norma
	{
	font-size: 15px;
	margin: 0px;
	}
	
#comments
	{
	border-top: 2px dashed #ddd;
	margin-top: 50px;
	}

.comment 
	{
	max-width: 700px;
	list-style: none;
	margin:0 auto;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #ddd;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	}

.avatar 
	{ 
	padding:2px;
	border:1px solid #ddd;
	float:left;
	transition-property: background-color;
	transition-duration: 0.5s;
	-moz-transition-property: background-color; /* Firefox 4 */
	-moz-transition-duration: 0.5s; /* Firefox 4 */
	-webkit-transition-property: background-color; /* Safari and Chrome */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-property: background-color; /* Opera */
	-o-transition-duration: 0.5s; /* Opera */
	}
	
.avatar:hover
	{ 
	background-color:rgb(190, 0, 0);
	}

.commentmetadata 
	{ 
	font-style:italic;
	font-size:12px;
	margin-bottom:10px;
	padding-left:48px;
	}	

#commentform {
	margin-top:20px;
	margin-left:50px;
	width:600px;
	margin-bottom:20px;
	}

.comment ul 
	{
	margin-left:10px;
	margin-top:10px;
	display:block;
	padding:10px;
	-webkit-border-radius:5px;
	}
.comment ul li 
	{
	border:none; 
	border:1px solid #ddd;
	padding:10px;
	}

.comment ul a 
	{
	color:rgb(190, 0, 0);
	text-decoration:none;
	webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: color;
	-o-transition-duration: 0.3s;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	}

cite.fn	
	{
	margin-left:10px;
	}
	
input#author,
input#email,
textarea#comment
	{
	width: 200px;
	border:1px solid #ddd;
	background-color: #eee;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition-property: width,color;
	transition-duration: 2s;
	-moz-transition-property: width; /* Firefox 4 */
	-moz-transition-duration: 2s; /* Firefox 4 */
	-webkit-transition-property: width; /* Safari and Chrome */
	-webkit-transition-duration: 2s; /* Safari and Chrome */
	-o-transition-property: width; /* Opera */
	-o-transition-duration: 2s; /* Opera */
	}
	
textarea#comment
	{
	resize: none;
	height: 30px;
	transition-property: width,height;
	transition-duration: 2s;
	-moz-transition-property: width,height; /* Firefox 4 */
	-moz-transition-duration: 2s; /* Firefox 4 */
	-webkit-transition-property: width,height; /* Safari and Chrome */
	-webkit-transition-duration: 2s; /* Safari and Chrome */
	-o-transition-property: width,height; /* Opera */
	-o-transition-duration: 2s; /* Opera */
	}
	

input#author:hover,
input#email:hover,
textarea#comment:hover
	{
	border-color:#d88;
	background-color: #ffeeee;
	}
	

input#author:focus,
input#email:focus,
textarea#comment:focus
	{
	width: 300px;
	border-color:#be0000;
	background-color: #ffeeee;
	}

textarea#comment:focus
	{
	height: 100px;
	width: 600px;
	}

input#submit
	{
	width:200px;
	border:none;
	letter-spacing:2px;
	background:#be0000;
	padding:10px;
	line-height:15px;
	text-align:center;
	margin-top:20px;
	color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;;
	-o-tansition: background-color 0.5s;
	}

input#submit:hover
	{
	background:#ef0000;
	}

input#submit:focus
	{
	background:#ef0000;
	}
	
div#kommentar_formular
	{
	width:700px;
	margin:0 auto;
	margin-bottom:20px;
	padding:10px;
	border:2px solid #ddd;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	}
div#replytocomment
	{
	width:600px;
	margin:0 20;
	padding:10px;
	border:1px solid #ddd;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	}

a#reply
	{
	margin-bottom: 5px;
	}
	
div#replytext
	{
	font-style: italic;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	}
	
h3#respond
	{
	font-size:20px;
	color:#be0000;
	margin: 5px;
	}

form#commentform
	{
	margin-top: 20px;
	margin-left: 20px;
	}

p
	{
	text-align: justify;
	}
	
em.comment-awaiting-moderation
	{
	margin-left: 10px;
	}

div.pagenaviwrapper
	{
	height: 50px;
	max-width: 325px;
	margin: 10px auto
	}
	

img.attachment-thumbnail
	{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
	}
	
span#searchspan
	{
	font-size:17px; margin-left:30px; margin-bottom:50px; margin-top:0px;
	}
	
.social a div
	{
	color: #fff;
	}

.social a div
	{
	display: none;
	position: absolute;
	margin-top: 40px;
	width: 280px;
	height: 15px;
	}
	
.social a div#textface
	{
	margin-left: 2px;
	}
	
.social a div#textrss
	{
	margin-left: -34px;
	}
	
.social a div#texttwi
	{
	display: none;
	margin-left: -70px;
	}

div.impr
	{
	margin: 5px;
	}

div.impr span#h2
	{
	text-decoration: underline;
	font-weight:bold;
	color:#be1111;
	margin-left:10px;
	}

div.impr p
	{
	margin: 20px;
	}

div.impr p#p
	{
	font-style: italic;
	}

div#coinfo
	{
	margin-left: 150px;
	margin-top: -18px;
	}

div.sidebar li.widget
	{
	padding: 10px;
	border:1px solid #ddd;
	border-bottom: 0px;
	border-right: 0px;
	}

div.sidebar li.widget a
	{
	text-shadow:0.5px 0.5px 1px #888;
	}

div.sidebar li.widget:last-child
	{
	padding: 10px;
	border:1px solid #ddd;
	border-right: 0px;
	}

div.sidebar li.widget:first-child
	{
	margin-top: -11px;
	padding: 10px;
	padding-top: 20px;
	border:1px solid #ddd;
	border-bottom: 0px;
	border-right: 0px;
	}

div.sidebar li.widget ul li
	{
	list-style: none;
	margin-top: 2px;
	margin-left: -10px;
	padding-top: 4px;
	border-top: 1px dotted #ccc;
	text-align: center;
	}
	
.widgettitle
	{
	text-align: center;
	font-size: 18px;
	}
div#search
	{
	float: right;
	height: 30px;
	margin: 6px 0px 5px 5px;
	width: 150px;
	}


div.sidebar li ul li
	{
	margin-bottom: 5px;
	list-style: square;
	list-style-position:inside;
	}



div.sidebar li ul li  ul li
	{
	margin:0;
	list-style: circle;
	list-style-position:inside;
	}

div.sidebar li ul li ul li ul
	{
	font-size: 12px;
	margin-bottom: 2px;
	}

div.sidebar li ul li ul li ul li
	{	
	margin:0;
	list-style: none;
	list-style-image:url('img/list.png');
	list-style-position:inside;
	}
.wp-pagenavi {
	margin-top: 20px auto 20px auto;
	min-width:80px;
	min-height: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	border: 1px solid #bbb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-transition: border, background-color 0.3s;
	-moz-transition: border, background-color 0.3s;
	-o-transition: border, background-color 0.3s;
	transition: border, background-color 0.3s;
}

.wp-pagenavi span.pages
	{
	float: right;
	margin-right: 30px;
	color: #555;
	}
.wp-pagenavi a:hover {
	border-color: #555;
	background-color: #cf2222;
	color: #555;
	
} 
.wp-pagenavi span.current
{
	background-color: #cf2222;
	border-color: #555;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi
	{
	margin-top: 0px; 
	margin-left: 40px; 
	margin-top: 20px;  
	min-width:50px;
}

.wk-slideshow
	{
	width: 600px;
	margin: 10px auto;
	}

.wk-slideshow ul.nav
	{
	width: 600px;
	margin: 10px auto;
	}
	
div#commentnavi
	{
	width: 740px;
	height: 50px;
	margin: 0 auto;
	}
	
div.posts p
	{
	margin: 20px;
	text-align: justify;
	}

div.page p
	{
	margin-top: 10px;
	margin-left: 20px;
	}

img#lightboxgalery
	{
	margin: 0 30px;
	margin-top: 30px;
	border: 5px solid #ccc;
	-webkit-transition: border 1.0s;
	-moz-transition: border 1.0s;
	-o-transition: border 1.0s;
	transition: border 1.0s;
	}
	
img#lightboxgalery:hover
	{
	border: 5px solid #f22;
	}

img#lightboxgalerys
	{
	height: 100px;
	width: 100px;
	margin: 0 20px;
	margin-top: 20px;
	border: 5px solid #ccc;
	-webkit-transition: border 1.0s;
	-moz-transition: border 1.0s;
	-o-transition: border 1.0s;
	transition: border 1.0s;
	}

img#lightboxgalerys:hover
	{
	border: 5px solid #f22;
	}

img#lightboxgalerys2
	{
	height: 80px;
	width: 80px;
	margin: 0 20px;
	margin-top: 20px;
	border: 5px solid #ccc;
	-webkit-transition: border 1.0s;
	-moz-transition: border 1.0s;
	-o-transition: border 1.0s;
	transition: border 1.0s;
	}

img#lightboxgalerys2:hover
	{
	border: 5px solid #f22;
	}

.termincontainer
	{
	border-top: 1.5px dashed rgb(180,180,180);
	margin-bottom: 5px;
	padding: 5px;
	}
	
a.terminedit
	{
	float: right;
	margin: 10px;
	margin-top: 5px;
	padding: 3px;
	color: #fff;
	background-color: #be0000;
	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;
	-o-tansition: background-color 0.5s;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 20px 30px;
	-webkit-border-bottom-left-radius: 20px 30px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 20px 30px;
	-moz-border-radius-bottomleft: 20px 30px;
	border-radius: 10px;
	border-top-right-radius: 20px 30px;
	border-bottom-left-radius: 20px 30px;
	margin-bottom:10px;
	}

a.terminedit:hover 
	{
	background:#ef0000;
	}	

a.terminedit:focus 
	{
	background:#ff0000;
	}
	
input.terminbut
	{
	margin: 10px;
	margin-top: 5px;
	padding: 3px;
	color: #fff;
	background-color: #be0000;
	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;
	-o-tansition: background-color 0.5s;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 20px 30px;
	-webkit-border-bottom-left-radius: 20px 30px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 20px 30px;
	-moz-border-radius-bottomleft: 20px 30px;
	border-radius: 10px;
	border-top-right-radius: 20px 30px;
	border-bottom-left-radius: 20px 30px;
	margin-bottom:10px;
	border: #fff;
	}

input.terminbut:hover 
	{
	background:#ef0000;
	}	

input.terminbut:focus 
	{
	background:#ff0000;
	}
	
.nohover:hover
	{
	cursor: auto;
	}
	
img.sub
	{
	-webkit-border-radius: 60px;
	-webkit-border-top-left-radius: 120px 80px;
	-webkit-border-bottom-right-radius: 120px 80px;
	-moz-border-radius: 60px;
	-moz-border-radius-topleft: 120px 80px;
	-moz-border-radius-bottomright: 120px 80px;
	border-radius: 60px;
	border-top-left-radius: 120px 80px;
	border-bottom-right-radius: 120px 80px;
	
		
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border:2px solid #ddd;
	
	}

img.sub-small
	{
	-webkit-border-radius: 30px;
	-webkit-border-top-left-radius: 60px 40px;
	-webkit-border-bottom-right-radius: 60px 40px;
	-moz-border-radius: 30px;
	-moz-border-radius-topleft: 60px 40px;
	-moz-border-radius-bottomright: 60px 40px;
	border-radius: 30px;
	border-top-left-radius: 60px 40px;
	border-bottom-right-radius: 60px 40px;
	
		
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border:2px solid #ddd;
	
	}
	
img.kommandant
	{
	float: right;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border:2px solid #ddd;
	margin: 20px;
	margin-right: 0px;
	}

div.slider-wrapper.theme-light
	{
	background-color: #ddd;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	}