*{
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;	
}

ul{
	list-style: none;	
}

body{
	background-image: url(../pics/bg_white.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e5e2de;
	height: 100%;	
	font-family: verdana, arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	overflow: auto; /*no scrollbars ie*/
}

#background_2,
#background_2_movie {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../pics/bg_home.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #e5e2de;
}

#site_container{
	position: relative;
	width: 960px;
	background: white;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;	
}

#header{
	width: 100%;
	float:left;
	height: 85px;
}

#header #logo{
	float:right;	
	background-image: url(../pics/logo_hohenegg.gif);
	width: 188px;
	height: 85px;
	border: 0px solid black;
}

#header #navigation{
	float:left;	
	border: 0px solid black;
}

#top_container{
	background: #C3BBB2;
	width: 100%;
	float: left;
	height: 321px;
}

#img_container1, #img_container2{
	position: absolute; 
	width: 636px;
	height: 321px;
}

#loader{
	position: absolute; 
	width: 31px;
	height: 31px;
	left: 300px;
	top: 200px;
	background-image: url(../pics/loader.gif);	
}

#slogan_pic{
	width: 299px;
	height: 116px;
	float: right;
	margin-top:100px;
	background-image: url(../pics/slogan.gif);	
}

#orange_line{
	background: #CC9900;
	width: 100%;
	height: 18px;	
	float: left;
}

#content_container{
	width: 100%;
	float: left;
}

#content_left{
	float:left;
	width: 568px;
	border: 0px solid black;	
	padding-left: 68px;
	padding-top: 25px;
}

#content_right{
	float:right;
	border: 0px solid black;	
	width: 279px;
	padding-top: 25px;
}

#content_left img{
	margin-top: 20px;
	display: inline;
}

h1{
	font-size: 18px; 
	line-height: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #C58C1E;
	font-weight: normal;
}

p{
	font-size: 12px; 
	line-height: 15px;
	margin-top: 20px;
	color: #666666;
}

a{
	color: #996600;
}

/* navigation */
#logout{
	position: absolute;
	top: 5px;
	right: 250px;	
}

#navigation ul{
	margin-left: 5px;
	margin-top: 60px;	
}

#navigation li{
	float:left;
	margin: 10px;
	margin-top:0px;
	margin-bottom: 0px;
}

#navigation li a{
	font-size: 12px;
	color: #666666;
}

/* top news*/
#content_right{
	font-size: 10px;
	color: #666;
}

#content_right ul{
	font-size: 11px;
	border-bottom: 1px solid #C3BBB2;
	width: 252px;
}

#content_right ul li ul{
	font-size: 9px;
	border-top: 1px solid #C3BBB2;
	border-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 9px;
}

#content_right ul a{
	font-size: 9px;
	color: #996600;
}

/* .movie */
.movie #top_container {
	height: 360px;
}
#background_2_movie {
	background-image: url(../pics/bg_home_movie.gif);
}
