/* Standard-CSS fuer dmiz */


/* -----------Wichtige Farben-----------
gelb = #FCC300;
hellgelb = #FFF9E5;
rot = #922224;
*/


/* ----------Grundlegendes-------------- */

html, body, div, p, h1, h2, h3, a, ol, span, a, table, td, img, form { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
}

blockquote {
	background-color: #FFF9E5;
	padding: 15px;
}

/* ----------Links-------------- */


a:link {
	color: #FCC300;
}

a:visited {
	color: #FCC300;
}

a:hover {
	color: #000000;
}

a.current {
	color: #000000;
}


/* ----------Schrift-------------- */

html, div, p, h1, h2, h3, ul, ol, span, table, td, form, li {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

h1 {
	font-size: 1.4em; 
	font-weight: normal;
	padding: 50px 0 0 25px;
	margin: 0 0 6px 0;
}

h2 {
	font-size: 1.3em;
	font-family: Georgia,"Times New Roman",Times, serif;
	font-weight: normal;
	padding: 15px 0 0 25px;
	margin: 0 0 0 0;
	color: #922224;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 15px 0 10px 25px;
	margin: 0 0 4px 0;
}

.date {
	font-size: 12px;
	color: #A9A9A9;
}

/* ----------Dekorationen-------------- */
.borderbottom {
	border-bottom: 2px solid #EBE7E7;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
}

.entrybottom {
	border-bottom: 2px solid #EBE7E7;
	margin: 10px 10px 20px 10px;
	padding: 0 0 0 0;
}

.divider {
	border-bottom: 1px solid #000000;
	margin: 10px 5px 10px 5px;
	padding: 0 0 0 0;
}

.divider2 {
	border-bottom: 1px solid #000000;
	margin: 10px 5px 0px 5px;
	padding: 0 0 0 0;
}

/* ----------ab hier Layout-------------- */
/* ----------container zentriert das layout-------------- */
#container {
	background-color: #FFFFFF;
	width: 850px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0 15px 0 0;
}

#blogcontainer {
	background-color: #FFFFFF;
	width: 850px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

#banner {
	width: 850px;
	height: 227px;
	text-align: right;
	font-size: 0.9em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* ----------mainnavi-------------- */
#mainnavi {
	height: 30px;
	text-align: right;
	font-size: 0.9em;
	padding: 5px 30px 0px 0px;
	margin: 0px 0px 0px -30px;
}


/* ----------right area-------------- */
#right_area {
	float: right;
	overflow: auto;
	width: 425px;
	height: 300px;
	margin-bottom: 20px;
}

#right_content {
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 10px 0px 0px;
}


/* ----------left area-------------- */
#left_area {
	float: left;
	text-align: right;
	width: 425px;
	height: 300px;
}

#left_content {
	text-align: right;
}

#da_vinci {
	position: relative;
}

#moewen {
	position: relative;
	top: 54px;
}

#fluegel {
	position: relative;
	top: -220px;
	left: 17px;
}

#willkommen {
	position: relative;
	top: 54px;
	right: 40px;	
}

#methodik {
	position: relative;
	top: 30px;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	width: 100%;
	height: 120px;
	text-align: right;
	font-size: 0.9em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}