/*  
Version: 1.0
Author: Florian Greiner 
*/

/*-----------------------------------------------------------------------------------------------
   Meyer Reset
-----------------------------------------------------------------------------------------------*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*-----------------------------------------------------------------------------------------------
   Panduren Abschied Styles
-----------------------------------------------------------------------------------------------*/



body {
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: #3f3f3f;
background-image: url("schneeflocken.png");
}


#wrapper {
width: 900px;
height: 300px;
margin: 4em auto;
}


#header-image {
height: 39px;
background-image: url("header.png");
}


#header-text {
background-color: #3f3f3f;
border-left: solid 11px;
border-right: solid 12px;
border-color: #d4d600;
}


#main {
text-align: left;
background-color: #d4d600;
float: left;
width: inherit;
height: auto;
}


#footer-text {
clear: both;
height: 50px;
background-color: #3f3f3f;
border-left: solid 11px;
border-right: solid 12px;
border-color: #d4d600; 
}


#footer-image {
clear: both;
height: 39px;
background-image: url("footer.png");
background-repeat: repeat-x;
}


h1 {
color: #3f3f3f;
font-size: 70px;
text-indent: -999em;
position: relative;
top: -29px;
background: url(h1.png) no-repeat;
}


h2 {
color: #3f3f3f;
font-variant: small-caps;
font-size: 35px;
position: relative;
text-indent: -999em;
background: url(h2.png) no-repeat;
top: -109px;
right: -350px;
width: 450px;
}


h3 {
color: #3f3f3f;
font-size: 1.5em;
margin-bottom: 1em;
padding-left: 50px;
}


h4 {
float: right;
color: #d4d600;
padding: 3px 5px 0px 0px;
font-size: 0.8em;
}


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


a:hover {
border-bottom: 2px dotted;
border-bottom-color: #d4d600;
}


a.email {
color: #3f3f3f;
}


p {
padding: 0px 50px 10px 50px;
}


#content {
margin: 1.4em;
}


	