/*
Design by Webmaster Service Tenerife
http://www.webmaster-tenerife.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #007ABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2{
	margin-top: 5px; 
	margin-left: 100px;
} 

h3, h4 {
	margin-top: 5px; 
	margin-left: -20px;
}

h3{
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #C0C0C0;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

p.rechts {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;	
}

input {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #C0C0C0; 
 	color:#000000; 
}

input.msg{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #007ABA; 
	border: none;
 	color: yellow; 
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	background-color: #C0C0C0; 
 	color:#000000; 
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	background-color: #C0C0C0; 
 	color:#000000; 
}

ul{
	margin-left: 30px;
}
a {
	font-weight: bold;
	color: #C0C0C0;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 1px;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: -40px 0 5px 5px;
}

/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
/*	background: url('images/bkg02.jpg') repeat-y;*/
}


/* Header */

#header {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	background-position: 0% 0%; height: 65px;
	background: url('../images/background_drops.gif');
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
}
#header_n {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	background-position: 0% 0%; height: 65px;
	background-color:#00EC00; background-attachment:scroll
	margin-top: 5px;
	margin-left: 5px;

}
#header_e {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	background-position: 0% 0%; height: 65px;
	background-color:#FF0000; background-attachment:scroll
	margin-top: 5px;
	margin-left: 5px;
}

/* Page */

#page {
	background: #000000;
/* url('images/bkg04.jpg') no-repeat*/
}

/* Content */

#content {
	float: left;
	width: 390px;
	padding: 0 0 0 46px;
}
#content b{
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
}

#content b.price{
	float: right;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	color: #FFCC00;
	
}

.post {
	padding-top: 50px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}


/* Fotobar */

#fotobar {
	float: right;
	width: 280px;
	padding: 10px 5px 0 0;
}

#fotobar h3, h4 {
	margin-top: 5px; 
	margin-left: 0;
}

#fotobar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#fotobar li {
	margin-bottom: 40px;
}

#fotobar li ul {
}

#fotobar li li {
	margin: 0;
}

#fotobar b {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#fotobar .price{
	height: 50px;
	width: 80px;
	background: url('images/papier.jpg') no-repeat;

	text-align: right;
	text-decoration: none;
	line-height: 75%;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#fotobar .comment {
	text-decoration: none;
	font-size: 10px;
}

#fotobar img {
	margin: 2px 0;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	width: 250px;
}


/* Footer */

#footer {
	height: 108px;
/*	background: url('images/bkg05.jpg') no-repeat*/
}

#footer p {
	margin: 0;
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
	color: #37404C;
}

#footer p.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	padding-top: 5px;
	text-align: justify;
	color: #000000;
}

#footer a {
	font-weight: bold;
	color: #c0c0c0;
}

#footer hr{
	width: 90%;
	
	color: #F2F2F2;
}