@import url(styles.css);

div {border:0px solid red;}

html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
    margin: 0;
    padding: 0;
}

html>body, html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/
}

body{
	background:url(images/background.gif) repeat-y #FFFFFF;
}

div#wrapper {
    position: absolute;
    top: 0;
    left: 0;
	background-image:url(images/hochzeitsturm.gif);
	background-position:700px bottom;
	background-repeat:no-repeat;
}

#top{
	background-color:#003976;
	width:100%;
	height:15px;
}

#main{
	position:relative;
	top:0px;
	width:845px;
    height:auto;
	margin:0px 0px 45px 10px;
	text-align:left;
}

#logo{
	position:absolute;
	right:0px;
	top:0px;
}

#header{
	position:relative;
	top:0;
	width:465px;
	padding:36px 0 5px 180px;
	background-color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:165%;
	color:#A6D9DC;
	white-space:nowrap;
}

#leftFrame{
	position:absolute;
	left:0;
	margin-top:15px;
	width:180px;
}
#leftFrame ul{
	margin-bottom:9px;
}
.menu1 {
	font-size:12px;
}

.menu2 {
	font-size:11px;
	line-height:100%;
}

#leftFrame a{
	color:#003976;
}

#leftFrame a:hover, a.current{
	color:#00AEB5 !important;
}
.menu1 li:hover, .menu2 li:hover, li.current{
	list-style-image:url(images/arrow_current.gif);
}

.sub{
	margin-top:30px;
	list-style-type:none;
	list-style-image:none;
}
.sub li{
	margin-bottom:0px;
	font-size:10px;
	line-height:100%;
}
.sub a{
	font-weight:normal;
}

#mainFrame{
	position:relative;
	left:0;
	padding-top:15px;
	margin-left:200px;
	width:470px;
	text-align:left;
}

#partner-logos{
	position:absolute;
	bottom:25px;
	left:0px;
	width:190px;
	text-align:center;
}

#partner-logos img{
	margin:0 10px;
}

#footer{
	position:absolute;
    bottom:0;
	left:0;
	width:100%;
	height:20px;
	background-color:#00AEB5;
}