/* reset css - written by Eric A. Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset css end */

html , body {
	overflow:auto;
	font-size:13px;
	font-family: verdana, tahoma, "trebuchet ms", arial, sans-serif;
	font-weight:normal;
	background-color: #111;
	color: #ccc;
}

#wrap, #flash {
	margin:0em;
	padding:0em;
	padding-top: 14em;
	min-height: 44em;
	background-color: #222;
 }
#main {
	margin: 0em auto;
	width: 70em;
	height: 30em;
	background-color: #111;
	border: 2px solid #777;
}

#mainimg {
	margin-top:-2.1em;
	margin-left: -3em;
	margin-right: 2em;
	position: relative;
	display: block;
	float: left;
}
#maintext {
	margin: 1.4em;
	margin-top: 2em;
}

#footer {
	color:#ccc;
	text-align:center;
	padding: 1.5em 1em 1em 1em;
	border-top: 20px solid #000;

 }
 /* Typo*/
 h1, h2 {
	font-family: "trebuchet ms", tahoma, verdana, georgia, arial, sans-serif;
 	font-size: 16px;
 	margin: 0.9em 0em;
 	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FF3F6B; /* rot nen tick heller */
 }
 h2 {
 	font-size: 13px;
	background: (album.gif) top left no-repeat;
 }
 h1:first-letter, h2:first-letter {
 	font-size: 130%;
 }
 p {
 	line-height: 17px;
	margin-bottom: 0.9em;
	color: #BFB3B6; /* hellrotgrau - angenehmer fürs auge als weiß */
 }

 a, a:hover {
	font-size: 80%;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DFDFDF; /* weißgrau */
 }
a.fotoalbum {
	font-family: tahoma, verdana "trebuchet ms",, arial, sans-serif;
	font-size: 81%;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DFDFDF; /* weißgrau */
	
	background: url(album.gif) top left no-repeat;
	padding: 2px 26px;
	margin-left: 2px;
 }
a:hover {
	color: #FFD100; /* gelb */
	color: #EF5400; /* orange */
	color: #76AE49; /* grün */
	color: #F7365F; /* rot */
 }