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

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

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

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-color: #fff;
}

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

h1 {
	font-size: 170%;
}

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


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

h4 {
	font-size: 110%;	
}


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

li {
	line-height: 140%;
}

p {
	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;	
}
/* -------------------- */
#mod_login{
	display: none;
}
/* -------------------- */
.center {
	text-align: left;
}
.hide {
  position: absolute;
  left: -3000px;
  top: -3000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
#skip {
	position: absolute;
  left: -3000px;
  top: -3000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

/* -------------------- */
div#header .nav1st {
	display: none;
}


div#navigation .nav2nd {
	display: none;
}

#footer ul {
	display: none;
}

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

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

div.event {
	height: 1%;
	position: relative;
}

div.event h3 {
	margin-top: 1.5em;
	clear: both;
}

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

div.event p.place {
}

div.event p.subheader {
	color: #333;
	margin: 0 0 1em 1.8em;
	padding: 0;
}

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: #333;
	margin: 0 0 1em 0;
	padding: 0;
}






