/* Stuckateurbetrieb Peter Schmider - CSS */

/* General */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #081205;
	font-family: Georgia, Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #ffffcc;
}

ul {
	list-style: square;
	margin-left: 40px;
	margin-bottom: 20px;
}

li {
	padding-left: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 1em;
}

h1 {
	font-size: 26px;
	margin-bottom: 1.5em;
	font-weight: normal;
	margin-top: 0;
	color: #003300;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.7em;
	margin-top: 40px;
}

h3 {
	font-size: 14px;
	margin-bottom: 0.7em;
}


img {
	border: 0px solid #ffffcc;
	margin: 2px;
	margin-top: 5px;
}

a img {
	border: 4px solid #ffffff;
}

a:hover img {
	border: 4px solid #ffffcc;
}

a {
	color: #000000;
	text-decoration: underline;
}

hr {
	margin: 10px;
	color: #ffffcc;
}

a:hover {
	text-decoration: none;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	background-color: #FFFFFF; 
	color: #333333; 
	left: 0;
	top: 0;
	padding: 7px;
	border: 1px solid #ac9f89;
}

/* Klassen */

.caption {
	float: left;
	padding: 4px;
	border: 1px solid #EEEEEE;
	margin-right: 25px;
	margin-bottom: 20px;
}

.centred {
	text-align: center;
}

.twocolums {
	padding: 20px;
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

.tableline {
	width: 350px;
	padding: 15px;
	background-color: #FFCDCA;
	-moz-border-radius: 20px;
}

.smalltable {
	width: 350px;
	text-align: left;
	font-size: 13px;
	margin: 20px 50px;
}

.imprint {
	width: 500px;
	text-align: left;
	margin: 30px 50px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

.tall {
	font-size: 14px;
	line-height: 25px;
}


/* Head */

#title {
	font-size: 42px;
	text-align: center;
	padding: 10px;
}

/* Menu */


/* Main */


#main {
	background: #003300;
	margin: 20px auto;
	width: 920px;
	text-align: center;
}

#menu {
	width: 230px;
	padding: 10px;
	float: left;
	background:url(img/side_bg.jpg) 0px 80px no-repeat;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover {
	text-decoration: underline;
}

#menu ul, #menu li {
	margin-left: 0;
	margin-bottom: 0;
}

#content {
	width: 580px;
	background: #ffffcc;
	float: right;
	padding: 45px;
	font-size: 18px;
	color: #111111;
	text-align: left;
	padding-bottom: 130px;
}

#content_large {
	background: #ffffcc url(img/logo.jpg) 20px 10px no-repeat;
	color: #003300;
	text-align: left;
}

#content_large a {
	text-decoration: none;
	color: #003300;
}

#content_large a:hover {
	text-decoration: underline;
}

#inner {
	background: url(img/startseite.jpg) 0px 280px no-repeat;
	padding: 15px;
}

#headline {
	background: url(img/logo_small.jpg) top left no-repeat;
	height: 157px;
	text-align: left;
}

.button {
	display: block;
	width: 190px;
	padding: 6px;
	margin: 10px;
	border: 1px solid #111111;
	background: #ffffcc;
	color: #111111 !important;
	font-size: 14px;
	font-weight: bold;
}


.box_green {
	background: #A7FCA9;
	border: 1px solid #EEEEEE;
	margin: 5px;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
	text-align:center;
}

.box_red {
	background: #FFCED3;
	border: 1px solid #EEEEEE;
	margin: 5px;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
	text-align:center;
}

.box_red p {
	text-align:center;
}

.box_green p {
	text-align:center;
}

.error {
	border-color: #FF0000;
	background-color: #FFCCCC;
}

/* Foot */
#foot {
	text-align:center;
	padding-top: 15px;
	padding-bottom: 2px;
	clear: both;
}

#foot a {
	color: #ffffff;
	text-decoration: underline;
}