/*  
Theme Name: ZAP
Theme URI:
Description:  
Version: 1.0
Author: Gunar Bodendiek
Author URI: http://www.bodendiek.de/
*/

/* BASIS ELEMENTE */

body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetia, Arial, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.8;
	width: 100%;
	color: #232323;
	background: url(<?php bloginfo('stylesheet_directory'); ?>/images/header.gif) left top repeat-x;
}

img {
	border: 0px;
}

a {
	color: #276FB7;
	text-decoration: none;
}

a:hover {
	color: #276FB7;
	text-decoration: underline;
}

form, table, ul, li {
	padding: 0px;
	margin: 0px;;
}

input, textarea {
	font-size: 12px
}

/* BASIS ELEMENTE ENDE */



/* HEADER */

#header-top {
	width: 871px;
	text-align: left;
	margin: 0 auto;
}

#header-top-left {
    float: left;
    width: 395px;
	margin: 15px 0 20px 20px;
}

#header-top-right {
    float: right;
	width: 400px;
    font-weight: normal;
	font-size: 16px;
	color: #303030;
	padding-top: 60px;
	clear: right;
	text-align: right;
}

input.s {
	width: 200px;
	font-size: 15px;
	color: #999999;
	border: 1px solid #D9D9D9;
	padding: 5px;
}

.submit {
    border: 1px solid #D9D9D9;
	background: #D9D9D9;
	padding: 6px 6px 6px 6px;
	color: #303030;
	cursor: pointer;
}

#underlinemenu {
	width: 100%;
	font-size: 100%;
	border-bottom: 20px solid #97B7EF;
	margin: 0;
}

#underlinemenu ul {
	padding: 0 0 3px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	border-bottom: 5px solid #2271B7;
	width: 871px;
}

#underlinemenu ul li {
	display: inline;
}

#underlinemenu ul li a {
	color: #303030;
	padding: 0 13px 7px 13px;
	margin: 0;
	text-decoration: none;
	border-bottom: 5px solid transparent;
}

#underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
	border-bottom-color: #303030;
}

#underlinemenu .current_page_item a {
	border-bottom-color: #303030;
}

/* HEADER ENDE */



/* PAGE */

#page {
	clear: both;
	width: 871px;
	text-align: left;
	margin: 20px auto 0 auto;
}

/* PAGE ENDE */



/* CONTENT LEFT */

#content {
	width: 518px;
	float: left;
	padding: 0 0 0 13px;
	margin: 0;
}

#content h1 {
	font-size: 160%;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#content h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 20px 0 0 0;
}

#content p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: left;
}

#content ul {
	margin: 10px 0 10px 30px;
	list-style-type: square;
}

#content img {
	border: 1px solid #D9D9D9;
	padding: 3px;
}

.alignright {
	float: right;
	margin: 0 0 5px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 5px 0;
}

.aligncenter {
	margin: 10px auto 10px auto;
}

/* CONTENT LEFT ENDE */



/* SIDEBAR */

#sidebar {
	width: 300px;
	float: right;
}

.sidebar-box-photo {
	margin: 0 0 20px 0;
	padding: 0;
}

.sidebar-box-address {
	margin: 0 0 20px 0;
	padding: 10px 20px 5px 20px;
	background: #EFEFEF;
	color: #303030;
}

.sidebar-box-address h2 {
	margin: 0 0 5px;
	font-size: 140%;
	font-weight: normal;
}

.sidebar-box-address p {
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: normal;
}

.sidebar-box-submenu {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	font-size: 100%;
	background: #EFEFEF;
	color: #303030;
}

.sidebar-box-submenu ul {
	list-style: none;
	margin: 0; 
	padding: 0;		
}

.sidebar-box-submenu li {
	display: list-item;
}

.sidebar-box-submenu li a {
	display: block;
	padding: 3px 20px 3px 20px;	
	text-decoration: none;
	font-weight: bold;
}

.sidebar-box-submenu li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.sidebar-box-submenu .current_page_item a {
	font-weight: bold;
	text-decoration: none;
}

/* SIDEBAR ENDE */



/* FOOTER */

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	/* background: url(images/footer_bg_rep.png) repeat-x top #ffffff; */
	color: #fff;
	padding: 50px 0 10px 0;
}

#footer p {
	font-size: 13px;
}

/* FOOTER ENDE */



/* KONTAKTFORMULAR */

#wpcf label { 
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 110%;
} 

#wpcf input {
	clear: both;
	width: 300px;
	font-size: 12px;
	color: #303030;
	border: 1px solid #D9D9D9;
	padding: 5px;
} 

#wpcf textarea {
	clear: both;
	width: 500px;
	font-size: 12px;
	color: #303030;
	border: 1px solid #D9D9D9;
	padding: 5px;
	margin: 0;
} 

#wpcf #contactsubmit {
	clear: both;
    border: 1px solid #D9D9D9;
	background: #D9D9D9;
	padding: 6px 6px 6px 6px;
	color: #303030;
	cursor: pointer;
	width: 150px;
}

.contacterror {
	width: 300px;
	font-size: 12px;
	color: #303030;
	border: 1px solid RED;
	padding: 5px;
}

/* ENDE KONTAKTFORMULAR */
