/* StyleSheet für Site Birgit Helms */
	
/* @group Universal_html_body */
	
	
	
* {margin: 0px; padding: 0px; border: 0px;}

html {height: 101%;
}
/* Scrollbalken erzwingen, damit Seite nicht springt */


body {
	text-align: center;
	background: #cccc9a;	
	font-family: Verdana, clean, sans-serif;
	font-size:62.5%;
}

font {
	color:#333333;
}


/* @end */




/* @group Layout Gerüst */

div#main_wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#kopfzeile {
	width: 700px;
	height: 91px;
	margin-top: 8%;
	background: url(img/welcome.jpg) no-repeat;
}

#titel {
	float: right;
	padding-right: 2em;
}

.name {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
}

.unterzeile {
	font-size: 1.4em;
	margin-bottom: 1.5em;
}


.text {
	color: #000;

	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: .5em;
}

.artikel {
	width: 600px;
	margin-bottom: 8%;
}



#bilder {
}

/* @end */







/* @group Ueberschriften*/

h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 3em;
	margin-bottom: 1em;
	clear: both;
}


h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
}


/* @end */




/* @group Bilder */

#bild01, #bild02, #bild03, #bild04, #bild05, #bild06, #bild07, #bild08 {
	width: 638px;
	height: 430px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
	margin-bottom: 20px;
}

#bild01 {
	background-image: url(2000pics/assu.jpg);
}

#bild02 {
	background-image: url(2000pics/baeckerei.jpg);
}

#bild03 {
	background-image: url(2000pics/kiosk.jpg);
}

#bild04 {
	background-image: url(2000pics/lentia.jpg);
}

#bild05 {
	background-image: url(2000pics/sternelite.jpg);
}

#bild06 {
	background-image: url(2000pics/roepke.jpg);
}

#bild07 {
	background-image: url(2000pics/data.jpg);
}

#bild08 {
	background-image: url(2000pics/absynth.jpg);
}

/* @end */








