/* css created by Nicola Winzer 2007 http://www.nicolawinzer.ch */

* {
   padding:0;
   margin:0;
}
html, body, #bg, #bg table, #bg td, #wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}body {
 	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	font-size: 90%;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	}
h1, h2 {
	padding: 0em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 0.5em;
	}
h1 {
	}
h1.startseite {
	font-size: 1.3em;
	font-weight: normal;	
	border: none;
	line-height: 1.6em;
	}
a {
	color: #D9B204;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
p, blockquote {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	}
blockquote {
	margin-top: 1em;
	}
.antifloat {
	clear: both;
	}

/* ----------Tapete-------------- */
#wrapper {
    overflow: auto;
    position: absolute;
    z-index: 70;
	}

/* ----------Visitenkarte links-------------- */
#visitenkarte {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 302px;
	} 
#strickola {
	position: fixed;
	top: 250px;
	left: 20px;
	width: 302px;
	text-align: right;
	} 

/* ----------Inhalt-------------- */
#container {
	position: absolute;
	top: 20px;
	left: 340px;
	width: 600px;
	padding: 25px;
	background-color: #FFF;
	}
#content {
	padding: 60px 0 0 0;
	}
.kasten { 
	clear: both;
	}
.neu {
	margin: 0px 20px 10px 20px;
	background-image: url(images/neu.gif);
	background-repeat: no-repeat;
	background-position: 220px 35px;
	}
.floatright_border { 
	float: right; 
	margin: 0px 0px 0px 10px;
	border: thin solid #CCC;
	}
#content img {
	border: thin dotted #000;
	margin-bottom:1em;
	}
.border {
	margin: 10px 40px 10px 0;
	border: thin solid #CCC;
	}
.links { 
	float: right; 
	width: 80px;
	margin: 0 1em 1em 1em;
	}

/* ----------navigation oben-------------- */
/* navigation Script by http://de.selfhtml.org */

div#navigation {
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.05em;
	border-bottom: thin solid #000;
	padding: 0 0 0.3em 0;
	}
a.mainMenuLink, 
a.mainMenuLinkSelected {
	display: block;
	border-top: thin solid #000;
	padding: 0.3em 0 0 0;
	margin: 0.2em 0 0 0;
	}
a.subMenuLink,
a.subMenuLinkSelected {
	letter-spacing: 0em;
	font-weight:normal;
	color: #000;
	border-right: thin solid #000;
	margin: 0.3em 0em;
	padding-right: 0.5em;
	margin-right: 0.5em;
	display: inline-block;
	line-height: 1em;
	}
div#navigation li span, 
a.mainMenuLinkSelected, 
a.subMenuLinkSelected {
	color: #000;
	font-weight: bold;
	}

/* ----------Footer-------------- */
#footer {
	display: none;
	border-top: thin solid #000;
	clear: both;
	}
#footer p {
	padding: 20px 0 0 0;
	margin: 0;
	}

/* ----------Form-------------- */
/* ----------Form Script by http://www.monorom.to-------------- */
form{
	margin: 0;
	width: 350px;
	}
textarea, input {
	width: 100%;
	border: 1px solid #aaaaaa; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	}
textarea {
	font-size: 1em;
	}
input.not, textarea.not { 
	background-color: #D9B204;
	width: 100px;
	border: 1px solid #D9B204; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 90%;
	}
fieldset {
	border: 0px;
	}
legend{
	color: #000;
	padding: 0px 0px 20px 0px;
	}
label {
	display: block;
	margin-bottom: 0.2em;
	}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #EDEDB9;
	color: #000;
	}
div.floatleft {
	float: left;
	width: 350px;
	margin: 0 2em 2em 0;
}




