/*
Theme Name: Bestform
Theme URI: http://wordpress.lernenhoch2.de
Description: Template zum Wordpress Tutorial auf http://wordpress.lernenhoch2.de
Author: Marcus Salden
Author URI: http://lernenhoch2.de
*/


* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #bcbdc1;
	background-image: url(img/body-verlauf.jpg);
	background-repeat: repeat-x;
	text-align: center;
	outline-color: gray !important;
}
#page {
	background-color: #FFF;
	width: 968px;
	margin: auto;
	text-align: left;
	position: relative;
}
#startseite {
	display: block;
	position: absolute;
	width: 340px;
	height: 100px;
	top: 120px;
}
	#header {
		height: 512px;
    background-image:url('img/kopf.gif');
    background-repeat:no-repeat;
	}
	#header img {
		margin-top: 222px;
	}
	#header-start{
		padding-top:223px;
		height:289px;	
		background-image:url('img/kopf.gif');
		background-repeat:no-repeat;
		background-position:top center;
	}
	
	#menu {
		border-left: 4px solid #FFF;
		border-right: 4px solid #FFF;
		border-top: 4px solid #FFF;
		background-color: #acd58f;
		height: 24px;
	}

        #menu ul li, #hauptnavigation .menu ul li{
            list-style-type:none;
            display:inline;
        }

        #hauptnavigation .menu ul li{
            /*text-transform:uppercase;*/
        }
		#menu a {
			color: #231f20;
			text-decoration: none;
			padding:5px 18px;
			display: block;
			float: left;
			background-image: url(img/menu-verlauf.jpg);
			background-repeat: repeat-y;
			border-right:1px solid #FFF;
		}
		#menu a:hover {
			text-decoration: underline;
		}
		#menu a.on, #menu li.current_page_item a {
			text-decoration: underline!important;
			background: #BCBDC1;
		}
		#menu a.opt {
			background-color: #cdcdcd!important;
			background-image: none;
		}
		#hauptnavigation {
			padding-top: 130px;
			padding-left: 400px;
			position: absolute;
		}
			#hauptnavigation a {
				font-weight: bold;
				text-decoration: none;
				color:#231f20;
				padding:0 4px;
				font-size: 10px;
			}
			#hauptnavigation a:hover {
				color:#9bcd78
			}
	#content {
		padding: 35px 75px 40px 125px; /* 35px 165px 40px 125px; */
		line-height: 160%;
		font-size: 13px;
		background-image: url(img/content-verlauf.jpg);
		background-repeat: no-repeat;
		background-position: 690px 4px;
	}
	#content a {
		color:#273939
	}
	#content P {
		padding-bottom: 13px;
	}
	#content UL {
		margin-left: 30px;
	}
	#content UL LI {
		padding-bottom: 6px;
	}
	input, textarea {
		border: 1px solid #bcbdc1;
		padding: 3px;
		margin: 1px;
		font-size: 11px;
	}
		.left {
			float: left;
			width: 400px;
		}
		.einspaltig {
			float: left;
			width: 668px;
			padding:20px 100px 0 0;
		}
		.right {
			float: right;
			width: 300px; /* 260px */
			padding:20px 0 0 68px;
		}
		h1 {
			color: #9bcd78;
			font-size: 18px;
			padding-bottom: 10px;
		}
	#footer {
		background-color: #231F20;
		color: #FFF;
		padding: 7px 10px;
		font-size: 10px;
	}
		#footer a {
			color: #FFF;
			font-size: 10px;
		}
.clear {
	clear: both;
}


.gallery .gallery-item, .gallery .gallery-icon {
	margin: 5px 5px 0 0 !important;
	width: auto !important;
	float:left !important;
}

.gallery img {
	border:1px solid #949599 !important;
}



