/*
// +----------------------------------------------------------------------+
// | CSS Version 2                                                        |
// +----------------------------------------------------------------------+
// | Copyright (c) rippers IT solutions GmbH                              |
// +----------------------------------------------------------------------+
// |    - CSS Frontend AdvoKaarst                                         |
// +----------------------------------------------------------------------+
// | Author  : Christiane Etzkorn                                         |
// | Created : 27.09.2004 by Christiane Etzkorn                           |
// | Version : 0.5                                                        |
// | Status	 : Präsentation                                               |
// |                                                                      |
// | Last modified by: Christiane Etzkorn 25.11.2004                      |
// +----------------------------------------------------------------------+
*/



/******************************************************
// Standard HTML Elemente
/******************************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.rnav{
  padding-left: 4px;
}

ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

a{
	color: #2D2E73;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


h1{
	font-size: 14px;
}

h2{
	font-size: 13px;
}

h2.newstitle{
	font-size: 11px;
}

h3{
	font-size: 12px;
}

.anfahrt{
	border: 1px solid #2D2E73;
}


/******************************************************
// Seitenelemente
/******************************************************/

.outline{
	border: 1px solid #2D2E73;
}

.blackline{
	border-right: 1px solid #000000;
}

.topcol{
	background-image: url(../cachepics/top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 605px;
	height: 64px;
}

.logobottomcol{
	background-image: url(../cachepics/logo-bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
}

.leftcoltop{
	background-color: #2D2E73;
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;

}
.leftcolcontent{
background-color: #2D2E73;	
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

.logobottom{
	background-image: url(../cachepics/logo-bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-right: 20px;
}

.centercoll{
	background-color: #E3E6EF;
	padding: 4px;
}

.headline{
	background-color: #F0F2F6;
   padding: 2px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	height: 30px;
}


.aktuelles{
	background-color: #FFFFFF;
	color: #606060;
}

.aktuellesHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #E3E6EF;
}

/******************************************************
// Formularelemente
/******************************************************/

.highlighted{
	color: #280064;
	font-style: italic;
	font-weight: bold;
}


/* Formularelemente */

.fm_radio{
	font-size : 11px;
	background-color:	#EFEFF1;
	border : 1px solid #292C73;
}

input {
	font-size : 11px;
	background-color:	#EFEFF1;
	border : 1px solid #292C73;
}

textarea {
   font-family:  Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: 11px;
	border: 1px solid #5A5A5A;
}

table.formtable {
	border: 1px solid #606060;
}

table.formtable tr td {
    padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 6px;
	background-color:  #F2F2F2;
}

table.formtable th {
   color: #000000;
	font-size: 11px;
	font-weight: bold;
   text-align: left;
	border-spacing: 0px;
	background-color:  #F2F2F2;
   padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 7px;
	padding-left: 7px;
}



/******************************************************
// Navigation
/******************************************************/



a#top{
	color: #606060;
	text-decoration: none;
}

a:hover#top{
	color: #2D2E73;
}

div#topnav{
	position: relative;
	top: 26px;
	left: 23px;
}

a#a_nav{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover#a_nav, a:hover#a_navsel{
	color: #E3E6EF;
	text-decoration: underline;
}

a#a_navsel{
	color: #BCC5DE;
	text-decoration: none;
}

.selectedOne{
	color: #BCC5DE;
		text-decoration: none;
}


/*a#a_nave2{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover#a_nave2{
	color: #E3E6EF;
}
a:hover#a_navsel2{
	color: #E3E6EF;
}

a#a_nave3{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover#a_nave3{
	color: #E3E6EF;
}
a:hover#a_navse3{
	color: #E3E6EF;
}*/


.fm_button{

    font-size : 11px;
	background-color:	#EFEFF1;
	border : 1px solid #292C73;
	width=100%;
}
.fm_button_50{

    font-size : 11px;
	background-color:	#EFEFF1;
	border : 1px solid #292C73;
	width=49%;
}

.fm_input{
	font-size : 11px;
	background-color:	#EFEFF1;
	width=100%;
	border : 1px solid #292C73;
}

.fm_select{
	font-size : 11px;
	background-color:	#EFEFF1;
	border-left: 1px solid #292C73;
	border-right: 1px solid #292C73;
	border-top: 1px solid #292C73;
	border-bottom: 1px solid #292C73;
	border : 1px solid #292C73;

}

textarea{
	background-color:	#EFEFF1;
	font-size : 11px;
	border : 1px solid #292C73;
	width=100%;
}

