/* =================================================
Stylesheets für das Projekt 0166_wieden

Grundfarbe: #8BC83A
helle Grundfarbe: #D4B10D
Farbtupfer:#59362A 
==================================================*/

* {
	padding: 0;	/*Grundzustand erzwingen*/
	margin: 0;	/*Grundzustand erzwingen*/
}

body {	
	background: #cecece url(../wieden_verlag_schwerin/hg_kopf.gif) repeat-x 0 0;
	color: #000000;	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 130%;
	display: block;
	margin: 25px 0 15px 0; 
	color:#59362A;
}

a:link {
	text-decoration: none; 
	color: #59362A; 
	font-weight: normal;
	border-bottom:1px dotted #59362A;
}

a:visited { 
	text-decoration: none; 
	color: #59362A; 
	font-weight: normal;
	border-bottom:1px dotted #59362A;
}

a:hover, a:focus {
	text-decoration: none; 
	color: #ffffff;
	background-color:#59362A; 
}

a:active {
	text-decoration: none; 
	color: #ffffff;
	background-color:#59362A; 
}

table {
     width: 100%;
     font-size:12px;
}

td {	
	vertical-align: top;
	padding:0 0 5px 0;
}

th {
	color: #000;
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	margin: 0;
}

input {
	width:400px;
	border: 1px solid #E2E3F4;
	margin-bottom: 1em;
}

textarea {
	width:400px;
	height: 100px;
	border: 1px solid #E2E3F4;
	margin-bottom: 1em;
}


input#betreff:focus,
input#absender:focus,
input#capcha:focus,
input#liefer:focus {
	background-color: #FFEEA0;
}

textarea#mitteilung:focus {
	background-color: #FFEEA0;
}

p {
	margin:0 0 10px 0;	
}

ul {
	margin:0 0 0 15px;	
}

li {
	list-style-type:circle;
	margin:0 0 10px 0;
}

/* =================================================
ID
==================================================*/

#content {	
	
}

#content1 {	
	float: left;
	width: 95%;
	padding:0 10px;

}

#feet {
	margin:25px 0 0 0;
	padding:2px;
	text-align:center;
	border-bottom:5px solid #D4B10D;
}


#feet li {	
	list-style-type:none;
	padding:2px;
	margin: 0;
}

#head {
	text-align:right;
}

#hoehe {	
	float: left;
	width: 1px;
	height: 375px; 
}

#links {	
	float: left;
	width:auto;	
	margin:135px 0 0 5px;
}

#links li {	
	list-style-type:none;
	display:inline;
}

#nav2  {
    list-style-type: none;
    border-top: 5px solid #D4B10D;
}

#wrapper {	
	background: #88B32D url(../wieden_verlag_schwerin/hg_wrapper.jpg) repeat-x 0 0;
	position: relative;
	top: 0;
	left: 50%;
	width: 900px;
	margin: 0 0 0 -450px;
}



/* =================================================
Klassen
==================================================*/

.clearing {
	clear: both;
}

.fehler {
	background-color: #FFCFD0;
	border: 1px solid #FF0000;	
	padding: 0 3px;	
}

.meldung {
	background-color: #A4FFAD;
	border: 1px solid #00FF00;	
	padding: 0 3px;	
}

.achtung {
	background-color: #FAFDA4;
	border: 1px solid #FBD500;
	padding: 0 3px;	
}

.links_float {
	float: left;
	width: auto;
}

.rechts_float {
	float: right;
	width: auto;	
}

.rahmendezent {
	padding:3px;
	margin:0 5px 5px 0;
	background-color:#FFFFFF;
	border:1px solid #E2E3F4;
}

.rechts {
     text-align: right;
}

.link_ohne a{
	border:0 solid #ffffff;
	font-size:0;
	padding:0;
	margin:0;
	background-color:transparent;
	outline:none;
	text-decoration:none;
}

.b {	
	font-weight: bold;
}

.klein {	
	font-size: 85%;
}

.smitte {
	vertical-align:middle;	
}





