@charset "utf-8";

/*
Theme Name: Bannerweb
Theme URI: http://www.bannerweb.ch/
Description: Wordpress Theme f&uuml;r www.bannerweb.ch
Author: Bannerweb GmbH / Tobias Undeutsch
Author URI: http://www.bannerweb.ch/
*/


/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
	
a:active, a:focus {
	outline: none;
	}
	
small {
	font-size: 10px;
	}
	
#wrapper {
	width: 900px;
	height: 768px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	}

#banner {
	width: 900px;
	height: 170px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	float: left;
	}

#banner a:link, #banner a:visited, #banner a:hover, #banner a:active {
	text-decoration: none;
	}
	
#logo_nav {
	position: absolute;
	height: 90px;
	width: 200px;
	top: 5px;
	left: 20px;
	cursor: pointer;
	}
	
#mainnav {
	height: 32px;
	position: absolute;
	top: 138px;
	right: 50px;
	}
	
.button {
	float: left;
	padding-right: 10px;	
	}
	
.button_left {
	width: 8px;
	height: 32px;
	background-image: url(images/button_left.jpg);
	background-repeat: no-repeat;
	float: left;
	}

.button_middle {
	height: 32px;
	background-image: url(images/button_middle.jpg);
	float: left;
	}
	
.button_right {
	width: 8px;
	height: 32px;
	background-image: url(images/button_right.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
.button_left_active {
	width: 8px;
	height: 32px;
	background-image: url(images/button_left_active.jpg);
	background-repeat: no-repeat;
	float: left;
	}

.button_middle_active {
	height: 32px;
	background-image: url(images/button_middle_active.jpg);
	float: left;
	}
	
.button_right_active {
	width: 8px;
	height: 32px;
	background-image: url(images/button_right_active.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
.button_middle a:link, .button_middle a:visited {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 32px;
	font-size: 14px;
	}

	
.button_middle a:hover, .button_middle a:active {
	color: #666666;
	}
	
.button_middle_active a:link, .button_middle_active a:visited , .button_middle_active a:hover, .button_middle_active a:active{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 32px;
	font-size: 14px;
	}

#subnav_bg {
	width: 180px;
	height: 310px;
	background-image: url(images/bg_subnav.jpg);
	z-index: 100;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 138px;
	left: 30px;
	}

#subnav {
	width: 180px;
	height: 310px;
	z-index: 150;
	position: absolute;
	top: 138px;
	left: 30px;
	}
	
#title {
	height: 32px;
	font-size: 14px;
	padding-top: 9px;
	padding-left: 20px;
	}

#subnav ul {
	padding: 0;
	margin-left: 21px;
	padding-top: 10px;
	}

#subnav ul li {
	background-image: url(images/aufzaehlungszeichen.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding:0px 4px 0px 20px;
	margin-left: 0;
	list-style-type: none;
	line-height: 20px;
	}
	
#subnav ul li a:link, #subnav ul li a:visited{
	text-decoration: none;
	color: #000000;
	}

	
#subnav ul li a:hover, #subnav ul li a:active{
	color: #999900;
	}

#contentwrapper {
	width: 900px;
	min-height: 520px;
	display: table;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 20px;
	float: left;
	}

#left {
	width: 290px;
	height: 200px;
	float: left;
	display: table-cell;
	}
	
	
#content {
	width: 550px;
	min-height: 520px;
	float: left;
	display: table-cell;
	}
	
#content h1 a:link, #content h1 a:visited {
	color: #000000;	
	text-decoration: none;
	font-size: 14px;
	color: #999900;
	margin-bottom: 0;
	}
	
#content h1 a:hover, #content h1 a:active {
	color: #999999;
	}
	
#blog_nav {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	border: 0;
	border-top: 1px solid #999900;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#bottom {
	width: 900px;
	height: 15px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	float: left;
	}
	
#contact {
	position: relative;
	left: 30px;
	top: -195px;
	color: #999999;
	width: 200px;
	}
	
#contact a:link, #contact a:visited {
	color: #999999;
	text-decoration: none;
	}
	
#contact a:hover, #contact a:active {
	color: #999999;
	text-decoration: underline;
	}
	
h1 {
	font-size: 14px;
	color: #999900;
	
	padding: 0;
	padding-top: 5px;
	margin: 0;
	}
	
h2 {
	font-size: 12px;
	color: #999900;
	
	padding: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
	}
	
h3 {
	font-size: 11px;
	color: #999900;
	
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	}
	
hr {
	border: 0;
	color: #999900;
	background-color: #999900;
	height: 1px;
	}

p {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0;
	}
	
form {
	padding: 0;
	padding-top: 10px;
	margin: 0;
	}
	
a:link, a:visited {
	color: #000000;	
	}
	
a:hover, a:active {
	color: #999999;
	}
	
/* Sidebar CSS */

#sidebar {
	height: auto;
	padding: 0;
	padding-top: 42px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#sidebar .sidebar_box {
	height: auto;
	padding: 0;
	border-bottom: 1px solid #999900;
	}
	
#sidebar .sidebar_title {
	height: auto;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999900;
	font-weight: bold;
	}
	
#sidebar .sidebar_content {
	height: auto;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
/* Comment Template CSS */

input {
	border: 0;
	border-bottom: 1px solid #999900;
	background-color: #CCCCCC;
	font-size: 12px;
	width: 200px;
}

input[type=checkbox] {
	border: 0;
	border-bottom: 1px solid #999900;
	background-color: #CCCCCC;
	font-size: 12px;
	width: auto;
}

input[type=submit] {
	border: 0;
	border-bottom: 1px solid #999900;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
}

textarea {
	border: 0;
	border-bottom: 1px solid #999900;
	width: 100%;
	height: 100px;
	background-color: #CCCCCC;
	font-size: 12px;
}

.single_comment_white {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #999900;
}

.single_comment_grey {
	background-color: #CCCCCC;
	height: auto;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #999900;
}

.single_comment_white p, .single_comment_grey p {
	padding: 0;
	margin: 0;
}


/***************************** Contact Form 7********************************/

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 5px;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #007F0E;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 1px solid #FF0000;
}

div.wpcf7-validation-errors {
	border: 1px solid #FF0000;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: relative;
	margin: 0;
	top: -2px;
	left: 5px;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 9px;
	font-weight: bold;
	width: 250px;
	height: 25px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 9px;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
