/* FONT FACE Einbinden */

body {
	font-family: 'Bariol Regular', Georgia, sans-serif;
	font-size: 10px;
}

#header {
	background-image: url('../img/header.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 130px;
	padding-top: 160px;
	
}

h1 {
	font-size: 6em;
}

h2 {
	font-size: 2.4em;
	color: #d06047;
	margin: 10px 0px 10px 0px;
}

p {
	margin: 5px 0px 5px 0px;
}
.centered_header {
	width: 50%;
	margin: auto;
}

#a_login {
	float: right;
	margin-top: 40px;
	font-size: 1.8em;
	color: #d06047;
}

#title {
	float: left;
	color: #333333;
}

#wrapper {
	position: relative;
	left: 25%;
	width: 30%;
}

#desc {
	font-size: 1.8em;
	line-height: 6em;
	color: #333333;
}

#desc cufon {
    padding-bottom: 8px;
}

#sub_desc {
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 15px;
}

#sub_desc cufon {
	padding-bottom: 4px;
}

#pin {
	margin-top: 20px;
	background-image: url('../img/input.png');
	width: 158px;
	height: 29px;
	border: none;
	padding-left: 8px;
	background-repeat: no-repeat;
}

#abschicken {
	margin-top: 10px;
	background-image: url('../img/abschicken.png');
	background-repeat: no-repeat;
	width: 171px;
	border: none;
	height: 50px;
	padding: 0px 10px 5px 0px;
	color: #e5e5e5;
	font-size: 1.3em;
}

#sm_login {
	background: none;
	border: none;
	color: #d06047;
}

#password {
	background-image: url('../img/small_input.png');
	background-color: none;
	width: 130px;
	height: 24px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.warning {
	color: #d06047;
	font-size: 1.4em;
	margin: 10px 0px 10px 0px;
}

a:link, a:visited  {
	color: #d06047;
}

a:hover, a:active {
	color: #333333;;
}

#top-panel {
	font-size: 0.8em;
	margin-top: 100px;
}

@media screen and (min-width: 1366px) {
	#top_panel {
		position: fixed;
	}
}

#top-panel cufon {
	margin-bottom: 10px;
}

.report{padding-left: 25px;padding-top:5px;background:transparent url(../img/icons/report.png) no-repeat left;}
.search{padding-left: 25px;padding-top:5px;background:transparent url(../img/icons/magnifier.png) no-repeat left;}
.report_seo{padding-left: 25px;padding-top:5px;background:transparent url(../img/icons/report_link.png) no-repeat left;}
.download{padding-left:25px;padding-top:5px;background:transparent url(../img/icons/page_white_link.png) no-repeat left;}

#fragebogen_table {
	font-size: 1.4em;
	width: 750px;
	color: #333333;
	
}

#fragebogen_table tr {
	height: 2.5em;
}
#fragebogen_table table, #fragebogen_table th, #fragebogen_table td {
	border: 1px solid #eeeeee;
	padding-left: 5px;
}

#fragebogen_table td:first-child {
	padding-left: 0px;
}

#fragebogen_table .radio {
	margin-left: 8px;
}

#fragebogen_title, #desc, #sub_desc {
	padding-left: 3px;
}

pre {
	font-size: 1.4em;
	color: #333333;
	font-family: 'Courier New', 'Courier', monospace;
}

.normal {
	font-size: 1.4em;
}

.styled_select select {
	overflow: hidden;
	background-image: url('../img/select.png');
	background-color: #f9f9f9;
	width: 163px;
	height: 24px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-appearance: none;
	padding-left: 3px;
	color: #333333;
	
}

.input {
	background: url('../img/small_input.png') no-repeat left #f9f9f9;
	width: 130px;
	height: 24px;
	border: none;
}

small {
	font-size: 0.8em;
}
