@charset "utf-8";

html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	width:100%;
	height:100%;
	background-color: #ffffff;
	padding-top: 20px;
}

h1{
	padding-top: 0px;
	margin-top: 0px;
	font-size:150%;
	color: #545255;
}

h2{
	font-size: 120%;
	color: #545255;
}

.centerBlock{
	margin-left:auto;
    margin-right:auto;
	width:1024px;
	min-height:100%;
	height:100%;
}

.content{
	min-height: 100%;
}

.main {

}
.main .leftCol {
	width: 400px;
}
.main .rightCol {
	padding-left:400px;
}
.main .centerCol {
	width:1024px;
}

.head{
	height: 320px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}

a:link, a:active, a:visited{
	text-decoration: none;
	color: #DF0623;
}

a:hover{
	text-decoration: underline;
}


.head .navi{
	padding: 190px 40px  0 800px;
	float: right;
	width: 85px;
}

.navi ul, .naviFooter ul{
	 list-style-type: none;
}

.navi ul{
	 width: 80px;
	 margin: 0px;
	 padding: 0px;
}

.navi li{
	float:right;
	list-style-type: none;
	padding: 0 0 3px 0;
}

.navi #nav-home a,
.navi #nav-spiel a,
.navi #nav-projekt a,
.navi #nav-team a,
.navi #nav-kontakt a,
.naviFooter #nav-impressum a,
.naviFooter #nav-copyright a,
.naviFooter #nav-disclaimer a
{
	display: block;
	color: #545255;
	text-decoration: none;
}

.navi #nav-home a:hover,
.navi #nav-spiel a:hover,
.navi #nav-projekt a:hover,
.navi #nav-team a:hover,
.navi #nav-kontakt a:hover,
.naviFooter #nav-impressum a:hover,
.naviFooter #nav-copyright a:hover,
.naviFooter #nav-disclaimer a:hover{
	text-decoration: none;
	color: #ADADAD;
}
	
.navi a:active,
.naviFooter a:active {
	text-decoration: none;
	color: #DF0623;
}

.navi #selected a,
.naviFooter #selected a{
	text-decoration: none;
	color: #DF0623;
}


.lefColTop{
	font-size: 11px;
	background-image:url(../images/left_top.jpg);
	background-repeat: no-repeat;
	height:15px;
}

.lefColCenter{
	background-image:url(../images/left_1Pixel.jpg);
	background-repeat:repeat-y;
	text-align:left;
	font-size: 11px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.lefColBottom{
	background-image:url(../images/left_bottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	
}

.rightColTop{
	font-size: 11px;
	background-image:url(../images/right_top.jpg);
	background-repeat: no-repeat;
	height:15px;
}

.rightColCenter{
	background-image:url(../images/right_1px.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 11px;
}
.rightColBottom{
	background-image:url(../images/right_bottom.jpg);
	background-repeat:no-repeat;
	height: 9px;
}

.centerColTop{
	font-size: 11px;
	background-image:url(../images/top.jpg);
	background-repeat: no-repeat;
	height:15px;
}

.centerColBottom{
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	height: 9px;
}

.centerColCenter{
	background-image:url(../images/center_1px.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 11px;
}

.footer{
	margin: 0;
	padding:0;
	font-size: 60%; 
}

.naviFooter{
	padding-left: 400px;
}

.naviFooter li{
	float:left;
	display: inline;
	padding-left: 10px;
}

#nameBlock1{
	padding-top: 38px;
}

#nameBlock2{
	padding-top: 80px;
}

#nameBlock3{
	padding-top: 80px;
}

#nameBlock4{
	padding-top: 80px;
}