/* Allgemein */
body{
	background:#88bbff;
}

#alles{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:middle;
	text-align:center;
}

#alles table,tr,td{	
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

/* Head */
#logo_bg{
	background:url(../images/logo_bg.png) no-repeat bottom right;
	width:218px;
	height:196px;
}

#logo{
	background:url(../images/logo_fg.png) no-repeat bottom left;
	width:218px;
	height:196px;
}

#header_bg_left{
	background:url(../images/header_bg_left.png) no-repeat bottom left;
	width:582px;
	height:196px;
}

#header_bg{	
	margin-left:27px;
	background:url(../images/header_bg.png) repeat-x;
	width:*;
	height:100%;
}

#header_logo{
	background:url(../images/header_logo.png) no-repeat bottom center;
	width:100%;
	height:100%;
}

#header_border_right{
	background:url(../images/header_border_right.png) no-repeat bottom left;
}

#fading_pics_top{
	background:url(../images/header_bg_top.png) repeat-x top left;
	padding-top:100px;
	height:100%;
} 

#fading_pics{
	/*width:100%;*/
	height:100%;
	/*margin:0;*/
	/*background:url(../images/header_bg_bottom.png) repeat-x top left;*/
	vertical-align:top;
	text-align:left;
}

#fading_pics_main_bg{
	height:100%;
	/*border-left:2px groove #cccccc;*/
	background:url(../images/main_bg.png) repeat;
}

/* Menü */
#menu{
	vertical-align:top;
}

#menu table{
	width:100%;
}

.link{
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	background:url(../images/link_normal.png) center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	color:#993300;
	text-decoration:none;
	text-shadow:#000000 2px;
}

.link a{ /*:link,.link a:visited,.link a:hover,.link a:focus,.link a:active*/
	/*Schrift*/
}

.link:link{
	background:url(../images/link_normal.png) center no-repeat;
}

.link:visited{
	background:url(../images/link_normal.png) center no-repeat;
}

.link:focus{
	background:url(../images/link_mouseover.png) center no-repeat;
}

.link:hover{
	background:url(../images/link_mouseover.png) center no-repeat;
}

.link:active{
	background:url(../images/link_mousedown.png) center no-repeat;
}

#menu_space_left{
	width:13px;
}

#menu_middle{
	background:url(../images/menu_bg_hd.png);
	background-repeat:repeat;
	background-position:top left;
}

#menu_top{
	background:url(../images/menu_bg_top.png);
	background-repeat:no-repeat;
	background-position:top right;
}

#menu_border_left{
	background:url(../images/balken_vertikal.png);
	background-repeat:repeat-y;
	background-position:left;
	padding-top:20px;
}

#menu_foot{
	height:245px;
	background:url(../images/menu_bg_bottom_hd.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#menu_border_left_bottom{
	height:245px;
	background:url(../images/menu_balken_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#links{
	width:auto;
}

/*#menu_border_right{
	width:13px;
}*/

/* Inhalt */
#main{
	height:100%;
	width:582px;
	max-width:582px;
	overflow:hidden;
	padding:0px;
	background:url(../images/main_bg.png) repeat;
	vertical-align:top;
}

#main div{
	height:100%;
}

#main_border_top{
	background:url(../images/schatten_unten.png) repeat-x top left;
}

#main_border_top td{
	width:100%;
}

#main_border_left{
	height:100%;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	background:url(../images/balken_vertikal.png);
	background-repeat:repeat-y;
	background-position: top left;
	/*Schrift*/
	text-align:justify;
}

#main_border_right{
	background:url(../images/schatten_rechts.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:6px;
	min-width:6px;
	/*padding-left:8px;*/
}

#content{
	height:100%;
	font:Arial, Helvetica, sans-serif, normal;
}

/* Footer */
#foot_line{
	height:30px;
	background:url(../images/schatten_unten.png);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	font:12px Arial, Helvetica, sans-serif; 
	
}

#foot_line a:link, #foot_line a:visited{
	color:#ffffff;
	text-decoration:none;
}

#foot_line a:hover, #foot_line a:focus, #foot_line a:active{
	color:#0000cc;
	text-decoration:none;
}

#foot_line_ru{
	background:url(../images/schatten_rechts_unten.png);
	background-position:top left;
	background-repeat:no-repeat;
	/*width:8px;*/
}