@charset "utf-8";
/* CSS Document */

/** START HTML Tags **/
*
{
	margin:0px;
	padding:0px;
}

html { height: 100% }

body
{
    min-height: 101%;
	font-size:12px;
	font-family:"Palatino Linotype";
	color:#666666;;
	background-color:rgb(224,144,47);
	letter-spacing:1px;
}

ol
{
	display:list-item;
	list-style-type:circle;
}

li
{
	margin-bottom:3px;
}

h1
{
	color:rgb(174,0,41);
	font-size:16px;
	margin-bottom:20px;
}

h2
{
	color:#000033;
	font-size:14px;
	margin-bottom:0px;
}
h3
{
	display:none;
}

h4
{
	color:#000033;
	font-size:12px;
	margin-bottom:0px;
}

textarea
{
	background-color:rgb(224,144,47);
}

input
{
	background-color:rgb(224,144,47);
	color:#000000;
	overflow:auto;
}

a
{
	text-decoration:none;
}

a:link, a:visited
{
	font-weight:bold;
	color:rgb(224,144,47);
}

a:active, a:hover
{
	color:rgb(174,0,41);
}

/** END HTML Tags **/

#maincontainer
{
	padding-top:122px;
	width:980px;
	min-height:630px;
	margin: 30px auto;
	text-align: left;
	background-image:url(../img/layout/hintergrund.gif);
	background-repeat:no-repeat;
}

#contentcontainer
{
	float:left;
	min-height:530px;
	width:578px;
	min-height:350px;
	padding-bottom:100px;
}

#dummy
{
	float:left;
	width:100px;
	height:300px;
}

#content
{
	padding-top:7px;
	padding-bottom:14px;
	padding-left:14px;
	padding-right:14px;
	border-left:rgb(174,0,41) 3px solid;
	border-right:rgb(174,0,41) 3px solid;
	background-color:#F0F0F0;
	width:544px;
	min-height:350px;
	float:left;
}

/** START Header und Footer **/
#contentheader , #contentfooter
{
	background-repeat:no-repeat;
	width:578px;
	height:14px;
	float:left;
}

#contentheader
{
	background-image:url(../img/layout/header.gif);	
}

#contentfooter
{
	background-image:url(../img/layout/footer.gif);
}

#impressum
{
	width:578px;
	float:left;
	text-align:center;
}


/** END Header and Footer **/

/** START Menu **/
#menuleft
{
	font-size:18px;
	float:left;
	text-align:right;
	padding-right:14px;
	width:172px;
	height:385px;
	padding-top:65px;
}

a.menu
{
	display:block;
	padding-bottom:6px;
	text-align:right;
}

a.impressum
{
	display:block;
	padding-top:6px;
	text-align:center;
}
a.menu:link, a.menu:visited, a.impressum:link, a.impressum:visited
{
	font-weight:normal;
	color:#FFFFFF;
}

a.menu:active, a.menu:hover, a.impressum:active, a.impressum:hover
{
	color:rgb(174,0,41);
}
/** END Menu **/

.imageboxright
{
	border:1px solid #cecece;
	background:#fff;
	margin-left:0px;
	margin-bottom:7px;
	float:right;
}

.imageboxstart
{
	padding-left:5px;
	padding-top:60px;
	float:left;
}

.starttextbox
{
	float:left;
	text-align:center;
	font-size:14px;
	padding-right:180px;
	padding-top:10px;
	padding-left:5px;
	width:200px;
	font-style:italic;
}