@charset "utf-8";

/*
Theme Name: jf stadt bern
Theme URI: http://www.jfstadtbern.ch/
Description: Wordpress Theme f&uuml;r www.jfstadtbern.ch
Author: Bannerweb GmbH / Tobias Undeutsch
Author URI: http://www.bannerweb.ch/
*/

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/* background-image: url(images/bg.jpg);
	background-repeat: repeat-x;  */
	}
	
#wrapper {
	width: 1024px;
	height: 768px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -512px;
	}
	
a:active, a:focus {
	outline: none;
	}

/****************************************header********************************************/

#logo {
	width: 406px;
	height: 103px;
	}
	
#banner_image {
	width: 1024px;
	height: 238px;
	float: left;
	}

/****************************************mainnav********************************************/

#mainnav {
	width: 900px;
	height: 40px;
	float: left;
	background-image: url(images/bg_mainnav.png);
	position: relative;
	top: -40px;
	left: 50%;
	margin-left: -450px;
	}

.button {
	float: left;
	cursor: pointer;
	}
	
.button_aussen {
	float: left;
	cursor: pointer;
	}
	
.button_active {
	background-image: url(images/hover_mainnav.png);
	float: left;
	cursor: pointer;
	}
	
.button_aussen_active {
	background-image: url(images/hover_mainnav_bogen.png);
	float: left;
	cursor: pointer;
	}

.button:hover {
	background-image: url(images/hover_mainnav.png);
	}
	
.button_aussen:hover {
	background-image: url(images/hover_mainnav_bogen.png);
	}

.button_left {
	width: 15px;
	height: 40px;
	float: left;
	}

	
.button_left_bogen {
	width: 15px;
	height: 40px;
	float: left;
	}
	
.button_middle {
	height: 40px;
	float: left;
	line-height: 40px;
	}
		
.button_right {
	width: 15px;
	height: 40px;
	float: left;
	background-image: url(images/divider.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#mainnav a:link, #mainnav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	}
	
#mainnav a:hover, #mainnav a:active {
	color: #ffffff;
	}

/****************************************contentwrapper*********************************/

#contentwrapper {
	width: 898px;
	min-height: 490px;
	background-image:url(images/bg_wrapper.jpg);
	background-color: #dadada;
	background-repeat: repeat-x;
	border: solid 1px #CCCCCC;
	border-top: none;
	float: left;
	position: absolute;
	top: 341px;
	left: 50%;
	margin-left: -450px;
	}


/****************************************content*****************************************/

#content {
	width: 628px;
	min-height: 422px;
	background-color: #FFF;
	margin: 10px;
	float: left;
	padding: 20px;
	}
	
#content a:link, #content a:visited {
	color: #003399;
	text-decoration: none;
	}
	
#content ul {
	list-style-type: square;
	}
	
#content ul li {
	padding-bottom: 2px;
	}

#content p {
	padding-bottom: 5px;
	}

/****************************************right column************************************/

#right_column {
	width: 190px;
	min-height: 462px;
	padding: 10px;
	padding-top: 21px;
	float: left;
	}
	
#right_column_spacer {
	width: 2px;
	height: 80px;
	}
	
#right_column input[type=text] {
	width: 160px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #666;
	border: 1px solid #999999;
	}
	
#right_column input[type=button], #right_column input[type=submit] {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #666;
	border: 1px solid #999999;
	}
	
.box {
	padding-top: 10px;
	padding-bottom: 5px;
	}
	
.title_box {
	padding-left: 7px;
	height: 20px;
	font-size: 18px;
	color: #999;
	background-image: url(images/divider_horizontal.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	}
	
.submenu {
	font-weight: bold;
	}
	
.content_box, .content_box_menu {
	padding-left: 8px;
	padding-top: 5px;
	}
	
.content_box a:link, .content_box a:visited {
	color: #666666;
	text-decoration: none;
	}
	
.content_box a:hover, .content_box a:active {
	color: #666666;
	text-decoration: underline;
	}
	
.content_box_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.content_box_menu ul li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #cccccc;
	width: 164px;
	margin-left: 10px;
	}

.content_box_menu ul li a:link, .content_box_menu ul li a:visited {
	color: #666666;
	padding-left: 10px;
	text-decoration: none;
	margin-left: -10px;
	}
	
.content_box_menu ul li a:hover, .content_box_menu ul li a:active {
	color: #666666;
	background-image:url(images/square.png);
	background-repeat: no-repeat;
	background-position: left;
	}
		
select {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #666;
	border: 1px solid #999999;
	width: 260px;
	}
	
input[type=text] {
	width: 250px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #666;
	border: 1px solid #999999;
	}
	
input[type=button], input[type=submit] {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #666;
	border: 1px solid #999999;
	}
	
textarea {
	width: 500px;
	height: 150px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #666;
	border: 1px solid #999999;
	}

/****************************************footer********************************************/

#footer {
	width: 100%;
	height: 89px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0;
	}
	
#footer_top {
	color: #666666;
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -420px;
	font-size: 10px;
	}	
	
#footer_bottom {
	color: #666666;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -420px;
	font-size: 10px;
	}
	
#footer_social {
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: 245px;
	font-size: 12px;
	width: 200px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	}
	
#footer_member {
	margin: 10px;
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 12px;
	width: 165px;
	height: 41px;
	background-image: url(images/mitglied_werden.jpg);
	text-align: center;
	line-height: 41px;
	cursor: pointer;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
#footer_member a:link, #footer_member a:visited, #footer_member a:active , #footer_member a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

/*****************************allgemeine formatierungen********************************/

.headline {
	
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	}
	
.info {
	
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	}
	
h1 {
	
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	
h2 {
	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
h3 {
	
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 0;
	}
	
p {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	line-height: 15px;
	}
	
#footer p {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	line-height: 12px;
	}
	
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
#content a:hover {
	color: #666;
	}
	
hr {
	border: none;
	border-top: 1px solid #cccccc;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
#blog_nav {
	margin-top: -20px;
	padding-bottom: 70px;
}


/***************************** 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;
}