html { 
	overflow-x: auto;
}

form {
	display: inline;
}

body {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	margin: 0px;
	padding: 0px;
}

table,tr,td {
	background-color: transparent;
}
										
										/*Außen-Tabelle*/
table.master {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 15px;
}


									/*Innen-Tabelle*/
table.inside {
	font-size: 11px;
	color: #000000;
	border-style : solid;
    border-color : #D9D9D9;
    border-width : 1px;
	background-color: #FFFFFF;
	line-height: 15px;
}

										/*Startseite links*/
.content-left {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 15px;
}

										/*Startseite Navi mitte*/
.navi-start {
	background-image: url(../icon/bg-navi-start.gif);
}

										/*Startseite rechts*/
.content-right {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 15px;
}

									/*Module links*/
.modul {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 15px;
	border-style : solid;
    border-color : #D9D9D9;
	border-width : 1px;
}

										/*grauer Hintergrund*/
td.bgcolor_grey {
 	font-size: 11px;
	color: #000000;
	background-color: #D9D9D9;
}


										/*graue gepunktete Linie rechts*/
td.border_r {
 	border-right-style : dotted;
    border-right-color : #D9D9D9;
    border-right-width : 1px;
}

										/*graue gepunktete Linie unten*/
td.border_b {
 	border-bottom-style : dotted;
    border-bottom-color : #D9D9D9;
    border-bottom-width : 1px;
}

										/*graue gepunktete Linie rechts + unten*/
td.border_rb {
 	border-right-style : dotted;
    border-right-color : #D9D9D9;
    border-right-width : 1px;
	border-bottom-style : dotted;
    border-bottom-color : #D9D9D9;
    border-bottom-width : 1px;
}


										/*graue Bildunterschrift*/
td.bild {
 	font-size : 11px;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	color : #9A9A9A;
}

										/*Fußzeile 11px*/
td.foot {
	color: #C0C0C0;
	font-size: 10px;
}


										/*Content Mail-Fenster, weißer BG*/
/*.content-mail {
	font-size: 11px;
	color: #005444;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}*/

										/*Content BigsizePic-Fenster, weißer BG*/
/*.content-bigpic {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	color: #005444;
	background-color: #F9FDFD;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}*/

										/*Link default (türkis >> orange)*/
a, a:visited, a:active  {
	font-size : 11px;
	color: #F56600;
 	font-weight : normal;
 	text-decoration : none;
}
 
a:hover  {
 	font-size : 11px;
	color: #F56600;
 	font-weight : normal;
	text-decoration : none;
}

a.black, a.black:visited, a.black:active  {
	font-size : 11px;
	color: #000000;
 	font-weight : normal;
 	text-decoration : none;
}
 
a.black:hover  {
 	font-size : 11px;
	color: #F56600;
 	font-weight : normal;
	text-decoration : none;
}

										/*Überschriften*/
b.big  {
 	font-size : 12px;
	color: #000000;
 	font-weight : bold;
}

										/*Überschriften*/
b.bigorange  {
 	font-size : 12px;
	color: #F56600;
 	font-weight : bold;
}
										/*grau*/
.grau  {
 	color: #9E9E9E;
}

										/*orange*/
.orange  {
 	color: #F56600;
}

										/*Button Content*/
.button
{
   	border-style : solid;
    border-color : #F06400;
	border-width : 1px;
	background-color: #FECFAE;
	font-size : 11px;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-weight : normal;
	color: #F05A00;
	padding: 2px;
}

										/*Eingabefeld Content*/
input.edit {
    border-style : solid;
    border-color : #FECFAE;
    border-width : 1px;
	background-color: #FFFFFF; 
	font-size : 11px;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 15px;
	width: 300px;
	padding: 2px;
}

										/*Eingabefeld Content*/
input.edit_rot {
    border-style : solid;
    border-color : #F06400;
    border-width : 1px;
	background-color: #FECFAE; 
	font-size : 11px;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 15px;
	width: 300px;
	padding: 2px;
}

										/*Textarea Mailformular*/
textarea.edit {
    border-style : solid;
    border-color : #FECFAE;
    border-width : 1px;
	background-color: #FFFFFF; 
	font-size : 11px;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 100px;
	width: 300px;
	padding: 2px;
}

										/*Textarea Mailformular*/
textarea.edit_rot {
    border-style : solid;
    border-color : #F06400;
    border-width : 1px;
	background-color: #FECFAE; 
	font-size : 11px;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 100px;
	width: 300px;
	padding: 2px;
}



table.kalender_tag_heute {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FECFAE;
	border-style : solid;
    border-color : #FDA160;
	border-width : 1px;
}

td.kalender_tag_heute {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	color: #FF6A00;
}

td.kalender-heute-kopf {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FDA160;
	border-bottom-style : solid;
    border-bottom-color : #FDA160;
	border-bottom-width : 1px;
	height : 15px;
}


table.kalender_tag {
	font-size: 11px;
	color: #FF6A00;
	background-color: #FFFFFF;
	border-style : solid;
    border-color : #FECFAE;
	border-width : 1px;
}

td.kalender_tag {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	color: #FF6A00;
}

td.kalender-tag-kopf {
	font-size: 11px;
	color: #F06400;
	background-color: #FECFAE;
	border-bottom-style : solid;
    border-bottom-color : #FECFAE;
	border-bottom-width : 1px;
	height : 15px;
}