<style type="text/css">


/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #FFFFE5;
	color: #131313;
	font: normal 14.5px sans-serif;
	padding: 2% 0; 
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

a {color: #000040;}
a:hover {color: #000080;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #000000; padding: 8px 0 2px;}

h1 {font: normal 2.4em arial,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em arial,sans-serif;}
h3 {font: bold 1.2em arial,sans-serif;}



form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
/* li {line-height: 1.5em;} */
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	width: 950px;
}
#container {
	background: #FFFFE6 no-repeat left top;
}

/* header */
.title {
	background: #1AA919;
	border-top: 0px solid #FFFFFF;
	text-align: right;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 0px solid #FFFFFF;
	background: #FFFFFF url(header02.jpg) no-repeat left top; 
	border-bottom: 0px solid #000000;	
	height: 425px;
}


.content {
	font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
	background: #FFFFE6 no-repeat left top;

	}
.content .hintergrund {
	width: 950px;
	float: left;
	background: url(background02.jpg) ;
	}


.content .linkespalte {
	width: 345px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	}

.content .rechtespalte {
	width: 345px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	}

.content .vollebreite {
	width: 690px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	}

.content .navi {
	width: 200px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	}

/* footer */
.footer {
	color: #000000;
/*	padding: 10px; */
	background: url(footer01.jpg) repeat left top;
	height: 150px;
}



/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}


/* 

Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. 
.pleft , .pright und .pnormal    

.pleft für links ausgerichtete Bilder
.pright für rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  

.pleft_b, .pright_b und .pnormal_b 
definieren die Anzeige der Bilder für den 2. Stil.  
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.



Code: 

*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}





</style>
