/***********
 * Allgemein
 ***********/
body { margin: 0; padding: 0; background: url(../img/bg.jpg); font-family: Verdana; font-size: 11pt; }

#container {
	position: relative;
	top: 10px;
	left: 50%;
	width: 1600px;
	margin-left: -800px;
	background: url(../img/background.jpg);
}

/********
 * Header
 ********/
#header {
	position: relative;
	left: 50%;
	margin-left: -500px;
	height: 160px;
	width: 1000px;
	background: url(../img/header.png) no-repeat 20px 40px;
}

#adresse {
	position: relative;
	top: 30px;
	left: 830px;
	float: left;
	height: 120px;
	width: 1000px;
	text-align: right;
}
* html #adresse { position: absolute; left: 0px; }

/*********
 * Content
 *********/
#content {
	position: relative;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 570px;
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
}

#main {
	float: left;
	width: 610px;
	min-height: 520px;
	height: auto;
	padding: 20px;
}

#pics {
	float: left;
	width: 320px;
	height: 460px;
	margin: 20px 15px;
	background: url(../img/photo_frame_wide01.png) no-repeat;
	overflow: visible;
}

#pics img { padding: 18px 19px; }
* html #pics img { position: relative; top: 18px; left: 19px; }

/********
 * Footer
 ********/
#footer {
	position: relative;
	left: 50%;
	height: 50px;
	width: 1000px;
	margin-left: -500px;
}

#footer_all {
	float: left;
	width: 100%;
	height: 50px;
	background: url(../img/footer.jpg);
}

#kabel {
	float: left;
	position: relative;
	bottom: 50px;
	margin-left: 20px;
}

#copy {
	float: left;
	width: 220px;
	height: 50px;
	color: white;
	font-weight: bold;
	text-align: right;
	text-shadow: black;
	text-decoration: none;
	line-height: 3.2em;
}

/*********
 * STYLING
 *********/
.list ul { list-style-type: disc; }
.list li { padding: 5px; }

a           { color: #900; text-decoration: none; }
a:hover,
a:active,
a:visited   { text-decoration: underline; }

#myform fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
	
#myform input,
#myform textarea {
	width: 200px;
	font-size: 10pt;
	border: 1px solid #900;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#myform input:focus,
#myform textarea:focus  { color: #000; background-color: #ccc; }
#myform input:active,
#myform textarea:active { background-color: #888; }

#myform textarea {
	width: 404px;
	height: 120px;
}

#myform button {
	outline: 0;
	width: 200px;
	font-size: 10pt;
	font-weight: bold;
	background: #900;
	color: #fff;
	border: 1px solid #900;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height: 30px;
	background-color: #FFFE36;
	border: 1px solid #E1E16D;
	font-size: 10pt;
	color: #000;
	padding: 5px 10px;
	margin-left: -2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
