.header{
    vertical-align: bottom;
}

body, table, td, p {
	font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666666;
}

body{
    margin: 0;
    background: white;
    text-align: center;
}

body {word-wrap: break-word;}

body, p, li, td{
    line-height: 1.5em;
}

h1{
    font-size: 16px;
    color: #012E78;
}

h2{
    font-size: 16px;
    
}

h3{
    font-size: 14px;
    margin:0;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    color: #666666;
}

h4{
    font-size: 13px;
    margin:0;
    padding: 10px 0 0 0;
}
.aktiv{
    font-size: 11px;
}

#topnews{
    background: #41B4FF;
    background: url(../bilder_trinx/hintergrund_topnews.gif) repeat-y;
    color: white;
}

#topnews *{
    font-size: 11px;
}
#topnews .padding{
    padding-bottom: 10px;
}

#partnerbanner{
    height: 120px;
}

#banner{
     position: relative;
    top: 10px;
}

#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 780px;
}

#contentcontainer{
    background: url(../bilder_trinx/hintergrund.gif) repeat-y;
}

#animation{
    position: absolute;
    top: 40px;
    left: 298px;
}

#headernavigation{
    background: #012E78;
    height: 20px;
    color: white;
    text-align: right;
    font-size: 11px;
    margin-bottom: 5px;
}

#headernavigation a{
    color: white;
}

#headernavigation ul{
    margin: 2px 0px 0px 0px;
    padding: 0;
    list-style: none;
    float: right;
}

#headernavigation ul li{
    margin-right: 5px;
    padding: 0;
    float: left;
}

#navigation{
    position: relative;
}

#navigation ul, #navigation li ul{
    display: none;
}

#navigation .active ul{
    display: block;
}

.on, .off{
    display: none;
}
.padding{
    padding: 0px 10px 0px 10px;
}

#linkespalte{
    float: left;
    width: 160px;
}

#linkespalte ul, #rechtespalte ul{
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}


#inhalt{
    line-height: 1.5em;
    position: relative;
    float: left;
    width: 544px;
    overflow: hidden;
}

#rechtespalte{
    float: left;
    width: 76px;
}

#rechtespalte img{
    vertical-align: bottom;
}

#footer{
    margin: 30px 0px 20px 0px;
}

.startkasten{
    float: left;
    width: 269px;
    color: white;
    margin: 0px 2px 2px 0px;
}

.startkasten img{
    width: 269px;
    height: 115px;
}

.startkasten .starttext{
    padding: 5px; 
    margin-top: 2px;
    height: 75px;
}

.startkasten .starttext h1{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: white;
}

.startkasten a{
    color: #FCB302;
}

.startkasten a:hover{
    color: #FCB302;
    text-decoration: underline;
}



a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: none;
}

a img{
	border: none;
}	

form { 
	display:inline
}


.rahmen {
	border: 1px solid black;
}

.datum {
	color: black;
}

.floatleft {
	float: left;
	margin-right: 10px;
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	display: inline;
}

/* Kontaktformular */
.ausfuellen{
	border: 1px solid red ;
}

form label{
	cursor: pointer;
	cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.formmailerror{
	border: 1px solid #E7DBC6;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label{
  position: relative;
	width: 170px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
    position: relative;
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
}


.clearleft{
	clear: left;
}
/* Ende Kontakt */


/* vCard / Infocard */
#hiddenFrameDiv{
    width: 500px;
    height: 300px;
    border: 1px solid black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #012E78;
    text-align: right;
    display: none;
}

#hiddenFrame{
    position: relative;
    width: 100%;
    height: 282px;
    background-color: #ffffff;
}
/* Ende vCard / Infocard */

#infocard{
    text-align: left;
    padding: 10px;
}

#tabcontainer
        {
            margin-top: 10px;
            background: #fff;
        }

    #tabnav
        {
            height: 20px;
            margin: 0;
            padding-left: 0px;
        }

    #tabnav li
        {
            margin: 0;
            padding: 0;
            display: inline;
            list-style-type: none;
        }

    #tabnav a:link, #tabnav a:visited
        {
            float: left;
            background: #f3f3f3;
            font-size: 10px;
            line-height: 14px;
            font-weight: bold;
            padding: 2px 10px 2px 10px;
            border: 1px solid #ccc;
            text-decoration: none;
            color: #666;
        }

    #tabnav a:link.active, #tabnav a:visited.active
        {
            border-bottom: 1px solid #fff;
            background: #fff;
            color: #000;
        }

    #tabnav a:hover
        {
            background: #fff;
        }

    .tabdiv{
        margin-top: 10px;
    }
/* Ende Tabnav */




