/*
	hell: 	#CCCCFF
	
	 1/4:	#BFC3FA
	 1/2:	#B2BBF6
	 3/4:	#A5B2F2
	
	mittel:	#99AAEE
	
	dunkel:	#111157
*/

*
{
	color: #111157;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

pre
{
	font-family: Courier;
	font-weight: bold;
}

td
{	text-align: left;	}
tr

{	vertical-align: top;	}

html
{
	background-color: #c0cbf3;
	/*	background-color: #ced7f7;	*/
	/*	background-color:#99AAEE;	*/
	
	background-image: url("../img/bg.png");
	background-position: top;
	background-repeat: repeat-x;
}

a
{
	text-decoration: none;
}
h1
{
	font-size:20px;
}

h2
{
	padding-top:10px;
	font-size:16px;
}
p
{
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}

input, textarea, select
{
	font-size:11px;
	background-color:#B8C3FA;
	border:1px solid #111157;
}

div.top
{
	position: absolute;
	top: 33px;
	left: 0px;
	right: 0px;
	height: 200px;
	
	border: 1px solid #111157;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
		
	background-position-x: 50%;
	background-position-y: 50%;
	background-position: center center;
}

div.top div.copy
{
	position: absolute;
	right: 15px;
	bottom: 2px;
	
	font-size: 11px;
	color: #BFC3FA;
}

div.top img
{
	position: absolute;
	left: 40px;
	top: -25px;
}

div.body
{
	position: absolute;
	
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
}

div.body center
{
	height: 100%;
}

div.body_content
{
	position: relative;
	top: 0px;
	
	width: 1000px;
	height: 100%;
	
	text-align: left;
}

div.copyright
{
	position:absolute;
	right:20px;
	bottom:10px;
	
	color:#CCCCFF;
	font-size:10px;
	font-weight:normal;
}

div.main_head_top
{
	position:absolute;
	
	top:0px;
	left:0px;
	right:0px;
	height:8px;
	
	/*
	background-image:url(../img/title_bg_top_1_bu.png);
	background-position:bottom;
	background-repeat:repeat-x;
	*/
	
	background-color:#111157;
}

div.main_head_bottom
{
	position:absolute;
	
	top:78px;
	left:0px;
	right:0px;
	height:8px;
	
	background-image:url(../img/title_bg_bottom_1_bu.png);
	background-position:top;
	background-repeat:repeat-x;
}

div.main_top
{
	position:absolute;
	
	top:0px;
	left:0px;
	right:0px;
	height:71px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:50px;
	
	text-align:left;
	vertical-align:bottom;
	
	background-color:#111157;
	
	color:#FFFFFF;
}
div.main_top img
{
	position: absolute;
	left: 75px;
	bottom: 10px;
}

div.main_left
{
	position: absolute;
	
	top:235px;
	left:0px;
	width:150px;
	bottom:0px;
}

div.main_middle
{
	position:absolute;
	
	top:235px;
	left:160px;
	right:200px;
	bottom:0px;
}

div.main_right
{
	position:absolute;
	
	top:235px;
	right:0px;
	width:190px;
	bottom:0px;
}

div.border_frame
{
	border: 1px #111157 solid;
	margin-top:10px;
	margin-bottom: 10px;
	
}

div.border_title
{
	padding:3px;
	background:#111157;
	color:#e5e5ff;
	text-align:center;
	font-size:10px;
	height:13px;
}

div.border_title b
{
	color:#EEEEFF;
	font-size:10px;
}

div.border_content
{
	background-color:#dce5ff;
	
}


div.fullscreen_border_frame
{
	position:absolute;
	
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	border: 1px #111157 solid;
	margin:10px;
	
	background-color:#e5e5ff;
	
}

div.fullscreen_border_content
{
	position:absolute;
	
	top:29px;
	left:10px;
	right:10px;
	bottom:5px;
	
	margin:0px;
	padding:0px;
}

img.rand_head_pic
{
	position: absolute;
	
	right: 100px;
	top: -15px;
	
	z-index: 10;
	border: none;
	
	/*	margin-left: 100px;	*/
}
