@CHARSET "ISO-8859-1";

/**
 * @author Michael Kulessa
 * @year 2008
 * 
 * colorscheme:
 * 		- #667b99	Hs, Link
 * 		- #afbbd2	
 * 		- #CCD5E6	outerWrapper bg
 * 		- #E9EEF6	Background
 * 		- #FF6637
 */

@import 'iebug.css';

/**
 * Allgemein
 */

html, body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
	background-color: #AFBBD2; 
}

/**
 * Links
 */
a {
	color: #667b99;
}

a:hover {
	color: #ff6637;
}

img {
	padding: 10px;
	border: none;
}

/**
 * Überschriften
 */
h1, h2, h3, h4, h5 {
	color: #667b99;
}

h2, h3, h4, h5 {
	margin: 0;
}

h1.head {
	
}

h3 {
	margin: 4px 0;
}

h2 {
	font-style: italic;
}

h3 {
	
}

/**
 * Wrapper
 */

div#outerWrapper {
	margin: 10px auto;
	width: 820px;
	background-color: #ccd5e6;
	
	border: 1px solid #fff;
}

div#contentWrapper {
	margin: 0 163px 4px 4px;
	padding: 20px 10px;
	border-right: 1px solid #afbbd2;
	border-left: 1px solid #afbbd2;
	border-bottom: 1px solid #afbbd2;
	background-color: #fff;
}

/**
 * Head
 */

div#head {
	height: 152px;
	border-bottom: 1px solid #fff;
}

div#head h1, div#head p {
	margin: 0;
	text-align: center;
}

div#head img {
	padding: 0;
}

/**
 * Menus
 */

ul#menu {
	margin: 0;
	padding: 14px 0 0 0; /*5px left*/
	list-style-type: none;	
	background-color: #e9eef6;
}

ul#menu li {
	padding: 0 2px 0 5px;	
}

ul#menu li.head {
	padding-left: 1px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #ff6637;
}

ul#menu li.fadeout {
	margin: 0;
	height: 60px;
	background: transparent url('../images/menu-fade.gif') repeat-x;
}

ul#menu li.cat {
	color: #667b99;
	font-style:italic;
	font-weight: bold;
	margin: 10px 0 0 0;
}

ul#menu li.cat a {
}

ul#menu {
	width: 158px;
	float: right;
	margin-right: 4px;
	border-right: 1px solid #afbbd2;
	/*border-left: 1px solid #afbbd2;*/
	
	/*background-color: #ff8000;*/
}

ul.inner {
	list-style-type: none;
	margin:  0 0 0 10px;

	padding: 0;
}

ul.inner li {
}

div#vereine {
	padding: 4px;
	background-color: #e9eef6;
	border-bottom: 1px solid #afbbd2;
	/*height: 170px;*/
}

div#vereine p {
	color: #ff6637;
	font-weight: bold;
}

div#vereine ul {
	list-style-type: none;
	margin: 0;
	background-color: #e9eef6;
}

div#vereine ul li {
	/*height: 1%; /* MSIE Fix  failure*/
}

div#vereine p {
	margin: 0;
}

/**
 * Content
 */
div#contentWrapper p {
	margin-top: 4px;
	padding-left: 14px;
}

div#contentWrapper blockquote {
	margin-left: 10px;
	padding: 30px 0 0 40px;
	background: transparent url('../images/quote.jpg') no-repeat;
}

/**
 * table
 */
table.pics {
	margin: 20px 10px;
	width: 600px;
}

table.pics tr td {
	text-align: center;
}
/**
 * Footer
 */
p#footer {
	margin: 10px auto;
	text-align: center;
	color: #444;
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #ccd5e6;
}

/**
 * Form
 */
input, textarea {
	border: 1px solid #afbbd2;
}

input {
	width: 150px;
}

textarea {
	width: 300px;
	height: 150px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background-color: #e9eef6;
}

.errors, ul.errors li {
	color: red;
}

label.required:after {
	content: '*';
}

/**
 * Widgets
 */
span.page {
	padding: 2px;
	border: 1px solid #afbbd2;
	background-color: #e9eef6;  /*ccd5e6*/
	color: #667b99;
}

span.page a {
	text-decoration: none;
}

span.page:hover {
	border-color: #e9eef6;
	background-color: #afbbd2;
	color: #e9eef6;
}

/**
 * Pseudo
 */
br.clear {
	height: 0;
	margin: 0; padding: 0;
	clear: both;
}

div#leisteoben {
	width: 100%;
	border-bottom: 1px solid #fff;
	background-color: red;
	height: 18px;
}

div#leisteoben p {
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
	color: #fff;
}
/* pseud */
div#leisteoben p a {
	color: #fff;
}

