/*
    mb style
*/


#container {
text-align:left; 
background: #e3e3e3;
overflow: hidden;
font: 13px Arial, Verdana, sans-serif;
}

#sidebar-left, #sidebar-right {
background: #F0EDE9;
}

#content {
background: #F0EDE9;
}

#kopf, #kopf1, #kopf2 {
background: #0994C1;
color: #ffffff;
}



#header, #header1, #header2, #header3 {
background: #565656;
color: #ffffff;
}


#footer, #boden {
background: #565656;
color: #ffffff;
}


#col1, #col2 {
background: #D0CFC6;
}


#col3, #col4, #col5, #col6 {
background: #565656;
}

#footer a {
text-decoration:none;
border:0px;
display:block;
padding:5px;
color: #ffffff;
}

#footer a:hover {
text-decoration:underline;
border:0px;
display:block;
padding:5px;
color: #FF9900;
}

#boden a {
text-decoration:none;
border:0px;
padding:5px;
color: #ffffff;
}

#boden a:hover {
text-decoration:underline;
border:0px;
padding:5px;
color: #FF9900;
}


#col2 a {
text-decoration:none;
border:0px;
display:block;
padding:5px;
color: #ffffff;
}

#col2 a:hover {
text-decoration:underline;
border:0px;
display:block;
padding:5px;
color: #FF9900;
}











/*    mb style ende */



/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px Arial, Verdana, text-align: center; background: #565656; 
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color: #9D7726;
	padding
}

h2 {
	font-size: 20px;
	color: #9D7726;
}

h3 {
	font-size: 14px;
	color: #FF9900;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	padding: 0 5px 0 5px;
}