* {
	box-sizing: border-box;
}


body {
	font:12px/20px Arial,Helvetica,sans-serif;
	color:#444;
	background: url(/images/lightbg.jpg) repeat;
	margin:0;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.ahno {
	color: #444;
	text-decoration:none;
}

a {
	color: #3f82b2;
}

#stemOns {
	position: absolute;
	right: 224px;
	bottom: 10px;
}
#stemOns img { 
	border: 1px solid #000;

}

.center {
	width: 1000px;
	margin: 0 auto;
}

.contactInputTxt {
	width: 276px;
	padding: 5px;
	font-style: italic;
	color: #aaa;
}

.staticInputTxt {
	width: 276px;
	padding: 5px;
	color: #000;
}

.contactInputArea {
	width: 278px;
	padding: 5px;
	height: 60px;
	font-style: italic;
	color: #aaa;
}
.subTxtHead {
	font-style: italic;
	color: #666;
	font-size: 9px;
	position:absolute;
	right: 0px;
	top: 0px;
	border-bottom: 2px solid #d31127;
	border-left: 2px solid #d31127;
	height: 15px;
	width: 601px;
	text-align:right;
	padding-top: 15px;
}
.subTxtHeadfull {
	font-style: italic;
	color: #000;
	font-size: 9px;
	position:absolute;
	right: 0px;
	top: 0px;
	border-bottom: 2px solid #d31127;
	border-left: 2px solid #d31127;
	height: 15px;
	width: 601px;
	text-align:right;
	padding-top: 15px;
}

.bigPic, .descrCont {
	margin-left: -10px;
	border-top: 1px solid #ddd;
}
.btmSpc {
	height: 200px;
}

.spacer {
	clear:both;
	height: 30px;
	border-bottom: 1px dashed #ccc;
}

#header {
	position: relative;
}

.vImg {
	display: inline-block;
	padding: 10px;
}

#twitter {
	position: absolute;
	right: 10px;
	bottom: -60px;
}
#twitter img {
	height: 24px;
}

#picRight {
	position:absolute;
	top: 0;
	right: 0;
	border-left: 4px solid #fff;
}

#whiteBg {
	background: #fff;
	
}
#content {
	padding: 10px;
}

.awardLine {
	padding-bottom: 20px;
	margin-bottom: 20px;
	vertical-align:top;
}
.awardLine .links {
	float: left;
	width: 210px;
	min-height: 200px;
	padding-right: 10px;
}

.awardLine .mid {
	float: left;
	width: 600px;
	min-height: 200px;
	padding-left: 10px;
}
.awardLine .mid .dLef {
	border-left: 1px dashed #ccc;
	padding-left: 10px;
	
}
.awardLine .rechts {
	float: left;
	width: 140px;
	min-height: 200px;
}

.btn {
	padding: 5px;
	margin: 10px;
	background: #f1f1f1;
	color: #3f82b2;
	font-weight:bold;
	border: 1px solid #ddd;
}
.btn img {
	vertical-align: middle;
	padding-right: 8px;
}
.btn:hover {
	cursor:pointer;
	border: 1px solid #222;
}
.voteDiv {
	padding: 10px;
	margin: 10px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	color: #3f82b2;
	display:none;
}
.voteDiv h2 {
	margin:0;
}

.txtInput, .txtInputArea {
	width: 400px;
	padding: 10px;
	font-size: 16px;
}
.txtInputArea {
	height: 100px;
}

.nav {
	padding-top: 20px;
}

.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav > ul > li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.nav > ul > li > a {
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	margin: 4px;
	border-radius: 20px;
	background: #ee853d;
}

.nav > ul > li > a:hover {
	background: #000;
}

.test {
	padding: 0px;
	margin: 0px;
	opacity: 0;
	position: absolute;
	z-index: 99;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	display: none;
}

.nav > ul > li > ul > li {
	padding: 24px 0px 0px 0px;
	margin: 0px;
}

.nav > ul > li > ul > li > a {
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	margin: 4px;
	border-radius: 20px;
	background: #ee853d;
}
.nav > ul > li > ul > li > a:hover {
	background: #000;
}

.nav > ul > li:hover .test {
	opacity: 1;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	display: block;
}

.pollSet ul {
	list-style: none;
	margin: 5px;
	padding: 0px;
}

.pollSet label {
	display: inline-block;
	background: #ee853d;
	width: 300px;
	border-radius: 15px;
	padding: 5px;
	margin: 4px;
	color: #fff;
}

.pollSet label:hover {
	background: #000;
	cursor: pointer;
}

.ftrvt {
	padding: 10px;
	background: #ee853d;
	color: #fff;
}

.ftrvt input[type=text] {
	padding: 5px;
	border: none;
	width: 300px;
	margin: 10px 0px;
	box-shadow: inset 0px 0px 3px #666;
}

.ftrvt input[type=button] {
	background: #fff;
	color: #000;
	border-radius: 15px;
	padding: 5px 20px;
	border: outset 3px #ee853d;
	font-weight: bold;
}













