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

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	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(#333)) fixed;
}

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

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

h1 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

h2 {
	color: #0e4a0e;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 40px 0;
}

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

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

p.news_datum {
	color: #999;
	text-align: right;
	font-size: 12px;
}

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

#center {
	position: relative;
	margin: 0 auto;
	padding: 10px 40px 40px 40px;
	width: 1000px;
	height: 100%;
	text-align: left;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

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

#top {
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 6px #000;
	-moz-box-shadow: 3px 3px 6px #000;
	-o-box-shadow: #000 3px 3px 6px;
	margin: -6px 6px 0 -6px;
	padding: 5px;
}

#slogan {
	position: absolute;
	top: 45px;
	left: 33px;
	color: #FFFFFF;
	font-size: 64px;
	font-weight: bold;
}

/* ---------- Logo ---------- */

#logo {
	position: absolute;
	top: 5px;
	left: 44px;
}

/*

#logo {
	position: absolute;
	top: 44px;
	left: 44px;
}
*/

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

#left {
	float: left;
	clear: right;
	width: 200px;
	margin: 20px 40px 0 0px;
}

/* ---------- Navigation ---------- */

#navigation {
	border-top: 1px solid #CCC;
	cursor: pointer;
}

#navigation  a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 6px 0 3px 30px;
	border-bottom: 1px solid #CCC;
}

#navigation a:hover {
	color: #FF0000;
}

#navigation a.active {
	color: #333;
	background-color: #CCC;
}

/* ---------- Login ---------- */

#login {
	border: 1px solid #CCC;
	margin-top: 30px;
	padding: 20px;
}

#login input {
	width: 158px;
	color: #999;
	background-color: #FFF;
	border: 1px solid #999;
}

#login input:hover, #login input:active {
	color: #333300;
	background-color: #CCC;
}

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

#right {
	float: left;
	width: 668px;
	min-height: 800px;
	margin: 0 0 20px 0;
	padding: 40px 60px 20px 30px;
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#right a:link, #right a:visited {
	color: #000099;
	text-decoration: none;
}

#right a:hover, #right a:active {
	color: #0066ff;
	text-decoration: none;
}

#next_termin {
	background-color: #CCC;
	background-image: url(../img/MilSich_Emblem_small.png);
	background-repeat: no-repeat;
	background-position: center left;
	border-left: 5px solid #CCC;
	padding: 5px 5px 5px 55px;
}

/* ---------- Footer ---------- */

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

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

/* ---------- Status ---------- */

#fail {
	color: #CC0033;
	background: url(../img/icon/fail.png) no-repeat left;
	border: 1px solid #CC0033;
	padding-left: 150px;
	min-height: 80px;
}

#pass {
	color: #006600;
	background: url(../img/icon/pass.png) no-repeat left;
	border: 1px solid #006600;
	padding-left: 150px;
	min-height: 80px;
}

/* ---------- Formulare ---------- */

form.termine input, form.news input, form.news textarea, form.anmeldung input, form.kontakt input, form.kontakt textarea, textarea.edit {
	width: 100%;
	border: 1px solid #999;
	padding: 2px;
}

button {
	width: 162px;
	height: 30px;
	color: #000066;
	font-weight: bold;
	background-color: #EDEDED;
	-moz-box-shadow: inset 0 2em 3em -2em white, inset 0 -2em 3em -2.5em #000;
	-webkit-box-shadow: inset 0 2em 3em -2em white, inset 0 -2em 3em -2.5em #000;
	border: 1px solid #999;
	cursor: pointer;
}

button:hover {
	background-color: #CCC;
}

