body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 115%;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#page {
	width: 600px;
	height: 400px;
	margin: 0px;
	padding: 72px 0px 0px 0px;
	background: url(design/back.jpg) no-repeat;
}
#page2 {
	background: url(design/Hintergrund.jpg) no-repeat;
}
#text {
	width: 396px;
	height: 277px;
	margin: 0px 0px 0px 20px;
}
.heading {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #010E3A;
}
.copy {
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	line-height: 12px;
}
.losgehts a{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #010E3A;
}
.losgehts {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}
.subcopy {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 18px;
	color: #0F68AA;
	line-height: 28px;
	}

.small {
	font-size: 11px;
	line-height: 16px;
	}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	color: #FFFFFF;
	background-color: #0F68AA;
	font-weight: bold;
	padding-left: 20 px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

p {
	line-height: 175%;
	}

form {
	background-color: #DFEBF4;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
#tabelle_kandidaten {
	background-color: #DFEBF4;
	position:absolute;
	left:190px;
	top:76px;
	width:400px;
	height: 260px;
	z-index:1;
	border-color: #003399;
	border-width: 1px;
  	border-style: solid;
	overflow: auto;
}
#Layer1 {
	position:absolute;
	left:20px;
	top:76px;
	width:158px;
	height:260px;
	z-index:2;
	font-size: 11px;
	text-align: left;
	color:#666666;
	background: #F2F4F8;
	padding: 0px 0px 0px 4px;
	border-color: #003399;
	border-width: 1px;
  	border-style: solid;
	line-height: 10px;
}
#Layer1 p{
	margin: 2px;
	padding: 0px;
}
#start_02 {
	position: absolute;
	left:178px;
	top:80px;
	width:390px;
	height:250px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-color: #003399;
	border-width: 1px;
  	border-style: solid;
	background-color:#DFEBF4;
}

.text_start_02 {
	line-height: 24px;
	}

#tabelle_formular {
	background-color: #DFEBF4;
	position:absolute;
	left:190px;
	top:76px;
	width:383px;
	height: 250px;
	z-index:1;
	border-color: #003399;
	border-width: 1px;
  	border-style: solid;
}

#container {
	min-height: 100%;
	min-width: 400px;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	}

.inhalt {
	margin: 0px auto;
	position: relative;
	text-align: left;
	}


.bild {
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	}

#Layer3 {
	position:absolute;
	left:10px;
	top:82px;
	width:152px;
	height:292px;
	vertical-align:bottom;
}

#Layer4 {
	position:absolute;
	bottom: 0;
	text-align: left;
	width: auto;
	margin: 0px 0px 0px 0px;
}
#Layer4 img {
	border: 1px solid black;
	margin-bottom: 1px;
}

td.voting {
	line-height: 20px;
	vertical-align: middle;
}
td.voting div {
	display: block;
}
td.voting input {
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
td.voting label {
	line-height: 20px;
	vertical-align: middle;
}

/* Saving form loadingbox */
#overlaybox_blackbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 900;
}
#overlaybox_framebox {
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 10px;
	width: 520px;
	height: 340px;
	border: 2px solid #888;
	background-color: #eee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 10000;
}
#overlaybox_imagebox {
	width: 100%;
	text-align: center;
}
#overlaybox_imagebox img {
	max-width: 480px;
	max-height: 280px;
	border: 1px solid #888;
}
#overlaybox_textbox {
	width: 100%;
	text-align: center;
}
#overlaybox_closebox {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	border: 2px solid #888;
	background-color: #aaa;
	color: #000;
	font-weight: bold;
}