@charset "UTF-8";
/* CSS Document */

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

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.tabellenkopf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	padding:0px 1px;
	color: #fff;
	line-height: 30px;
}	

.tabellentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.tabellentext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: rgb(255,150,0);	
}

.nichtbold {
	font-weight: normal;
}

.farbe {
	color: #ff9600;
}

.mitabstand {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}

html,body {
	background: #fff;
	margin: 4;
}

body {
	border-top: 4px solid #CCC;
	color: #000;
}

a {
	color:#630;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
	
a.farbbutton {
	text-decoration: none;
	color: inherit;
}

a.weissbutton {
	text-decoration: none;
	
}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}

a:visited {
	text-decoration:none;
}

.farbbutton {
	display: block;
	height: 32px;
	background-color: #ff9600;
	border-width: 4px;
	border-style: solid;
	border-color: #ff9600;
	border-radius: 12px;
	color: #fff;
}

.weissbutton {
	display: block;
	height: 32px;
	background-color: #fff;
	border-width: 4px;
	border-style: solid;
	border-color: #ff9600;
	border-radius: 12px;
	color: #ff9600;	
}

a.farbbutton:hover {
	color: #ff9600;
	background-color:#fff;
}

.bildbox {
	display: block;
	height: 136px;
	background-color: #fff;
	border-width: 4px;
	border-bottom-width: 0px;
	border-style:solid;
	border-color:#ff9600;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	overflow: hidden;
}	

.rund {
border-top-left-radius: 8px;
border-top-right-radius: 8px;

}

.farbwechsel {
	display: block;
	height: 32px;
	background-color: #ff9600;
	border-width: 4px;
	border-style:solid;
	border-color:#ff9600;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	
}

a.farbwechsel:hover {
	color: #ff9600;
	background-color:#fff;
}
			
#inhalt {
	width: 731px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 25px;
}

#stage {
	margin-top: 20px;
	padding-left: 0px;
	width: 731px;
}

#header {
}

#textkopf {
	height: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 731px;
	top: 0px;
}

#fuss {
	left: 0px;
	width: 731px;
	padding-left: 0px;
	padding-top: 20px;
}

#fuss p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ff9600;
	text-align: left;
	line-height: 42px;
}
.grey {
	color: #a9a9a9;
}
