/* CSS styles for GBW Bund site 

Main colors:

background: #fffff4
font: #444444
navigation bg: #b9cb58
links  & headlines: #c0be37
subheadlines: #baad72
content bg: #d5df9d

*/


* {margin: 0; padding: 0;}



html {
	height: 100%;	
}

body {
	padding: 0;
	margin: 0;
	font: 0.8125em Verdana, sans-serif;
	line-height: 1;
	color: #333;
	background: #fffff4;
	width: 100%;
	height: 101%;
}

#container {
	width: 776px;
	min-height: 100%;
	margin: 0 auto;
	background: #fffff4;
	background-position: 0px 212px;
}

* html #container {
	height: 100%;
}




/*
++++++++++++++++++
footer
++++++++++++++++++
*/


#footer{
	padding: 20px;
	background: #fffff4;
	font-size:11px;
	text-align: center;
	color: #444;
	margin-top: 10px;
}

#footer a {
	text-decoration: none;
}



/*
++++++++++++++++++
page header
++++++++++++++++++
*/


#header{
	padding-top: 14px;
	height: 120px;
	clear: both;
	background: #fffff4;
	margin-bottom: 5px;
	/*background:url(../img/header.jpg) no-repeat;*/
}


/*
++++++++++++++++++
link styles
++++++++++++++++++
*/

a {
	color: #888;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {border: none;}

/*
++++++++++++++++++
basic form styles
++++++++++++++++++
*/


form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




/*
++++++++++++++++++
helper styles
++++++++++++++++++
*/

.clear{
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
}








/*ul, ol {list-style: none;}*/

blockquote, pre {padding: 0.20em 20px;}

blockquote {
	font: italic 1.05em Verdana, Verdana, Arial, Helvetica, sans-serif;
 	
  	margin: 0.20em 0;
}

pre, code {font: 1.05em Courier, monospace;}

pre {line-height: 1.5em;}

pre strong {font-size: 1em; font-weight: bold;}

pre code {font-size: 1em; line-height: 1.5em;} 

table {}

caption {
	padding: 0.75em;
	font: 1.5em Verdana, Arial, sans-serif;
  	border: 1px solid #B2B2B2; border-width: 1px 0 2px;
  	background: #EEE;
}
th, td {}

thead th {text-transform: uppercase; text-align: left;}
tbody th {width: 20%;}
tfoot {display: none;}
