/*
	                                                             ||
  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;
 }
 

html, body
 {
 height: 100%;
 width: 100%;
 margin: 0px;
 padding: 0px;
 }
body
 {

 }



/* .:: 1.2 Headlines / Link ::. */

h1
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 }


h2,h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #1e5b8d;
}

a {
	color: #1e5b8d;
	text-decoration: none;
}

a:hover {
	color: #1e5b8d;
	text-decoration: underline;
}
/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */


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 ::. */



/* .:: 4.3 Navigation ::. */

.nav_os {
	display:block; 
	float: left; 
	height: 18px; 
	padding: 3px 10px 0px 5px;
	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: 170px;
	padding: 5px 0px 5px 8px;
	font-weight: bold;
	text-decoration: none; 
	line-height:normal;

}

.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 {

}

.nav-sub, .nav-sub:hover, .nav-sub-act, .nav-sub-act:hover {
	display: block;
	width: 170px;
	padding: 5px 0px 5px 8px;
	font-weight: normal;
	text-decoration: none; 
	font-size: 11px;
	line-height:normal;
	border-top: 0px solid #999;
	border-right: 0px solid #999;

	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;
}

