@charset "utf-8";

*
{
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

body
{
	color:#000;
	font-size:11px;
	text-align:center;
	line-height:19px;
	background:#4d4d4d url("img/bg_body.gif") top left repeat-x;
}

a
{
	text-decoration:underline;
	color:#ff6000;
	line-height:19px;
}

a:hover
{
	text-decoration:none;
}

#container
{
	width:750px;
	margin:0 auto;
}

#head
{
	background-color:#fff;
	height:194px;
	border-bottom:1px #1aa8e3 solid;
}

#head_container
{
	width:750px;
	height:170px;
	margin:0 auto;
}

#logo
{
	float:left;
	width:111px;
	height:146px;
	background:url("img/logo.gif") no-repeat;
}

#slogan
{
	float:right;
	height:74px;
	width:274px;
	background:url("img/slogan.gif") no-repeat;
}

#slogan_en
{
	float:right;
	height:74px;
	width:274px;
	background:url("img/slogan_en.gif") no-repeat;
}

#contact
{
	clear:both;
	width:750px;
	height:24px;
	line-height:24px;
	margin:0 auto;
}

#contact p
{
	color:gray;
	font-size:10px;
}

#middle
{
	height:178px;
}

#bottom
{
	padding-top:30px;
	padding-bottom:50px;
	width:750px;
	text-align:left;
	margin:0 auto;
}

#navigation
{
	border-top:1px #838383 solid;
	width:750px;
	margin:0 auto;
}

.right
{
	float:right;
	padding-top:6px;
}

.left
{
	float:left;
	padding-right:19px;
	padding-top:6px;
}

h1
{
	font-size:14px;
	font-weight:700;
	padding-bottom:25px;
}

ul
{
	padding-bottom:25px;
}

li
{
	list-style-type:none;
	background:url(img/strich.gif) no-repeat 0 10px;
	padding-left:7px;
}

/* Layer 'PopUp' */
.pop-container
{
	position:absolute;
	width:460px;
	height:460px;
	text-align:left;
	top:50%;
	left:50%;
	margin-left:-85px;
	margin-top:-290px;
	z-index:123;
	display:none;
}

.pop-lshadow
{
	width:10px;
	height:450px;
	float:left;
	background:url("img/shadow_left.gif") bottom left no-repeat;
	opacity:0.15;
	filter:Alpha(opacity='15');
}

.pop-content
{
	width:448px;
	height:448px;
	float:right;
	background:#fff;
	border:1px #b3b3b3 solid;
	opacity:0.9;
	filter:Alpha(opacity='90');
}

.pop-head
{
	height:13px;
	width:438px;
	text-align:right;
	padding:3px 5px;
}

.pop-text
{
	width:410px;
	text-align:left;
	height:399px;
	margin:0 18px;
}

.pop-foot
{
	height:10px;
	width:430px;
	text-align:right;
	margin:10px 0;
}

.pop-bshadow
{
	width:460px;
	height:10px;
	clear:both;
	background:url("img/shadow_bottom.gif") top left no-repeat;
	opacity:0.15;
	filter:Alpha(opacity='15');
}


.schwarz a
{
	text-decoration:none;
	color:#000;
}