/* StyleSheet für Site stratford2000.de */
	
/* @group Universal_html_body */
	
	
	
* {margin: 0px; padding: 0px; border: 0px;}

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


body {
	text-align: center;
	background: #ffffff;	
	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;
}



#titel {
	padding-right: 2em;
	margin-bottom: 2em;
}

#bild {
	width: 620px;
	height: 370px;
	background: url(img/Dom_web.gif) no-repeat;}

#bildwrapper {
	width: 620px;
	height: 400px;
	margin-bottom: 20px;
}



#artikel {
	float: left;
	width: 600px;
	padding: 10px 0;
	
	}

#artikel dl {
	float: left;
	margin: 0 20px 40px 20px;
	padding: 0;
}
	
#artikel dt {
	width: 455px;
	margin: 0;
	padding: 0;
}	

	
#artikel dd.img img {
	float: left;
	margin: 4px 8px 0 0;
	border: 1px solid #D9E0E6;
	
}



.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.4em;
	font-weight: normal;
	margin-bottom: .5em;
	line-height: 1.5em;
}

.divtext {
float: right;
margin-top: .5em;
text-decoration: none;
}



#bilder {
}

/* @end */







/* @group Ueberschriften*/

h1 {color: #000;
	font-size: 1.7em;
	font-weight: bold;
	padding-top: 3em;
	margin-bottom: 1em;
	clear: both;
}

/* @group My Group */



/* @end */




h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}


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


/* @end */

a {
	color: #000;
	text-decoration: none;
}









