/* general page structure and layout */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:.8em; 
color:#000000; 
margin:10px 0 0 0;
padding:0 0 0 0;
background:#ffffff;
text-align:center;
}

form {
	padding:0px;
	margin:0px;
}

.top {
margin:0 auto;
padding:0 0 0 0;
width:780px;
height:9px;
background:#ffffff url(../images/page_top.gif) no-repeat;
}

.page_wrap {
/* includes the header, main body content and the footer */
margin:0 auto;
padding:0 0 0 0;
width:780px;
background:#ffffff url(../images/body_bg.gif) repeat-y;
text-align:center;
}

.header {
position:relative;
margin:0 0 0 0 !important;
margin:-7px 0 0 0;
padding:0 0 0 ;
width:780px !important;
width:742px;
height:78px;
background:#ffffff url(../images/header_bg.gif);
text-align:left;
}

.header_block {
position:relative;
margin:0 20px 0 20px;
padding:0 0 0 0;
width:740px;
background:transparent;
text-align:left;
color:#eeeeee;
}

.logo {
position:relative;
float:left;
margin:0 5px 0 0;
padding:0 0 0 0;
}

.navbar {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
width:780px !important;
width:742px;
height:38px;
background:#ffffff url(../images/nav_bg.gif);
text-align:left;
color:#000000;
font-size:.9em;
}

.container {
position:relative;
margin:10px 0 0 10px;
padding:0 0 0 0;
width:760px !important;
width:742px;
background:transparent;
text-align:left;
}

.left_column {
position:absolute;
left:0;
width:140px;
margin:0 0 0 0;
padding:0 4px 0 0;
background:transparent;
font-size:.9em;
color:#000000;
}

.center_column {
position:relative;
width:595px;
margin:0 0 0 151px;
padding:0 0 0 10px;
min-height:450px;
height:auto;
border-left:1px solid #999999;
}

.prop {
height:400px;
float:right;
width:1px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

/* bis 6 */
* html .center_column {height:400px;}

/* ie 5*/
html + body .center_column {height:400px;}

/* bis 6 */
* html .prop {display:none}

.login_box {
width:130px;
margin:0 0 3px 00px !important;
margin:0 5px 3px 00px;
padding:2px 5px 2px 5px;
background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#000000;
font-size:.9em;
}

.box_right {
position:relative;
float:right;
width:150px;
margin:0 0 3px 10px !important;
margin:0 5px 3px 10px;
padding:2px 5px 2px 10px;
background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#000000;
font-size:.9em;
}

.footer {
position:relative;
margin:0 0 0 0;
padding:10px 0 0 0;
width:780px;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
color:#999999;
background:transparent;
text-align:center;
}

.footer_logo {
position:relative;
float:right;
margin:0 0 0 15px;
padding:0 0 0 0;
}

#footer {
/* aligns the text to the middle of the footer, in relation to the logo */
vertical-align:-250%;
}

.bottom {
margin:0 auto;
padding:0 0 0 0;
width:780px;
height:11px;
background:#ffffff url(../images/page_bottom.gif) no-repeat top;
}

/* navigation bar */
#nav ul{
padding:0 0 0 0;
margin: 0 0 0 1.5em;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
height:38px;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
color:#000000;
text-decoration:none;
float: left;
border-left:1px solid #999999;
background:transparent;
}

.nav_right{
border-right:1px solid #999999;
}


#nav ul li a:hover{
color:#000000;
text-decoration:underline;
border-left:1px solid #999999;
}

/* fonts and colors */
h1 {
color:#eeeeee;
font-size:2em;
letter-spacing:.05em;
margin:0 0 0 0;
padding:13px 0 0 0;
}

h2 {
color:#000000;
font-size:1.2em;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -6px 0;
}

h2:after {
color: #000000;
content: "\0020 \00BB";
}

h3 {
color:#000000;
font-size:1.1em;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

h3:after {
color: #000000;
content: "\0020 \00BB";
}

.box_right h3 {
color:#000000;
margin:2px 0 -10px 0;
}

.box_right h3:after {
color: #000000;
content: "\0020 \00BB";
}

a {
color:#006699;
text-decoration:none;
}

a:hover {
color:#006699;
text-decoration:underline;
}

.left_column a {
color:#006699;
text-decoration:underline;
}

.left_column a:hover {
color:#006699;
text-decoration:none;
}

/* images */
img {
border:none;
}

.left {
float:left;
margin:0 0 0 0;
padding:0 0 0 0;
}

.right {
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
}


/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.inputradio {
	font-family : Tahoma;
	font-size : 11px;
	padding : 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	border : 0px outset Black;
	width:16px;
}

.hidden {
	width:1px;
	height:1px;
	display:none;
}

.klein {
	font-size : 11px;
}


.tiny {
	font-family : arial;
	font-size : 9px;
	float : left;
}

.grey {
	color: #000000;
}

input, select {
	font-family : Tahoma;
	font-size : 11px;
	padding : 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	width : 100px;
	border : 1px outset Black;
}

.SubmitButton {
	font-family : Tahoma;
	font-size : 11px;
	font-weight: bold;
	padding-bottom:2px;
	margin: 0px 0px 0px 0px;
	border : 1px outset Black;
	width : 104px;
	height: 19px;
	background-color:#DDDDDD;
}

.agb_text {
	padding:5px;
	font-family: Tahoma;
	font-size: 11px;
	style=width:99%;
	height:120px;
	background:white; 
	overflow:auto;
	border:1px solid black;
}

.grey {
	margin-left:20px;
}

.FormToken {
	font-family : Tahoma;
	font-size : 11px;
	padding : 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	border : 1px outset Black;
	width : 100px;
}

