/*
Theme Name: wp_GN_std_w_2bars
Description: Last updated: 09-2009 - NO WIDGETS - V2.0
Author: TimoT
Version: 2.0

*/
/*##################################################*/

@charset "utf-8";



/*##################################################*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #aaaaaa;
	color: #000000;
	height: 100.05%; /* force scrollbar */
	font: 11px Arial;
	text-align: center;
}

/*h1*/
h1 {
	font: 11px Arial;
	font-weight: bold;


clear: both;
	margin: 0px;
	padding: 0px;
}

/*h2*/
h2 {
	font: 11px Arial;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
clear: both;
	border-bottom:1px dotted #000000;
}





/*h3*/
h3 {
	font: 11px Arial;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
	clear: both;
	border-bottom:1px dotted #000000;
}

h4 {
	font: 11px Arial;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}


/*p*/
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

/* site: wrap everything */
#site {
	margin:20px auto 0px auto; /* centered */
	width: 955px;
	border:1px solid #ffffff;
	background-color: #ffffff;
}


/* kopfbereich */
#header {
	
	height: 100px;
	padding: 0px;
	margin: 0px;
	background: url(gfx/header.jpg) repeat-y;
	border-bottom:1px solid #ffffff;
}

/*überschrift der site - unsichtbar, weil durch bild ersetzt, nur für suchmaschinen*/
#header-left h1{ 
	float: left; 
	text-indent: -9999px;
}

#header-right h1 {
	float: right;
	color: #ffffff;
	padding-top: 58px;
	padding-right: 28px;
}

/* menu*/
.menu {
	float: left; 
	padding-left: 0px;
	width: 955px;
	background-color:#333333;
	border-bottom:1px solid #ffffff;
padding-top: 0px;
margin-top: 0px;

}


/* submenubar*/
.submenu {
	float: left; 
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 955px;
	height:20px;
	background-color:#333333;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

/* submenubar, wenn sie keine punkte enthält*/
.submenu-leer {
	float: left; 
	margin-top: 5px;
	margin-bottom: 22px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ffffff;
	width: 955px;
	height:20px;
}


/* content */
#content {
	margin-left: 0px;
	margin-top: 0px;
	padding: 20px;
	padding-top: 0px;
	background-color: #ffffff;

}


/* footer */
#footer {
	clear: both;
	
	height: 100px;
	background: url(gfx/footer.jpg) no-repeat;
}


/* copyrighttext */
#copyrighttext {
	color:#FFFFFF;
	margin-top:2px;
	margin-bottom:20px;
}



/*##################################################*/
/* Links im Fliestext */
a:link { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}

a:visited { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}

a:hover { 
	color: #aaaaaa;
	text-decoration: underline !important;
	font-weight: normal;
}

a:active { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}
a:focus { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}
/* Links im Fliestext Ende*/
/*##################################################*/




/*##################################################*/
/* menubar navigation mainmenu*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.page_item {
	background: #ffffff;
	float: left;
	background-color:#333333;
	text-align: left;
}

.page_item a {
	display: block;
	font-size:12px;
	color: #ffffff;
	text-decoration: none !important;
	font-weight:normal;
	padding-left: 20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}


.page_item a:visited {
	color: #ffffff;
}

.page_item a:hover {
	color: #ffffff;
	background-color:#444444;
}

/*aktive menupunkte*/
.current_page_parent {
	background-color: #444444;
	color: #ffffff;
} 

.current_page_item {
	background-color: #444444;
	color: #ffffff;
} 

/* menubar navigation mainmenu*/
/*##################################################*/



/*##################################################*/
/* menubar navigation submenu*/
.submenu a {
	display: block;
	color: #ffffff;
	text-decoration: none !important;
	font-weight:normal;
	font-size: 11px;
	padding-left: 20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	border-right:0px solid #ffffff;
}


.submenu a {
	color: #ffffff;
}

.submenu a:hover {
	color: #ffffff;
	background-color:#444444;
}

.submenu  a:active {
	color: #aaaaaa;
}


/* menubar navigation submenu*/
/*##################################################*/






/* navlinkleiste unter jedem artikel */
.navlinks {

	float:right;

}


/* etwa gleiches styling wie h3 */
.unterenavileiste{
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	clear: both;
}



/* bilder, bildunterschrift und ausrichtung */

/* rahmen um bilder */
img {
	border:0px solid #ffffff;
	}
	
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 10px;
	
	margin-top: 0px;
	margin-right: 0px;
	

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 4px;
	margin: 0;
	
}




/* wp internal gallery 
(fix für unterdrueckung der css-angaben in functions.php ist wichtig!)*/

.gallery {
	margin: auto;
	padding-left: 5px;
	}

.gallery-item {
	float: left;			
	text-align: center;
	width: 33%;
	margin: 0px;
	margin-bottom: 5px;
}

.gallery-icon {
}

.gallery img {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
}


/* kommentardesign */

/* anzeige bereits abgegebener kommentare*/
.comment {
	background-color: #eeeeee;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;	
}

.comment h4 {
	padding-top: 5px;	
}


textarea {
	width: 913px;
	height: 100px;
	border:1px solid #000000;
	margin-bottom: 5px;
}

#submit {
	
	border:1px solid #000000;
	background-color:#000000;
	color: #ffffff;
	}
	
input {
	border:1px solid #000000;
	margin-bottom: 5px;		
}

/* kommentaranzeige*/
#commentlist {	
	margin-top: 5px;
}
/* end kommentare */




/* anzeige der suchergebnisse*/
.notfound {
	height: 20px;
	padding-top: 20px;
	padding-left: 2px;	
	
}




/*  suchfunktion */
.suchfeld input {
	width: 100px;
	border:1px solid #9d5b00;

}
/* submitbutton */
#searchsubmit {
	font-size: 12px;
	background-color:#000000;
	color: #ffffff;
	padding-left: 0px;
}
/* ganzer suchbereich*/
.suchfeld {	
	float:left;
}

