/* @override http://kutschenbauer.com/test/css/styles.css */

/* @override http://kutschenbauer.com/test/css/styles.css */

/* @override http://kutschenbauer.com/test/css/styles.css */

/* @override http://kutschenbauer.com/test/css/styles.css */
@import url("reset.css");

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
#inhalt img {
	border: 1px solid #fff;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#auszeichnungen img {
	border: 0px solid #000;
}
body {
	font-size: 10px;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #b1b1b1;
}
.gradient2 {
	background: #000; /* fallback for older/unsupporting browsers */
	border-top: 1px solid white;
}
img {
	border: none;
}
#kopf {
	background: url(../img/kopf-big.jpg) no-repeat;
	width: 674px;
	height: 550px;
	display: block;
	position: relative;
	z-index: -2;
	left: -536px;
	top: -50px;
}
a:link, a:visited {
	color: #aaa;
}
a:hover {
	color: #036;
}
/* =layout
================================================  */
#wrapper {
	margin: 50px auto 0;
	width: 730px;
	text-align: left;
}
#inhalt {
	position: relative;
	width: 616px;
	background: url(../img/grad.jpg) no-repeat;
	top: -280px;
	float: left;
	left: 64px;
}
div#accordion.ui-accordion.ui-widget.ui-helper-reset.ui-accordion-icons {
	height: 700px;
}
#inhalt h1 {
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-top: 96px;
	margin-bottom: 35px;
	font-family: 'Droid Sans', Georgia, 'Times New Roman', Times, serif;
	display: block;
	float: left;
	width: 100%;
}
#inhalt h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #FFF;
	line-height: 2.5em;
	font-family: 'Droid Sans', Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 20px;
}
#inhalt p {
	font-size: 1.3em;
	line-height: 1.9em;
	margin-bottom: 2em;
}
#wrapper #inhalt p {
	width: 600px;
}
#inhalt p.legend {
	font-size: 1em;
}
#inhalt p b {
	font-size: 2em;
	color: #fff;
	font-weight: bold;
}
#inhalt p img {
	float: left;
	margin-right: 30px;
}
#banner {
	width: 610px;
	height: 257px;
	float: left;
	position: relative;
}
#footer {
	clear: both;
	margin-top: 30px;
	position: fixed;
	bottom: 2px;
	right: 5px;
}
#footer p, #footer p a {
	font-size: 1em;
	color: #383838;
	text-align: right;
	line-height: 1.2em;
}
/* =nav
================================================  
#nav {
	position: relative;
	width: 610px;
	float: left;
}
/*#nav a {
	display: block;
	font-size: 1.2em;
	color: #d5d5d5;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
ul#nav li {
	list-style: none;
	width: 152px;
	height: 15px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a#top {
	border-top: 0;
}
#nav a#bottom {
	border-bottom: 0;
}
ul#nav li a {

	color: #fff;

}
ul#nav li a:hover {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
 .selected {
	color: #000;
	background-color: #ba0000;

}
*/
/* =pressethumb
================================================  */
#pressetext p a img.pressethumb {
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	margin: 0 8px 10px 0;
	display: block;
	float: left;
}
a.pressethumb:hover img {
	border-color: #ffaa2a;
}
/* =thumb
================================================  */

.thumb img {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	margin: 0 23px 23px 0;
}
.thumb:hover img {
	border-color: #fff;
}
/* tabelle
================================================  */
table {
	width: 100%;
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	margin-bottom: 40px;
}
table th, table td {
	vertical-align: top;
	padding: 5px;
}
table th {
	color: #000;
}
table th em {
	font-size: .8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	font-style: normal;
}
/* =form
================================================  */
form {
	background: #000;
	width: 300px;
	margin-right: 0;
	margin-left: 0;
	float: left;
	display: inline;
}
form label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #111;
	margin-bottom: 20px;
}
form label.error {
	color: #c00;
}
form input, form select, form textarea {
	display: block;
	font-size: 1.5em;
	width: 263px;
}
form select {
	width: 200px;
}
form input#submit {
	width: auto;
}
em {
	font-style: normal;
	color: #c00;
}
/* =kram
================================================  */

br.clear {
	clear: both;
}
#teufel {
	width: 338px;
	height: 118px;
	float: left;
	position: relative;
	left: 110px;
	z-index: -2;
	top: -225px;
}
/* Easy Border Radius 
=======================================================*/
.round5 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.round10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.round15 {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.round20 {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.round25 {
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.round30 {
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
/*----  tabs ---------- */
.ui-tabs .ui-tabs-hide {
	display: none;
}
#auszeichnungen {
	width: 600px;
	height: 741px;
	float: right;
}
#pressetext {
	width: 600px;
	height: 185px;
}

#tabs a {
	text-decoration: none;
	font-style: italic;
	color: #b1b1b1;
}
h3 {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #cacaca;
	line-height: 2.5em;
	font-family: 'Droid Sans', Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 20px;
}

/*============== Kontakt Formular =============================
*/
#cont {
	font:normal 12px Verdana, Geneva, sans-serif;
	width: 300px;
}
#cont h3 {
	padding:0 0 3px;
	margin-bottom:15px;
}
#login {
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	float:left;
	padding:30px
}
#cont .field {
	padding: 0 0 10px;
}
#cont .field input {
	width: 250px;
	text-shadow:1px 1px #f4f4f4;
	color:#666;
	font:bold 11px Verdana, Geneva, sans-serif;
	padding:6px;
	border:1px solid #ccc;
	border-top:1px solid #666
}
#cont .submit {
	text-align:right
}
#cont button {
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#444;
	color:#fff;
	text-shadow:0 -1px #000;
	border:none;
	padding:5px 15px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer
}
#cont button:hover {
	background:#555
}
#cont button:active {
	background:#777;
	position:relative;
	top:1px;
	outline:none
}
