html, body, ul, li, form, img
{
	padding: 0;
	margin: 0;
	border: 0;
}

html
{
	height: 101%;
}

body
{
	background: #fff; 
	width: 100%;	
	text-align: center; 
	margin: 0 auto;
}

body, table, input, select, textarea, pre
{
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 18px;
	color: #505050;
	font-weight: normal;
}

#content a:link 			{ text-decoration:none; color: #505050; background-color: transparent; }
#content a:visited 		{ text-decoration:none; color: #505050; background-color: transparent; }
#content a:hover 			{ text-decoration:underline; color: #505050; background-color: transparent; }
#content a:active 		{ text-decoration:underline; color: #505050; background-color: transparent; }
#content a:focus 			{ text-decoration:underline; color: #505050; background-color: transparent; }

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #a63432;
	margin-top: 0;
}

b, strong
{
	color: #a63432;
}

.clr
{
	clear: both;
	height: 0;
	line-height: 0;
}

.clr15
{
	clear: both;
	height: 15px;
	line-height: 0;
}

#page
{
	width: 950px;
	margin: 0 0 0 30px;
	float: left;
	text-align: left; 
}

#topMenu
{
	height: 20px;
	float: right;
	font-size: 0.8em;
	color: #c5c6c7;
}

#topMenu a:link 			{ text-decoration:none; color: #c5c6c7; background-color: transparent; }
#topMenu a:visited 		{ text-decoration:none; color: #c5c6c7; background-color: transparent; }
#topMenu a:hover 			{ text-decoration:none; color: #a63432; background-color: transparent; }
#topMenu a:active 		{ text-decoration:none; color: #a63432; background-color: transparent; }
#topMenu a:focus 			{ text-decoration:none; color: #a63432; background-color: transparent; }
#topMenu a.selecter		{ text-decoration:none; color: #a63432; background-color: transparent; }

#header
{
	height: 160px;
	margin-bottom: 20px;
}

#leftCol
{
	width: 210px;
	margin-right: 20px;
	float: left;
}

#menu
{
	width: 210px;
	float: left;
	margin-right: 20px;
	background: #f0f0f0;
}

#menu ul
{
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

#menu ul li
{
	margin: 0;
	padding: 0;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu ul li a:focus
{
	color: #505050;
	padding: 5px 0 5px 0;
	background: url(images/trenner_navi.gif) repeat-x bottom left;
	display: block;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.selecter
{
	color: #a63432;
	text-decoration:none;
}

#search
{
	color: #a63432;
	width: 190px;
	float: left;
	margin: 20px 20px 0 0;
	background: #f0f0f0;
	padding: 0 10px;
}

#search input[type=text]
{
	border: 1px solid #a63432;
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
}

#search input[type=image]
{
	margin: 3px 0 0 0;
}

#content
{
	width: 494px;
	float: left;
	padding-right: 25px;
	background: url(images/trenner_right.gif) right top repeat-y;
}

#content .subnavi
{
	
}

#content .subnavi a:link, #content .subnavi a:visited, #content .subnavi a:active, #content .subnavi a:focus 
{
	display: block;
	float: left;
	color: #a63432;
	background: #f9f9f9;
	padding: 5px 10px;
	border: 1px dotted #505050;
}

#content .subnavi a:hover, #content .subnavi a.selecter
{
	color: #a63432;
	background: #e6e6e6;
	text-decoration:none;
}

#content .box, #content .ja, #content .yes, #content .yeah, #content .pronto, #content .sofort
{
	border: 1px dotted #505050;
	background: #f9f9f9;
	padding: 10px;
	margin: 0 0 15px 0;
}

#content ul
{
	margin: 0 30px;
	list-style-type: square;
}

#content ul li
{
	padding: 0 0 5px 10px;
}

#rightCol
{
	float: left;
	width: 150px;
	padding: 0 25px;
	background: url(images/trenner_right.gif) right top repeat-y;
}
	