
/* ---------- Allgemein ---------- */

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#333), color-stop(0.80, #555)) fixed;
	background: -moz-linear-gradient(top, bottom, from(#CCC), to(#000)) fixed;
	margin: 0;
}

/* ---------- Fonts ---------- */

* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

@font-face {
  font-family: The Planet;
  src: url(../inc/theplanet.otf);
}

h1 {
	color: #660033;
	font-size: 32px;
	font-weight: normal;
	font-family: The Planet, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 30px 0;
	text-shadow: 2px 2px 2px #999;
}

h1 img {
	vertical-align: text-bottom;
	margin: 0 20px 0 0;
}

h2 {
	color: #CC0033;
	font-size: 16px;
	font-weight: bold;
/*	margin-left: -10px;
*/	padding: 1px 2px;
}

h3 {
	color: #000;
	font-size: 14px;
}

hr {
	background-color: #CCC;
	width: 100%;
	border: 0;
	height: 1px;
}

/* ---------- Center ---------- */

#center {
	position: relative;
	text-align: left;
	width: 970px; /* 1000px */
	background-color: #FFF;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	margin: 40px auto;
	padding: 14px;
}

/* ---------- Top ---------- */

#top {
	margin: 0 0 30px 0;
	border: 2px solid #FFF;
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
}

#top img {
	border-bottom: 10px solid #660033;
}

/* ---------- Left ---------- */

#left {
	float: left;
	clear: right;
	width: 184px;
	margin: 0 31px 0 0;
}

#left a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background-color: #CC0033;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 25px;
	border: 2px solid #FFF;
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
}

#left a:hover, #left a.active {
	background-color: #660033;
    -webkit-transform: scale(1.1);
    -webkit-transition-duration: 250ms;
    -webkit-transition-function: ease-out;
}

#left a.sub {
	color: #CC0033;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFF;
	margin: 10px 0 10px 30px;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#left a.sub:hover {
	color: #660033;
	text-decoration: underline;
    -webkit-transform: none;
}

#left a.none {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: 0px 2px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
}
/* ---------- Middle ---------- */

#middle {
	float: left;
	width: 540px;
}

#middle a:link, #middle a:visited {
	color: #CC0033;
	text-decoration: none;
}

#middle a:hover, #middle a:active {
	color: #660033;
}

#middle img {
	border: 2px solid #FFF;
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
    -webkit-transform: rotate(1deg);
}

#middle h1 img, #middle img.none {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#middle-bottom img {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#middle-bottom {
	color: #999;
	text-align: right;
	border-top: 1px dotted #999;
	margin-bottom: 15px;
}

#middle-bottom img {
	vertical-align: middle;
}

#middle-bottom a:link, #print_top a:visited {
	color: #CC0033;
	font-size: 11px;
	text-decoration: none;
}

#middle-bottom a:hover, #print_top a:active {
	color: #666;
	text-decoration: none;
}

/* ---------- Right ---------- */

#right {
	float: right;
	width: 184px;
	margin: 0 0 0 31px;
}

#right p {
	margin: 0 0 10px 0;
}

#right img {
	margin: 0 0 10px 0;
	border: 2px solid #FFF;
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
}

#right img:hover {
	margin: -2px 0 12px -2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/* ---------- Bottom ---------- */

#bottom {
	clear: both;
	height: 10px;
	background-color: #660033;
	margin: 30px 0 0 0;
	-webkit-box-shadow: inset 0 1em 3em -2em white, inset 0 -1em 3em -2.5em black;
	-moz-box-shadow: inset 0 1em 3em -2em white, inset 0 -1em 3em -2.5em black;
}

/* ---------- Copyright ---------- */

a.copyright:link, a.copyright:visited {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding: 40px;
}

a.copyright:hover, a.copyright:active {
	color: #666;
}

/* ---------- Kontakt ---------- */

#fail {
	color: #CC0033;
	background-color: #FFCCCC;
	background-image: url(../img/icon/fail.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #CC0033;
	padding: 3px 3px 3px 50px;
}

#pass {
	color: #006600;
	background-color: #99FF99;
	background-image: url(../img/icon/pass.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #006600;
	padding: 3px 3px 3px 50px;
}

input.kontakt, textarea.kontakt, input.gb, textarea.gb {
	width: 100%;
	border: 1px solid #666666;
	padding: 2px;
}

input.button {
	color: #666666;
	border: 1px solid #666666;
}

input.button:hover {
	color: #000000;
	border: 1px solid #000000;
}

p.gb {
	color: #666;
	font-size: 11px;
	font-variant: small-caps;
}