@import url(debuginfo.css);
@import url(container/form/form.css);

*
	{
		margin: 0px;
		padding: 0px;
		font-family: Arial;
	}
body
	{
		background-color: #F6F6F6;
	}

body,
th,
td
	{
	  font-size: 11px;
	}


img
	{
		border: 0px;
	}

a
	{
		color: #333333;
	}


.cleaner
	{
		clear: both;
	}



#header
	{
		background-image: url('/templates/default/images/css/header_bg_fill.jpg');
		height: 70px;
		width: 100%;
	}

#header .logo
	{
		background-image: url('/templates/default/images/css/header_bg.jpg');
		width: 900px;
		height: 70px;
		margin: 0px auto;
	}
#teaser
	{
		width: 100%;
		height: 210px;
		background-image: url('/templates/default/images/css/teaser_bg_fill.jpg');
	}

#teaser .background
	{
		width: 900px;
		height: 210px;
		background-image: url('/templates/default/images/css/teaser_bg.jpg');
		margin: 0px auto;
	}


#teaser .text
	{
		width: 250px;
		margin:70px 10px 20px 20px;
		position:absolute;
		float:left;
	}
#teaser .text h1
	{
		color: #FF9900;
		font-size: 18px;
	}
#teaser .text p
	{
		color: #FFFFFF;
		font-size: 13px;
	}

#content
	{
		width: 900px;
		margin: 0px auto;
		padding: 0px 0px 20px 0px;
	}
#content #navigation
	{
		width: 220px;
		height: 300px;
		float: left;
		padding-top: 20px;
		background-image: url('/templates/default/images/css/navigation_bg.jpg');
		background-repeat: no-repeat;
	}
#content #navigation ul
	{
		padding: 0px 10px 10px 40px;
		color: #FF0000;
	}
#content #navigation li
	{
		font-size: 13px;
		line-height: 26px;
		font-weight: bold;
		list-style-type: square;
	}


#content #navigation li a
	{
		color: #666666;
		text-decoration: none;
	}

#content #navigation li a:hover
	{
		color: #FF0000;
		text-decoration: none;
	}



#content #main
	{
		width: 650px;
		float: right;
		padding-top: 20px;
	}
#content #main h1,
#content #main h2,
#content #main h3,
#content #main h4
	{
		color: #6699CC;
	}
#content #main h1
	{
		margin: 15px 0px 10px 0px;
	}

#content #main h3
	{
		margin: 8px 0px 4px 0px;
	}




#content #main p
	{
		color: #222222;
		line-height: 20px;
		font-size: 12px;
		margin: 5px 0px 5px 0px;
	}

#content #main ul
	{
		margin: 8px 10px 8px 40px;
	}
#content #main li
	{
		line-height: 20px;
		list-style-type: disc;
		color: #666666;
		font-size: 12px;
	}



#footer
{
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #AAAAAA;
	padding: 5px 0px 20px 0px;
}

#footer #info
{
	color: #666666;
	width: 900px;
	margin: 0px auto;
}




.image_border
	{
		background-image: url('/templates/default/images/css/image_border.jpg');
		background-repeat: no-repeat;
		width: 188px;
		height: 145px;
	}
.image_border .image
	{
		width: 170px;
		height: 128px;
		margin: 5px 5px 0px 5px;
		border: none;
	}


.imagelist
{
	width: 100%;
	margin: 20px 0px 0px  0px;
}

.imagelist .imagebox
{
	width: 150px;
	height: 150px;
	border: 1px solid #DCDCDC;
	margin: 0px 10px 10px 0px;
	color: #969696;
	font-size: 10px;
}
.imagelist p
{
	font-size: 10px;
	color: #969696;
}
.imagelist a
{
	color: #969696;
	text-decoration: none;
	font-size: 10px;
}
.imagelist .category
{
	color: #666666;
}
.imagelist .category a
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}




.preview
{
	border: 1px solid #CCCCCC;
	padding: 8px;
}





.seitenzahlen
{
	padding: 8px;
	text-align: right;
	vertical-align: middle;
	float:right;
}
.seitenzahlen a
{
	text-decoration: none;
	color: #666666;
	margin: 0px 2px 0px 2px;
	padding: 0px 5px;
}
.seitenzahlen .normal a:hover
{
	background-color: #F0F4E4;
}
.seitenzahlen .normal
{
	white-space: nowrap;
	text-align: center;
	border: 1px solid #DCD8BC;
}
.seitenzahlen .active
{
	font-weight: bold;
	background-color: #F0F4E4;
	border: 1px solid #DCD8BC;
	margin: 0px 2px 0px 2px;
	padding: 0px 5px;
}
.seitenzahlen .text a
{
	text-decoration: underline;
}

.seo
{
	color: #444444;
	margin: 60px 0px 0px 0px;
}

.seo h2,
.seo p
{
	font-size: 11px;
}
.seo p *
{
	font-weight: normal;
	color: #555555;
	font-size: 11px;
}
