@charset "utf-8";

*{
	margin:0;
	padding:0;
	border: none;
}

body{
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#adress{
	display:none;
}

#styleswitch{
	position:absolute;
	top:44px;
	left: 28px;
	font-size: 85%;
	height: 100px;
	width: 100px;
	display: block;
}

#styleswitch a{
	text-decoration: none;
	margin: 0 0 0 10px;
	width: 26px;
	height: 26px;
	border: 1px solid /*#222*/ #434b58;
	display: block;
}

#styleswitch .black {
	background: #000;
	position:relative;
	float:left;
}

#styleswitch .blue {
	background: #363e4b;
	position:relative;
	float:left;
}


/*#horizont{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}*/

/*#container{ 
	margin-left: -550px;
	position: absolute;
	top: -360px;
	left: 50%;
	width: 1100px;
	height: 720px;
	visibility: visible;
	background:#111111;
}*/

#container{
	position: relative;
	width: 1100px;
	height: 750px;
	margin: 0 auto;
	/*background: #222;*/
}

#content{
	/*position: relative;*/
	position:absolute;
	top:100px;
	left:136px;
	width: 458px;
	height: 480px;
	margin: 0 auto;
	text-align:left;
	z-index: 80;
	background: #dde8f5;
}

#contentText{
	color: #000;
	font-size: 70%;
	padding: 35px 28px 25px 28px;
	height: 420px;
	width: auto;
	overflow: auto;
	line-height: 14px;
}

#contentText h1{
	font-size: 200%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

#contentText h2{
	font-size: 120%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

#contentText h3,
#contentText h4,
#contentText h5,
#contentText h6{
	font-size: 110%;
	font-weight: normal;
/*	color:#db7215;*/
	padding: 0;
	margin: 0 0 -5px 0;
}

#contentText p{
	text-decoration:none;
	padding: 0 0 10px 0;
}

#contentText b, #contentText strong{
	font-weight: bold;
}

#contentText a{
	color: #2064b3;
	text-decoration: underline;
}

#contentText a:hover{
	color: #1078f1;
	text-decoration: none;
}

#contentText ul{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#contentText ul li {
	margin-top: 0;
	margin-left: 15px;	
	padding-left: 6px;
	padding-bottom: 0px;
}

#content .separator{
	padding: 0;
	margin: 0 0 10px 0;
}

.contenttable {
	margin:0;
	padding:0;
	line-height: 5px;
}


#contentRight{
	/*position: relative;*/
	position:absolute;
	top:100px;
	left:619px;
	width: 458px;
	height: 650px;
	margin: 0 auto;
	text-align:left;
	z-index: 82;
	background: #dde8f5;
}

#contentRightText{
	line-height: 14px;
	color: #000;
	font-size: 70%;
	padding: 35px 28px;
	height: 580px;
	width: auto;
	overflow: auto;
}

#contentRightText h1{
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
}

#contentRightText h2{
	font-size: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

#contentRightText h3,
#contentRightText h4,
#contentRightText h5,
#contentRightText h6{
	font-size: 110%;
	font-weight: normal;
/*	color:#db7215;*/
	padding: 0;
	margin: 0 0 -5px 0;
}

#contentRightText p{
	text-decoration:none;
	padding: 0 0 10px 0;
}

#contentRightText b, #contentText strong{
	font-weight: bold;
}

#contentRightText a{
	color: #2064b3;
	text-decoration: underline;
}

#contentRightText a:hover{
	color: #1078f1;
	text-decoration: none;
}

#contentRightText ul{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#contentRightText ul li {
	margin-top: 0;
	margin-left: 15px;	
	padding-left: 6px;
	padding-bottom: 0px;
}



#navibox{
	position: absolute;
	width: 940px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	top:45px;
	left:136px;
	z-index: 91;
	overflow: auto;
}

#navi ul{
	padding-top: 10px;
	list-style-type:none;
	font-size: 100%;
}

#navi li {
	display: inline;
	margin:0 46px 0 0;
}

#navi a{
	color:#94bfdc;
	text-decoration: none;
}

#navi a:hover{
	color: #dde8f5;
	text-decoration: none;
}

#navi .active{
	color: #ffffff;
	text-decoration: none;
}

#subnavibox{
	position: absolute;
	width: 80px;
	height: 560px;
	margin: 0 auto;
	text-align:left;
	top:102px;
	left:40px;
	display: block;
	z-index: 90;
}

#subnavi ul{
	list-style-type:none;
	font-size: 75%;
}

#subnavi li {
	margin:0 48px 23px 0;
	width: 79px;
}

#subnavi a{
	color:#94bfdc;
	text-decoration: none;
	display: block;
}

#subnavi a:hover{
	color: #dde8f5;
	text-decoration: none;
	display: block;
}

#subnavi .active{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/*------*/
/* FORM */
/*------*/

fieldset {
  border:0px;
}
 
label {
  width: 380px;
  height: auto;
  padding: 10px 0 0 0;
  float: left;
  text-align: left;
  margin: 0;
  display: block;
  font-size:110%;
} 

input, textarea, select {
	margin: 2px 0 2px 2px;
/*	font-size: 1.0em;*/
	background: #fff;
	border: solid 1px /*#666*/ #434b58;
}

