/* ---------------------------------------------------------------------------------------
project: website - 'kunstrasen-ev.de'
description: default screen css

author: Mike Wink
email: info@mikewink.de
website: mikewink.de

version: 1.0
date: 05/31/2007
status (protoype, draft, test, review, final): final

modified (date, author, modification):
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: small;
	color: #111;
}

body {
	background: #96c4f0 url(bg.jpg) repeat-x left bottom;
	background-attachment: fixed;
	padding: 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 170%;
}

h2 {
	margin: 0 0 .4em 0;
	padding-top: .5em;
	font-size: 150%;
	text-align: center;	
}

h3 {
	margin: .8em 0 .3em 0;
	font-size: 125%;
}

h4 {
	margin: 0 0 .5em 0;
	font-size: 110%;	
}


ul, ol, dl {
	margin: 1em 0 1em 1.6em;
	font-size: .9em;	
}

li {
	line-height: 140%;
}

p, label {
	margin: 0 0 .5em 0;
	line-height: 140%;
	font-size: .9em;
}

address {
	margin: 1em 0;
	font-style: normal;
	font-size: .9em;
}

fieldset {
	border: 0;
	text-align: left;
}

a img {
	border: none;
}

dfn {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;	
}
a {
	color: #111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* --- form --- */
form {
	margin: auto;
	width: 28em;
}

legend {
	display: none;
}

label {
	display: block;
	width: 28em;
	margin-top: .6em;
}

label:hover {
	text-decoration: underline;
}

input, select, textarea {
	margin: .4em 0;
	padding: .2em;
	border-top: 1px solid #538b01; 
	border-right: 1px solid #5d9c01; 
	border-bottom: 1px solid #5d9c01;
	border-left: 1px solid #538b01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#el_0, #el_1, #el_2, #el_3 {
	width: 26.8em;
}

#el_3 {
	width: 27.5em;	
}

#el_4 {
	width: 30em;
}

textarea {
	height: 12em;
	font-size: 90%;
	line-height: 140%;
}

form br {
	clear: both;
}

.submit, .submit:focus {
	margin-top: 1em;
	padding: .2em .3em;
	background: #fff url(bg_button.png) repeat-x left bottom;
	border-top: 1px solid #dadfe1; 
	border-right: 1px solid #ccd5df; 
	border-bottom: 1px solid #ccd5df;
	border-left: 1px solid #dadfe1;	
}
/* -------------------- */
div#wrapper {
	margin:auto;
	width: 720px;
	border: solid #dadfe1 10px;
}

div#header {
	position: relative;
	background: #538b01 url(header_bg.jpg) no-repeat center top;
	width: 100%;
	height: 300px;
}

#wrapper_content {
	position: relative;
	padding: 0 2.6em 14em 2.6em;
	background-color: #66A901;
	background: #66A901 url(content_bg.jpg) repeat-x center bottom;
}

#mod_login{
	clear: both;
}

/* -------------------- */
#header h1 {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

.center {
	text-align: center;
}

.hide {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

.message {
	padding: .4em .2em;
	border: 1px solid orangered;
	background-color: orange;
	text-align: center;
}

#skip {
	 position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

/* -------------------- */
div#header .nav1st {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 595px;
	margin: 0;
	padding: 0 0 0 125px;
	list-style: none;
	background: transparent url(nav1_bg.png) repeat-x center top;
}

div#header .nav1st li {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
}

div#header .nav1st li strong {
	font-weight: normal;
}
div#header .nav1st a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: .5em 8px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}

div#header .nav1st .current {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: .5em 8px;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-weight: lighter;
	font-size: 1.3em;	
}

div#header .nav1st a:visited {
	color: #fff;
}

div#header .nav1st a:hover {
	border-bottom: 2px solid #fff;
	color: #fff;
	text-decoration: none;
}

div#navigation .nav2nd {
	position: relative;
	top: .3em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

div#navigation .nav2nd li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #333;
}

div#navigation .nav2nd li strong {
	font-weight: normal;
}

div#navigation .nav2nd a {
	display: inline;
	margin: .4em 0;
	padding: .4em;
	color: #333;
	text-decoration: none;
	font-size: 90%;
}

div#navigation .nav2nd .current {
	display: inline;
	margin: .4em 0;
	padding: .1em .4em .4em .4em; 
	color: #333;
	background-color: #fff;	
}

div#navigation .nav2nd a:visited {
	color: #333;
}

div#navigation .nav2nd a:hover {
	margin: .4em 0;
	padding: .2em .4em .4em .4em; 
	background-color: #fff;
}

#footer ul {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

#footer li {
	display: inline;
	background-color: transparent;
}

#footer ul.nav1st li a {
	padding: 0 .6em;
	border: none;
	background-color: transparent;
}

#footer ul li a,
#footer ul li a:visited {
	text-decoration: none;
	color: #fff;
	background: none;	
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;	
}

#footer ul li .current {
	margin: 0;
	padding: 0 .6em;
	background: none;
	border: none;
	color: #fff;
	font-weight: normal;
}

/* -------------------- */
/* --- form --- */
#mod_login form {
	position: relative;
	top: 10em;
	width: 43em;
	margin: auto;
	padding: .3em 2em;
	background: transparent url(nav1_bg.png) repeat-x left top;
	/*display: none;*/
}

#mod_login fieldset {
	background-color: transparent;
	padding: 0;
	border: none;
}

#mod_login legend {
	display: none;
}

#mod_login label {
	float: left;
	display: block;
	width: 5em;
	margin: .3em 0 0 0;
}

#mod_login #login, #mod_login #paswd {
	float: left;
	margin: 0 1em 0 0;
	padding: .1em 0 .2em .3em;
	-moz-opacity: .5;
	background-color: #dadfe1;
}

#mod_login #login:focus, #mod_login #paswd:focus {
	padding: .1em 0 .2em .3em;
	-moz-opacity: 1;
	background-color: #dadfe1;	
}

#mod_login .submit {
	margin: .2em 0 0 0;
	padding: 0;
	border-top: 1px solid #dadfe1; 
	border-right: 1px solid #ccd5df; 
	border-bottom: 1px solid #ccd5df;
	border-left: 1px solid #dadfe1;	
}

/* -------------------- */

/* --- event galerie -- */

div.galerie {
	float: left;
	width: 100%;
}

div.galerie div.image {
	width: 200px;
	height: 160px;
	margin: 0 1em 1em 0;
}

div.galerie div.image p {
	font-size: .8em;
}

/* --- */

div.image {
	float: left;
	position: relative;
	margin-bottom: 1.5em;
}

div.event {
	height: 1%;
	position: relative;
	padding-bottom: .6em;
	float: left;
}

div.event h3 {
	clear: both;
}

div.event p  {
	margin-left: 160px;
	padding-top: .5em;
}

div.event p.place {	
	position: absolute; 
	right: 0;
	top: 10px;
	width: 180px;
	margin: 0 0 .5em 0;
	padding: 0;
	text-align: right;
	color: #fff;
}

div.event p.subheader {
	color: #fff;
	margin: 0 0 1em 1.8em;
	padding: 0;
	width: 50%;
}

body#artID_5 div.event p {
	margin-left: 230px;
	padding-top: 0;
}

body#artID_5 div.event ul {
	margin-left: 250px;
}

body#artID_5 div.event p.subheader {
	color: #fff;
	margin: 0 0 1em 0;
	padding: 0;
}

body#artID_8 #mod_login {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .3em .3em 0 0;
	background-color: #dadfe1;
} 


/* Newsletter */

div.status.message {
	padding: 5px;
	border: 1px solid #fff;	
}

div#newsletter {
	float: left;
	margin-top: 10px;	
	padding: 10px;
	background: transparent url(nav1_bg.png) repeat left top;
	border: 1px solid #fff;
}

div#newsletter fieldset {
	position: relative;
	width: 300px;
	height: 130px;
}

div#newsletter h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
}

div#newsletter label {
	float: left;
	position: relative;
	top: 2px;
	width: 120px;
	margin: 0 0 5px 0;
	padding: 0;
}

div#newsletter input {	
	margin: 0 0 5px 0;
	padding: 2px;
}

div#newsletter form.out {
	float: left;
	width: 300px;
	/*border: 1px solid red;*/
}

div#newsletter form.in {
	float: left;
	width: 290px;
	margin-right: 20px;
	border-right: 1px dotted #fff;
	/*border: 1px solid red;*/
}

div#newsletter input.submit {
	position: absolute;
	display: block;
	bottom: 0;
}

div.clear {
	clear: both;
}
