/*
Theme Name: WindowGard
Theme URI: http://diemedienfabrik.com
Description: Exklusives WindowGard Design von diemedienfabrik.com.
Version: 1.0

*/


/*
RESET CSS!
*/

body {
padding: 0;
margin: 0;
font: 12px Arial, Helvetica, Garuda, sans-serif;
*font-size: small;
*font: x-small;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code, ol {
padding: 0;
margin: 0;
line-height: 1em;
font-size: 100%;
font-weight: normal;
font-style: normal;
}
table {
font-size: inherit;
font: 100%;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}
p {
	margin: 1em 0;
}

/* Allgemeine Klassifizierungen */

a {
	color:#e07f1e;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

small {
	color:#7C7C7C;
	font-size:10px;
	line-height:150%;
}

em {
	font-style:italic;
}

em strong {
	font-style:italic;
}


/* Begin */

body {
	background-image:url(img/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#page {
	width:100%;
	background-image:url(img/pagebg.gif);
	background-repeat:repeat-x;
}

#innerpage {
	width:770px;
	margin:0 auto; 
}

#header {
	width:770px;
	height:208px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
}

#header h1 a {
	display:block;
	width:318px;
	height:200px;
	float:right;
	text-indent:-10000px;
	color:#cccccc;
}

#header .description {
	display:block;
	width:200px;
	color:#f4f4f4;
	font-size:1px;
	text-indent:-10000px;
}

#sidebar {
	float:left;
	width:225px;
	margin-left:15px;
	display:inline;
}

/* sidebar */

#sidebar ul li#pages {
	background-color:#e1e1e1;
}

#sidebar ul li#pages h2 {
	display:none;
}

#sidebar ul li#pages a,
#sidebar ul li#pages ul li.current_page_item ul li a {
	color:#062356;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:10px;
	background-image:url(img/sidebarlinkbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sidebar ul li#pages a:hover {
	background-color:#ebebeb;
	color:#e07f1e;
}

#sidebar ul li#pages ul li.current_page_item a {
	background-color:#ebebeb;
	color:#e07f1e;
	font-weight:bold;
}

#sidebar ul li#pages ul li ul li a,
#sidebar ul li#pages ul li.current_page_item ul li a {
	color:#062356;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:8px 10px 8px 25px;
	background-color:#ebebeb;
	background-image:url(img/sidebarlinkbg2.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}



#sidebar ul li#search {
	margin-top:25px;
}

#sidebar ul li#search label.hidden {
	display:none;
}

#sidebar ul li#search input#s {
	border:1px solid #858585;
	color:#535353;
	padding:3px;
	margin:0;
	width:160px;
}

#sidebar ul li#search input#s:hover {
	background-color:#eee;
	border:1px solid #e07f1e;
}

#sidebar ul li#search input#s:focus {
	background-color:#eee;
	border:1px solid #e07f1e;
}

#sidebar ul li#search input#searchsubmit {
	background-color:#e07f1e;
	color:#fff;
	padding:2px;
	border:1px solid #e07f1e;
	margin:0 0 0 -5px;
	width:56px;
}

/* Content */

#content {
	width:480px;
	float:left;
	margin-left:15px;
	padding-left:10px;
	margin-top:15px;
	color:#535353;
}

#content h2 {
	font-size:16px;
	letter-spacing:1px;
	font-family: Hedley, Arial, Verdana, sans-serif;
	color:#e07f1e;
	text-transform:uppercase;
	font-weight:bold;
	background-image: url(img/h2bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-left:10px;
	margin-left:-10px;
}

#content p {
	line-height:150%;
}

#content h2 a {
	color:#e07f1e;
	text-decoration:none;
}

#content .post {
	line-height:150%;
}

#content #news p {
	border-bottom:1px solid #eee;
	padding:5px 0;
	height:20px;
}

#content #news strong {
	margin-bottom:5px;
	float:left;
}

#content #news small {
	float:right;
	margin-top:5px;
}

#content .post .alignright {
	float:right;
	margin:5px 0px 15px 15px;
}

#content .post .alignleft {
	float:left;
	margin:5px 15px 15px 0px;
}

/* Footer */

#footer {
	clear:both;
	float:left;
	width:735px;
	margin:20px 15px;
	background-image: url(img/h2bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#7c7c7c;
	font-size:11px;
}

#footer p {
	margin:15px;
}

#footer p#links {
	float:left;
	width:200px;
}

#footer p#rechts {
	float:right;
	width:200px;
	text-align:right;
}

#footer a {
	color:#7c7c7c;
	text-decoration:none;
}

#footer a:hover {
	color:#626262;
}

/* kontaktformular */

#content #cformsform fieldset {
	border-style:none;
	padding:0;
	margin:0;
}

#content #cformsform fieldset legend {
	display:none;
}

#content #cformsform fieldset ol li {
	margin:5px 0;
}

#content #cformsform fieldset ol li label {
	width:120px;
	float:left;
	display:block;
}

input, textarea {
	font: 12px Arial, Helvetica, Garuda, sans-serif;
	color:#535353;
	padding:3px;
	border:1px solid #858585;
	margin:0;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background-color:#eee;
	border:1px solid #e07f1e;
}

input {
	width:200px;
}

input#sendbutton {
	background-color:#e07f1e;
	color:#fff;
	padding:2px;
	border:1px solid #e07f1e;
	width:80px;
	margin-left:120px;
}

textarea {
	width:250px;
	height:100px;
}

span.reqtxt,
span.emailreqtxt {
	color:#ccc;
	font-size:10px;
	margin-left:10px;
	font-weight:bold;
}

p#ll{
	display:none;
}

#anfahrt {
	width:204px;
	float:right;
	margin-left:20px;
}