* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background: #fffcec url(img/mainback.png);
	color: #028;
}


/* 3 Seiten-Hauptbereiche: ----------------------- */
/* ----------------------------------------------- */
#seitenkopf {
	margin: 0 auto;
	width: 750px;
	height: 95px;
	background: #fffcec url(img/logoheader.png) no-repeat;
	color: #0d68cc;
}

#container {
	margin:0 auto;
	width:750px;
	background:#fffcec;
	color:#0D68CC;
}

#seitenfuss {
	margin:0 auto;
	width:750px;
	height:81px;
	background:#fffcec url(img/footer.png) top center no-repeat;
	color:#0D68CC;
}


/* Layout-Elemente im Container: ----------------- */
/* ----------------------------------------------- */

#textinhalt {
	width: 710px;
	padding: 0 20px 0 20px;
	background: #fffcec;
	overflow: visible; /* verhindert die Ausdehnung des DIVs bei kursivem Font im IE!*/
}



/* Basis-Textformatierung: ----------------------- */
/* ----------------------------------------------- */
/* Überschriften: -------------------------------- */
#seitenkopf h1 {
	display: none;
}

h1,h2 {
	font: 2em/1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #fffcec;
	letter-spacing: 0.05em;
	text-align: left;
}



div.titelheader {
	padding: 7px 0 0 0;
	background: #fffcec url(img/titelheader.png) top left no-repeat;
}

div.webdesignheader {
	margin-top: 12px;
	padding: 7px 0 0 0;
	background: #fffcec url(img/webdesignheader.png) top left no-repeat;
}

div.tutorialsheader {
	padding: 7px 0 0 0;
	background: #fffcec url(img/tutorialsheader.png) top left no-repeat;
}

div.weblogheader {
	padding: 7px 0 0 0;
	background: #fffcec url(img/weblogheader.png) top left no-repeat;
}



.titelheader h1 {
	padding: 0 0 8px 18px;
	background: #0d68cc url(img/h2_titel.png) bottom left no-repeat;
}

.webdesignheader h2 {
	padding: 0 0 8px 18px;
	background: #693 url(img/h2_webdesign.png) bottom left no-repeat;
}

.tutorialsheader h2 {
	padding:0 0 8px 18px;
	background: #fffcec url(img/h2_tutorials.png) bottom left no-repeat;
}

.weblogheader h2 {
	padding:0 0 8px 18px;
	background: #f90 url(img/h2_weblog.png) bottom left no-repeat;
}


#textinhalt h1, #textinhalt h2 {
	margin: 0 0 20px 0;
	}


#textinhalt h2 a, #seitenkopf h1 a {
	color: #fffcec;
	text-decoration: none;
}
#textinhalt h2 a:hover, #seitenkopf h1 a:hover {
	border-bottom: 1px dotted #fff;
}




/* Fließtext-Absätze: ---------------------------- */
p {
	font: 1.4em/1.5em Verdana, Geneva, sans-serif;
	color: #222;
	padding: 0 45px 1em 18px;
}
a {
	color: #028;
	text-decoration: underline;
}
a:hover {
	color: #0d68cc;
	text-decoration: underline;
}

.inline {
	text-align: right;
	margin: 0 0.5em 1.5em 0;
}


/* Elemente im Seitenfuß: ------------------------ */
/* ----------------------------------------------- */
p.impressum {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fffcec;
	padding: 17px 0 0 0;
}
#seitenfuss a:link {
	color: #fffcec;
	text-decoration: none;
}
#seitenfuss a:visited {
	color: #fffcec;
	text-decoration: none; 
}
#seitenfuss a:hover {
	color: #fffcec;
	text-decoration: underline; 
} 
#seitenfuss a:active {
	color: #fffcec;
	text-decoration: none; 
} 

p.urheberhinweis {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	color: #fffcec;
	padding: 7px 0 0 0;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
