@import url(iehacks.css);
@import url(navigation.css);
/*ul {border:1px solid red}
div {border:1px solid black}
div div{border:1px solid blue}
div div div {border:1px solid green}*/


.fl {float:left}
.nopad
{
    padding:0;
    margin:0;
}

body
{
	background-color:#471E07;
	font-family:Arial;
	font-size:11px;
	height:101%;
	width:100%;
	min-height:100%;
	background-repeat: repeat;
}

html 
{
    height:100%;
    min-height:100%;
}

div#container 
{
	width:900px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	padding-bottom:0px;
	margin-bottom:0px;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FCEDCD;
	border-right-color: #FCEDCD;
	border-bottom-color: #FCEDCD;
	border-left-color: #FCEDCD;
	border-top-style: solid;
	border-bottom-style: solid;
}

div#startcontainer 
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/startbild.jpg);
	text-align:left;
	min-height:700px;
	position:relative;
	padding-bottom:0px;
	margin-bottom:0px;
	background-repeat: no-repeat;
	background-position: center center;
}


div#header
{
	width:900px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(../images/top_collage.jpg);
	position:relative;
	border-bottom-width: 1px;
	border-bottom-color: #FCEDCD;
	border-bottom-style: solid;
}

div#topheader
{
	width:900px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(../images/italien.jpg);
}
div#subheader
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:120px;
	background-image: url(../images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-color: #FCEDCD;
	border-top-style: solid;
 }
div#content
{
	margin-top:0px;
	padding-top:5px;
	margin-bottom: 0px;
	background-image: url(../images/hintergrund_inhalt.jpg);
	background-repeat: repeat-y;
}

div#navigation
{
	float:left;	
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	width:150px;
}
div#kurzinfo
{
	margin-left:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:35px;
	width:130px;
	font-weight: normal;
	color: #FEF8E9;
	text-align: center;
}
div#inhalt
{
	padding-left:15px;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	min-height: 350px;
	width:693px;
	margin-left:180px;
	margin-right: 5px;
}
div#content_bottom
{
	line-height:10px;
	height:15px;
	width:750px;
	margin-bottom:30px;
	padding-left: 15px;
}
div#footer
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:15px;
	background-image: url(../images/italien.jpg);
}

