/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, input, blockquote, th, td 
{ margin : 0; padding : 0; }


/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ 
text-align : center; 
height: 100%;

 }

body { 
position : relative; 
margin : 0 auto; 
width : 1000px;
text-align : left; 
background-color: #ee7f01;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

div#content {
	position : relative;
 width: 100%;
	padding-bottom: 40px;
	float: left;
		background-color: #FFFFFF;
}

div#content ul{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 17px;
}

div#branding{
	width : 1000px;
	height: 207px;
	background-image:url(../img/bg1.gif);
}

h1{ 
font-size:14px;
color:#ee7f01;
font-weight:bold;
}

.trenner{ 
color : #fff; }

a:link.navi, a:visited.navi { 
text-decoration : none;
color : #fff; 
}

a:hover.navi{ 
text-decoration : underline; 
color : #18286c; }

.ausgewaehlt{ 
text-decoration : none; 
color : #18286c; }

a:link.sub, a:visited.sub { 
text-decoration : none;
color : #ee7f01; 
}

a:hover.sub{ 
text-decoration : underline; 
color : #ee7f01; }

/* =si_clear_children */
.pc,.sc {
	position : absolute;
	top: 9px;
	left: 0;
	float: left;
}
.clear_children,.cc_tallest {
	position: relative;
} /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */





