﻿@charset "utf-8";


/* common settings */
* { line-height: 1.5em; }
body {
	width:100%; margin:0px auto 0px auto; padding:0px;
	background-color:#ffffff;
	text-align:center;
}



/* Mein Layouts */
#conteiner {
	position:relative;
	width:755px; margin: 0px auto 0px auto;	padding:0px;
	background-color:#fff5f5;
	text-align:left;
}
#header {
	position:relative;
	width:755px; height:121px; margin:0px; padding:0px;
}
#footer {
	clear:both;
	width: 755px;	height: 40px;
	margin: 0px;	padding: 0px;
	background: url(../img/footer/ft_bg.jpg) no-repeat scroll center top;
	text-align: center;
}



/* Header - text Menu (hidden) */
#menu_text {
	position:absolute;
	width:755px; height:1px; margin:0px; padding:0px;
	z-index:5;
	display:none; visibility:hidden;
	overflow:hidden;
}
#menu_text h1,h2,h3 { display:inline; font-size:10pt; font-weight:normal; color:#666666; }
#menu_text a { text-decoration:none; font-size:10pt; font-weight:normal; color:#996600; }



/* Header - grafhical Menu */
#menu_graphical {
	position:absolute;
	width:755px; height:121px; margin:0px; padding:0px; top:0px; left:0px;
	background:url(../img/header/hd_bg.jpg) no-repeat scroll center center;
	z-index:1;
}
#glnavi {
	position:absolute;
	width:499px; height:73px; top:40px; left:252px; margin:0px; padding:0px;
	z-index:2;
}
#menu11 {
	position:absolute;
	width:168px; height:25px; margin:0px; padding:0px; top:0px; left:0px;
	background:url(../img/header/hd_bt11_off.jpg) no-repeat scroll center center;
	}
#menu11 img { width:168px; height:25px; margin:0px; padding:0px; border:none; }
#menu12 {
	position:absolute;
	width:155px; height:25px; margin:0px; padding:0px; top:0px; left:168px;
	background:url(../img/header/hd_bt12_off.jpg) no-repeat scroll center center;
}
#menu12 img { width:155px; height:25px; margin:0px; padding:0px; border:none; }
#menu13 {
	position:absolute;
	width:176px; height:25px; margin:0px; padding:0px; top:0px; left:323px;
	background:url(../img/header/hd_bt13_off.jpg) no-repeat scroll center center;
}
#menu13 img { width:176px; height:25px; margin:0px; padding:0px; border:none; }
#menu21 {
	position:absolute;
	width:168px; height:25px; margin:0px; padding:0px; top:26px; left:0px;
	background:url(../img/header/hd_bt21_off.jpg) no-repeat scroll center center;
}
#menu21 img { width:168px; height:25px; margin:0px; padding:0px; border:none; }
#menu22 {
	position:absolute;
	width:155px; height:25px; margin:0px; padding:0px; top:26px; left:168px;
	background:url(../img/header/hd_bt22_off.jpg) no-repeat scroll center center;
}
#menu22 img { width:155px; height:25px; margin:0px; padding:0px; border:none; }
#menu23 {
	position:absolute;
	width:80px; height:25px; margin:0px; padding:0px; top:26px; left:323px;
	background:url(../img/header/hd_bt23_off.jpg) no-repeat scroll center center;
}
#menu23 img { width:80px; height:25px; margin:0px; padding:0px; border:none; }
#menu24 {
	position:absolute;
	width:96px; height:25px; margin:0px; padding:0px; top:26px; left:403px;
	background:url(../img/header/hd_bt24_off.jpg) no-repeat scroll center center;
}
#menu24 img { width:96px; height:25px; margin:0px; padding:0px; border:none; }
#menu30 {
	position:absolute;
	width:499px; height:22px; margin:0pz; padding:0px; top:51px; left:0px;
	text-align:right; vertical-align:sub;
	font-family:"Times New Roman", Times, serif;
	font-size:14px; font-weight:normal; color:#999999;
}
#menu30 a { text-decoration:none; font-size:12px; font-weight:bold; }
#menu30 a:link {  color:#999999; }
#menu30 a:visited {  color:#999999; }
#menu30 a:hover {  color:#ff7799; }


/* Footer */
.copyright {
	margin: 0px auto auto auto;		padding-top: 6px;
	text-align: center;
	color: #603000;
	font-size: .7em;
}



/* Share */
.alternate { display:none; visibility:hidden; }

