/* body properties */
body, html  {
	margin:0; 

	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background:#ffffff;
}

#page {
	width: 990px;

	height:auto !important; /* Für normale Browser */
	height:100%; /* Für IE */	
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

#login_header {
	margin-top:8px;
	font-size:32px;
	color: #a0a0a0;
	font-weight:bold;
	text-align:right;
	padding-right:1px;
	width:430px; 
	height:35px; 
	float:right;
}

#login_header_sub {
	font-size:10px;
	color:#d0d0d0;
	text-align:right;
	height:25px;
	padding-right:1px;
	width:430px; 
	float:right;
}

#top {
	height:90px;	
	width:600px; 
	margin: 60px auto;
}


#content {
	width:600px; 
	margin: 0 auto;
	padding:0;
	line-height: 1.4em;
}

#content ul {
	list-style-type:none;
	list-style-image:url(pictures/list_img.gif);
	padding: 0;
	margin: 10px 0px 10px 25px;
}

#content p {
	padding: 0;
	margin: 10px 0px 10px 0px;
}


/********************************** general tag-styles *********************************************/
a:visited, a:link, a:active {
	font-size: 100%;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom: none;
	color: #000000;
}


a.noborder:visited, a.noborder:link, a.noborder:active {
	font-size: 100%;
	border-bottom: none;
	text-decoration: none;
	color: #000000;
}

a.noborder:hover {
	color: #000000;
}



h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight:bold;
	color: #1F1B89;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	margin: 15px 0 15px 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	background-image:url(pictures/arrow_h3.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 1.4em;
	padding-left:15px;
}

h4 {
	font-size: 1.2em;
}


/* several input styles ******************************************/
input, textarea, select {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#ffffff;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	color:#a9a9a9;
}

select:hover, textarea:hover, input:hover {
	background:#ffffcc !important;
	color:#000 !important;
	border:1px solid #666;
}

textarea:focus, input:focus, select:focus {
	background:#ffffff !important;
	color:#666 !important;
	border:1px solid #666;
}

input.btn_gray {
	background:#a9a9a9;
	color:#fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	cursor:pointer;
}

button.btn_image {
	border:none !important;
	background:white;
	cursor:pointer;
}

button.btn_image:hover, input.btn_image:focus {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	cursor:pointer;
}

.error {
	color:#ED1921;
	font-style:italic;
}

.edit_textfield_hover{
	cursor:text;
	background:#ffffcc;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	color:#000000;
}

input.button_link {
	background:none;
	border: none;
}

/*************************************************************/

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #e8e8e8;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th, 
table tr.even {
    background-color: #f8f8f8;
    text-align: left;
}
