@charset "utf-8";
/*
Theme Name: Brillen B&uuml;chner
Theme URI: http://www.brillen-buechner.de
Description: Theme for WP 2.x. Made by <a href ="http://www.website-kurier.de">Website-Kurier.de</a>.
Version: 1.0 (18.02.2010)
Author: Website-Kurier.de
Author URI: http://www.website-kurier.de
*/

/* CSS Document */
* {
	margin: 0;
	padding:0;
}
html, body{
	margin: 0;
	padding:0;
	height:100%;
}
body{
	font-family: "Lucida Sans Unicode","Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	font-variant: normal;
	font-style: normal;
	color: #000000;
	background: #dddddd url(images/bg.png) repeat-x top left;
}

a {outline: none; text-decoration: none;}
img {border: none;}

#all { }
#page {
	width: 750px;
	margin: 30px auto 30px auto;
}
#head1{
	background: url(images/titelseite.jpg) no-repeat top left;
	height:166px;
}
#head1 a#kopf-home {
	display:block;
	height:150px;
}
#head2 {
	height: 16px; /* Design */
	height: 19px; /* größer */
	background-color: #666666; /* korrekt */
	color: #CCCCCC; /* korrekt */
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-top: 3px; /* Design */
	padding-top: 0px; /* größer */
	padding-left: 10px;
	padding-right: 10px;
}
#head2-l{
	float:left;
}
#head2-r{
	float:right;
}
#head2 p {
	padding: 0;
	margin: 0;
	font-size: 10px; /* Design */
	font-size: 11px; /* größer */
	
}
#menu1{
	clear: both;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	height: 20px; 	
	padding-top:4px;
	background: url(images/menu1-bg.png) repeat-x top left;
}
#menu1 ul{
	margin-left:10px;
	list-style-type:none;
	line-height: 24px;
	line-height: 16px;
	}
#menu1 ul li{
	float: left;
	margin-right: 18px;
	padding-right: 18px;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
#menu1 ul li.page-item-44{  /* ganz rechts */
	border: none;
}

#menu1 ul li a{
	color: #FFFFFF;
}

#menu1 ul li a:hover, #menu1 ul li a:focus, #menu1 ul li a:active {
	text-decoration: underline;
}

#menu1 li.current_page_item  a, #menu1 li.current_page_ancestor a{
	text-decoration: underline;
}

#menu2{
	clear: both;
	height: 14px;
	/* background: url(images/menu2-bg.png) repeat-y top right; */
	background-color: #B7B7B7; /* Reserve */
	background-color: #999; /* dunkler */
	border: 1px solid #666666; /* korrekt */
	padding-top:2px;
}
#menu2 ul{
	margin-right:10px;
	list-style-type:none;
	line-height: 16px;
	line-height: 12px;
	}
#menu2 ul li{
	float: right;
	margin-left: 20px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	font-size: 10px; /* Design */
	font-size: 11px; /* größer */
}
#menu2 ul li.page-item-25{  /* ganz links */
	border: none;
}
#menu2 ul li a{
	color: #FFFFFF;
}
#menu2 ul li a:hover, #menu2 ul li a:focus, #menu2 ul li a:active {
	text-decoration: underline;
}
#menu2 li.current_page_item  a{
	text-decoration: underline;
}

#bottom {
	background-color: #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#left{
	float: left;
	width: 200px;
	height: 500px; /* muss stehen bleiben, weil div sonst verschwindet wenn leer */
	background-color: #666;
}
#left ul{

}
#left ul li{
	list-style-type: none;
	list-style-image:none;
}
#left ul li a {
	display: block;
	height: 25px;
	border-bottom: 1px solid #EEEEEE;
	color: #EEEEEE;
	text-decoration: none;	
	padding-left:10px;
	line-height: 25px;
	font-size: 12px;
}
#left ul li a:hover, #left ul li a:focus, #left ul li a:active {
	background-color: #ff3333;
}
#left ul li.current_page_item  a{
	background-color: #ff3333;
}
/* Menüeintrag für Video mit Play-Button */

#left ul li.page-item-838 a {
	background: url(images/menu_playbutton.jpg) top left no-repeat;
	padding-left: 30px;
}
#left ul li.page-item-838 a:hover,
#left ul li.page-item-838.current_page_item a  {
	background: #ff3333 url(images/menu_playbutton_hover.jpg) top left no-repeat;
}





#right{
	float: left;
	width: 547px;
	background-color: #FFFFFF;
	border-left: 1px solid #FFF;
	min-height:500px;
	height:auto !important;  /* für moderne Browser */
	height:500px;  /*für den IE */
}
#content { padding-bottom:50px; }


/* Inhaltsformatierung */

#content a { color: #000000; }
#content a:link, #content a:visited { text-decoration: underline; }
#content a:hover, #content a:focus, #content a:active { color: #ff3333; text-decoration: underline; }

p, h1, h2, h3, h4 , #content ul  { margin-left: 28px; margin-right: 20px;}
 
#content ul{
	font-size:11px;
	margin-left: 42px;
	margin-top:1em;
	margin-bottom:1em;
}
#content ul li{
	margin-bottom:0.5em;
}

/* Allgemein */

#content p.clearall {
	clear: both;
	line-height: 0px;
}
div.clear {
	clear:both;
}
hr {
	clear: both;
	margin: 0px 30px 0px 28px;
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #666666;
	border-bottom: transparent;
}


p{
	font-size: 11px; /* Design */
	font-size: 12px; /* größer */
	line-height:18px;
	margin-bottom:0.5em;
}
h1 {
	font-size: 18px;
	color: #ff3333;
	font-weight: bold;
	margin-top:64px;
	margin-bottom:1em;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin-top:24px;
	margin-bottom: 0.5em;
	font-weight:bold;
}
h3 {
	font-size: 13px;
	color: #000000;
	margin-top:1em;
	margin-bottom: 0.5em;
	font-weight:bold;
}
h4 {
	font-size: 11px; /* Design */
	font-size: 12px; /* größer */
	line-height:18px;
	margin-bottom:0.5em;
	font-weight: normal;
}

p img {
	border: 1px solid #666;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}

/* Template für Mitarbeiter */

.mitarbeiter p {
	clear:both;
	float:left;
	margin: 20px 0px 0px 28px;	
}
.mitarbeiter p img {
	height:120px;
	width:80px;
	border: 1px solid #666;
	margin:0;
}
.mitarbeiter h2 {
	font-size:18px;
	margin-left:140px;
	margin-top:20px;
	margin-bottom:0px;
	color: #666666;
}
.mitarbeiter h3 {
	margin-left:140px;
	margin-top:0px;
	margin-bottom:8px;
	color: #222222;
	font-size:12px;
	font-weight:bold;
}
.mitarbeiter h4  {
	margin-left:140px;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 11px; /* Design */
	/* font-size: 12px; /* größer */
}
.mitarbeiter hr {
	clear: both;
	border: 0px; /* Für Firefox und Opera */
	color: #FFFFFF;
	border-top: transparent;
	border-bottom: transparent;
}

/* Template für Angebote */

.angebote p img {
	float:left;
	margin: 20px 0px 10px 0px;	
	height:120px;
	width:166px;
	border: none;
}
.angebote h2 {
	font-size:14px;
	margin-left:226px;
	margin-top:20px;
	margin-bottom:10px;
	color: #ff3333;
}
.angebote h3  {
	margin-left:226px;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 14px;
	font-size: 11px; /* Design */
	font-size: 12px; /* größer */
	font-weight: normal;
}
.angebote h4 {
	margin-left:226px;
	margin-top:30px;
	margin-bottom:8px;
	color: #666666;
	font-size:13px;
	font-weight:bold;
}

#content p.linie {
	clear: both;
	line-height: 0px;
	border-top: 1px solid #666666;

}


/* Template für Redaktionelle Seite */

#content div.redaktion {
}
#content div.redaktion h1 {
	color: #FFFFFF;
	margin-top:-38px;
	font-size: 36px;
	font-weight:bold;
	margin-bottom:24px;
	}
#content div.redaktion h2 {
	color: #000000;
	margin-top:24px;
	margin-bottom: 1em;
	font-size: 14px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform: uppercase;
}
#content div.redaktion p {
	margin-bottom: 0.5em;
	font-size: 11px; /* Design */
	font-size: 12px; /* größer */
}

/* Sitemap */

#sitemap li a:link,
#sitemap li a:visited,
#sitemap li a:active,
#sitemap li a:focus,
#sitemap li a:hover
 { text-decoration:none;} 

#sitemap ul  {
	font-size: 11px;
	margin: 20px 0px 0px 28px;
}
#sitemap ul  ul{
	margin: 0px 0px 0px 10px;
}
#sitemap ul li { 
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
#sitemap ul ul li { 
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#content p.clearall {
	clear: both;
	line-height: 0px;
}

#footer{
	clear: both;
}



div.newsletter div a {
	display                  : none;
}



div.newsletter-form table {
	margin                   : 0px 26px 0px 26px;
	text-align               : left !important;
	font-size                : 12px;
}



#but1 {
	margin                   : 5px 6px 0px 0px;
}



/* EDITOR */

.test1 {
	font-size: 40px;
}

/* Gaestebuch */

#kommentare {
	margin-top:		40px;
}
div.comment {
	padding:			10px 20px;
	background-color:	#EEE;
	border:				1px solid #666;
	margin:				20px 28px 10px 28px;
}
div.comment p, div.comment h4 {
	margin-left: 0;
}
div.comment h4 {
	font-weight: bold;
}
div#captchaImgDiv {
	
}
div#captchaImgDiv  label{
	font-size: 12px; /* größer */
	line-height:18px;
	margin-bottom:0.5em;
}
