/****************************************************************/
/* Basic                                                        */
/****************************************************************/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover 
{
      text-decoration: underline;
}

h1 {

	font-size: 17px;
	border-bottom: 1px solid #0264AA;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	display: block;
	background-color: #DCF4FE;
	padding-left: 5px;
}



h2 {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#wrap {
	width: 993px;
	position: absolute;
	left: 50%;
    	top: 0px;
	margin: 0 0 0 -497px;
	padding-bottom: 5em;
	background-image: url(../img/backgrounds/contentback_big.gif);
	border-bottom: 1px solid #E5E9EA;
	background-repeat: repeat-y;
}

#main {
   width: 993px;
   clear: both;
}

img {
	border: 0px; 
}

/****************************************************************/
/* Header                                                       */
/****************************************************************/

#header {
	background-image: url(../img/backgrounds/head_big.jpg);
	height: 120px;
	width: 993px;
}


/****************************************************************/
/* Content                                                      */
/****************************************************************/

.table1 td
{
   padding-top: 20px;
}

.smallbox {
	float:left; 
    width: 320px;
}

.floatimg2 {
	width: 300px;
	float: left;
}


#content {	
	float: left;
	width: 646px;
	font-size: 12px;
}

#content #content_border
{
	padding-top: 1.5em;
}

#content #content_border h2 a
{
	color: #000000;
}

#content #content_border h3 a
{
	color: #000000;	
}

#content select
{
    font-size: 12px;
}

#content input
{
   font-size: 12px;
}

#content form table {
	width: 400px;
}


#content #content_border a img
{
	margin: 0px;
}

#content #content_border img
{
    margin: 15px;
	margin-right: 0px;
}

#content_border {
	margin-left:50px;
	margin-right: 50px;
	line-height: 1.6em;
}

#content img
{
    max-width: 450px;

}

#content hr
{
	clear: both;
	border: 0px;
	height: 0px;
	visibility: hidden;
}

form
{
	margin: 0px;
	padding: 0px;
}

/* data tables */

#content thead
{
background-color: #DCF4FE; 
}

#content table thead th
{
	border: 1px solid #FFFFFF;
}

#content table td
{
	border: 1px solid #DCF4FE;
	padding: 0.2em;
	vertical-align: top;
}

#content table
{
	border-collapse: collapse;
}


#content div a
{
color: #777777;   
font-weight: bold;
}

#content .contentHeader 
{
    margin-top: 21px;
    float: nofloat;
    clear: both;
}


/* boxes ---------------------------------------- */

#content .floatbox1 
{
	width: 250px;
	float: left;
	font-size: 12px;
	padding: 0px;
	border: 1px solid #E5E9EA;
	margin: 5px;
}

#content .floatbox1 div
{
	padding: 5px;
}

#content .floatbox1 h2 
{
	margin: 0px;
	padding-left: 5px;
	background-color:#E5E9EA;

}

#content .floatbox2 
{
	width: 250px;
	float: left;
	font-size: 12px;
        padding: 0px;
	padding-left: 6px;
	margin: 5px;
}

#content .AccBox 
{
    background-color: #FFF2BF;
    padding: 6px;
    margin-top: 5px;

}

#content .AccBox h2
{
	border-bottom: 1px solid #000000;
}

#content .textbox 
{
	padding: 5px;
}

/* vcard -------------------------------------------------------*/

#content .vcard
{
    width: 300px;
    margin-top:15px;
}

#content .vcard .fn
{
    border-top: solid 2px #00CDFA;
    border-bottom: solid 2px #00CDFA;
}

#content .vcard .email
{
    background-image: url(../img/mail.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

#content .vcard .tel
{
    background-image: url(../img/phone.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0px 3px;
}

#content .vcard .url{
    background-image: url(../img/homepage.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0px 1px;
}

#content .person 
{
    background-image: url(../img/person.gif);
    background-repeat: no-repeat;
    padding-left: 20px;   
}

#content .organisation
{
    background-image: url(../img/address.gif);
    background-repeat: no-repeat;
    padding-left: 20px;   
    background-position: 0px 2px;
}

#content .organisation .org
{
    border-top: solid 2px #00CDFA;
    border-bottom: solid 2px #00CDFA;
}

#content .notruf .org
{
   font-size: 1.1em;
   font-weight: bold;
}

#content .notruf .tel
{
   font-weight: bold;
   font-size: 1.1em;
   background-image: url(../img/phone2.gif);
   background-position: 0px 0px;
   margin-top: 3px;
   margin-bottom: 3px;
   padding-left: 25px;
}




/****************************************************************/
/* Navigation  left                                             */
/****************************************************************/

#navigation {
	clear: left;
	float: left;
	width: 171px;
}

#navigation img 
{
	display: block;
}

#navigation ul {
	margin:0px;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

#navigation ul ul {
		border: 0px;
}


#navigation li {
	list-style-type: none;
	background-image: url(../img/nav_back.gif);
	margin:0px;
	padding: 0px;
	padding-left: 14px;
	border: 0px;
	height: 20%;
	overflow: visible; 
	line-height: 20px;
	font-weight: bold;
}


#navigation ul .level2li {
	padding-left: 0px;
}

#navigation li a {
	margin-left: 0px;
}

#navigation .sel {
    background-image: url(../img/nav_sel.gif);
}

#navigation ul ul .sel {
    background-image: url(../img/nav_sel_II.gif);
}

#navigation ul ul li {
    background-image: url(../img/nav_back_II.gif);
    font-weight: normal;
}

#navigation ul ul li a {
	padding-left: 5px;
}

/****************************************************************/
/* welcome box                                                 */
/****************************************************************/

#startseite .willkommen
{
	background-image: url(../img/willkommen_back.gif);
	background-repeat: no-repeat;
	margin-top: 1em;
}

#startseite .wappen
{
	text-align: right;
}

#startseite #content .willkommen img
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

#startseite #content .headlines a
{
	color: #000000;
	font-weight: normal;
}

#startseite #content .headlines h2 a
{
	font-weight: bold;
}

#startseite #content .headlines .extern
{
	background-image: url(../img/external.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 13px;
	display: inline-block;
}

/****************************************************************/
/* sitemap                                                      */
/****************************************************************/

#sitemap .indent
{
	padding-left: 1em;
}

#sitemap #content h1 a
{
	background-color: #E1F0F5;
	color: #000000;
	padding-left: 0.3em;
	display: block;
	font-weight: bold;
}

#sitemap #content a
{
	font-weight: normal;
}

#sitemap #content .indent .indent a
{
	padding-right: 1em;
}

/****************************************************************/
/* Navigation  3. level                                         */
/****************************************************************/

#content .contentHeader .ThirdLevelNav a
{
   font-weight: bold;
}

#content .contentHeader .ThirdLevelNav 
{ 
    float: left;
    clear: both;
    width: 100%;
    background-color: #FFF2BF;
   border-bottom: 13px solid #FFFFFF;
   font-size: 11px;
}

#content .contentHeader .ThirdLevelNav a
{
    font-weight: bold;
    background-image: url(../img/arrow.gif);
    background-repeat: no-repeat;
    float: left;
    padding-left: 18px;
    width: 145px;
    background-position: 0em 0.4em;
}

#content .contentHeader .ThirdLevelNav .thirdLsel
{
   background-image: url(../img/nav_sel_third.gif);
}

/****************************************************************/
/* Quicklink boxes                                              */
/****************************************************************/


#boxes {
	float: left;
	width: 174px;
	clear: right;
	padding-top: 20px;
}

/****************************************************************/
/* Overview page                                                */
/****************************************************************/

#content .info 
{
	background-color: #DEF7FE;
	padding: 0px;

}

#content .info h1
{
	background-color: #01B8F0;
	color: #FFFFFF;
       background-image: url(../img/backgrounds/info.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 20px;
}

#content .info div 
{
	padding: 5px;
}

#content .info a  {
	text-decoration: underline;
       color: #000000;
       font-weight: normal;
}


/****************************************************************/
/* Fullscreen version                                           */
/****************************************************************/

.nonavi #content {
	width: 992px;
}

.nonavi #navigation, .nonavi #boxes, .nonavi .wai 
{
    display: none;
}

.nonavi #wrap {
    background-image: none;
}

.nonavi .nonavinavi
{
        width: 172px;
}

.nonavi #content .nonavinavi a
{
	background-image: url(../img/nav_back.gif);
	margin:0px;
	padding: 0px;
	padding-left: 14px;
	border: 0px;
	height: 20%;
	overflow: visible; 
	line-height: 20px;
	font-weight: bold;
        display: block;
        border-bottom: 1px solid black;
	color: #000000;
}

.nonavi #content .ThirdLevelNav 
{
background-color: red;
}

.nonavi #content_border 
{
   margin-left:0px;
   margin-right: 0px;
}

.nonavi #content
{
margin-bottom: 4em;
}

.nonavi .ThirdLevelNav
{
height: 1px;
overflow: hidden;
visibility: hidden;
}



/* end fullscreen version */


/************************************************************************/
/* Boxes                                                                */


.link_box_mcard {
   border-top: 1px solid #000000;
   line-height: 20px;
   background-color: #FFD616;
   background-repeat: repeat-x;
}

.link_box_mcard h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../img/backgrounds/card_headline.gif);
	line-height: 20px;
	padding: 0px;
	padding-left:25px;
	margin: 0px;
	border: 0px;
}

.link_box_mcard .form
{

     border-left: 1px solid #FFFFFF;
     width: 144px;
     overflow: hidden;
     background-image: url(../img/backgrounds/back_box.jpg);
     padding-left: 10px;
     padding-top: 5px;
     padding-bottom: 10px;
     margin-left: 19px;
}


.link_box_mcard ul 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style-type: none;
}

.link_box_mcard input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
       width: 130px;
       border: 1px solid black;
       margin-left: 0px;
}

.link_box_mcard input.button
{
	background-color: #0264AA;
	color: #FFFFFF;
      margin-top: 5px;
}

.link_box_mcard li 
{
	background-image: url(../img/stadt_bullet.gif);
	padding-left: 25px;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	line-height: 1.4em;
}

.link_box_mcard ul {
	padding-left: 0px;
	border-bottom: 1px solid black;
}

.link_box_mcard {
	margin-bottom: 19px;
}



















