/*
	                                                             ||
  Index:                                                         ||
  =================================================================
  ||  1 Basic
  ||    1.1 Font
  ||    1.2 Headlines / Links
  ||    1.3 Scrollbars
  ||  2 Tag's
  ||  3 Form
  ||  4 Classes & ID's
  ||    4.1 General
  ||    4.2 Project Specific
  ||    4.3 Navigation
  =================================================================
	                                                             ||
  Notes:                                                         ||
  =================================================================
  !!  Setz den Hintergrund im header oder head nicht hier im CSS
  !!  sonst wird der Hintergrund auch im Editor angezeigt.
*/

/* .:: 1.1 Font ::. */


html, body, td, iframe
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 }
 
h1
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 }

html, body
 {
 height: 100%;
 width: 100%;
 margin: 0px;
 padding: 0px;
 }


a {
	color: #1e5b8d;
	text-decoration: none;
}

a:hover {
	color: #1e5b8d;
	text-decoration: underline;
}
/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

html {
	height: 100%;
}

div { 
	
} 

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 30px;
	vertical-align: middle;
}

ul li {
	list-style-position: outside;
	list-style-type:square;
	list-style-image: url(/rfo/images/layout/list_style_type.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* .:: 3 Form ::. */

form {
	margin: 0px;
	padding: 0px;
}

input.button {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: #000000;
}

input,select,textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
}

.radio {
	border: 0px solid #999999;
	background-color: #c3d5e4;
}

.noborder {
	border: 0px solid #666666;
}

/* .:: 4.1 General Classes & ID's ::. */

.norm {
	color: #999999;
}

.normbold {
	font-weight: bold;
	color: #999999;
}

.border {
	border: 1px solid #FFFFFF;
}

/* .:: 4.2 Project Specific Classes & ID's ::. */

#left {
	float: left;
	display: block;
	width: 187px;
	padding-left: 34px;
}

#content {
	display: block;
	width: 460px;
	margin:0px 207px 0px 221px;
}

#right {
	float: right;
	display: block;
	width: 165px;
	padding: 0px 14px 0px 28px;
	
}

.newstitle {
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	background-color: #eee;
	padding: 5px 0px 5px 8px;
	width: 157px;
	display: block;
	font-weight:bold;
}

#footer {
	display: block;
	width: 894px;
	text-align:center;
	margin-top: 20px;
}

.main1 {
	display: block;
	background-image:url(../images/layout/bg_content1.gif);
	background-repeat:repeat-y;
	width: 990px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	min-height:100%;
}

.main2 {
	display: block;
	background-image:url(../images/layout/bg_content2.gif);
	background-repeat: no-repeat;
	width: 894px;
	min-height: 600px;
	padding: 0px 48px 0px 48px;
}

.banner {
	display: block;
	width: 673px;
	height: 163px;
	padding: 23px 0px 0px 221px;
	background-image:url(../images/layout/header.jpg);
	background-repeat: no-repeat;
}

.sms_alarm {
	position: absolute; 
	margin-left: 548px; 
	float: right; 
	padding-top: 3px;
}

.sms_alarm form {
	margin: 0px;
	padding: 0px;
}

.sms_alarm input, .sms_alarm select {
	border: 1px solid #80bde9;
	background-color: #fFF;
	margin: 0px;
}

.sms_alarm .provider {
	position: relative;
	top: -4px;
	*top: -2px;
}

.sms_alarm .mobile_nr {
	width:47px;
	height: 15px;
	background-color: #FFF;
	/* background-image: url(/images/layout/bg_from.gif); */
	position: relative;
	top: -5px;
	*top: -4px;
}

.sms_alarm .sms_label {
	position: relative; 
	float: left;
}

.sms_alarm .anmelden {
	border-width: 0px;
	font-weight: bold;
	background-image: url(/images/layout/bg_from.gif);
}

/* .:: 4.3 Navigation ::. */
/*
.nav_os {
	display:block; 
	float: left; 
	height: 18px; 
	padding: 3px 10px 0px 10px;
	color: #FFF;
	border-right: 1px solid #FFF;
}

.nav_os_act, .nav_os:hover {
	background-color:#FFFFFF; 
	display:block; 
	float: left; 
	height: 18px; 
	padding: 3px 10px 0px 10px;
	color: #333;
	border-right: 1px solid #FFF;
}

.nav_os_act:hover {
	text-decoration: none;
	color: #333;
}

.nav_os:hover {
	text-decoration: none;
}


.nav-top, .nav-top:hover, .nav-top-act, .nav-top-act:hover, .nav-top-first, .nav-top-first:hover, .nav-top-first-act, .nav-top-first-act:hover {
	display: block;
	width: 124px;
	padding: 5px 0px 5px 8px;
	font-weight: bold;
	text-decoration: none; 
	line-height:normal;
	border-bottom: 1px solid #d8d8d8;
}

.nav-top, .nav-top-first {
	color: #606060;
}

.nav-top:hover, .nav-top-first:hover {
	color: #333;
	border-left: 0px solid #D00;
}

.nav-top-act, .nav-top-act:hover, .nav-top-first-act, .nav-top-first-act:hover {
	color: #333;
}

.nav-top-first-act, .nav-top-first {
	border-top: 1px solid #d8d8d8;
}

.nav-sub, .nav-sub:hover, .nav-sub-act, .nav-sub-act:hover {
	display: block;
	width: 124px;
	padding: 3px 0px 3px 8px;
	font-weight: normal;
	text-decoration: none; 
	font-size: 11px;
	line-height:normal;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 1px solid #d8d8d8;
	border-left: 0px solid #999;
}

.nav-sub {
	color: #333;
}

.nav-sub:hover {
	color: #333;
}

.nav-sub-act {
	color: #333;
}

.nav-sub-act:hover {
	color: #333;
}
*/