﻿body {
	margin: 0;
	padding: 1em 0;
/*min-width: 640px;  */	font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */;
	font-family: Arial, Helvetica, Sans-Serif; /*//	background: #ED9E7F;
	color: #ED9E7F;*/;
	background: rgb(153, 153, 153);
	line-height: 1.2em;
	text-align: center;
	color: rgb(153, 153, 153);
		font-weight: normal;
}

p {
	margin-top: 2px;
	margin-bottom: 1px;
}
#DivSeite {
	background-repeat: repeat-y;
	border: 1px #ED9E7F solid;
	background: rgb(255,255,255);
	color: #666666;
	margin: 0 auto;
	width: 920px;
	text-align: left; /* Zentrierung im Internet Explorer zurücknehmen*/;
}
.DivCCLogo {
	background: rgb(254,255,239);
	width: 100%;
	height: 57px;
}

.DivFremdLogo {
	width: 100%;
	height: 65px;
}
.DivFremdLogo p{
padding-top:10px;
padding-left:15px;
font-size: 1.0em;
font-weight:bold;
}
#DivKopfzeile {
	border-bottom-color:#ED9E7F;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-top:5px;
}

#DivKopfzeile p{
	font-size: 0.8em;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font-style: oblique;
}
#DivBogen {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#DivBogen h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
}

#DivCopyright {
	color:white;
	text-align:	center;
}
#DivCopyright p{
	font-size: 0.75em;
	margin-top: 6px;
}
.einefrage {
	border: 1px solid #ED9E7F;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 800px;
	border-collapse: collapse;
}

.einefrage th {
	background-color: #ED9E7F;
	padding-left: 20px;
}
.einefrage th p{
	font-weight: bold;
	color: white;
	text-align: left;
} 
.einefrage td {
padding-left: 20px;
padding-right: 20px;
}
.einefrage p.frage{
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 3px;
} 
.einefrage p.radios{
	padding: 0 0 0 4px;
	text-align: left;
	font-size: 0.8em;
} 

.einefrage p.texteingaben{
	padding: 0 0 0 4px;
	text-align: left;
	font-size: 0.9em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
.fehlermeldung {
	font-size: 1em;
	color: #FF0000;
}

.einefrage p.texteingaben input{
	height: 1.2em;
} 
.buttonsSC {
	width: 100px;
}
