/*
// brillenhorst.de -  Stylesheet
*/

/* Reset margin und padding aller Browser */
* {padding: 0; margin: 0;}

/* Formtag Anti-Site-Zerhau-Machkapott */
form { margin:0; padding:0; }

body {	
	background-color: #f2eaba;
	background-image: url(../images/bgline.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	padding:0px;
  	margin:0px;
}


#wrapper {
	background-image: url(../images/brillenhorst_aufreisser.jpg);
	margin:0 auto;
	width: 996px;
	height: 965px;
}


#info {
/* position:absolute; top:580px; left:444px; */
	margin: 0 auto;
	text-align: center;
	width: 400px;
	padding-top:580px;
	padding-left: 15px;
}


h1 {
color: #18133c;
font-size: 23px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
letter-spacing: 1px;
}

/* Content text */

p {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #fff5be;
font-size: 14px;

}


/* Inhaltbereich Verlinkungen A-Class */

a:link {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration: none;
font-style: normal;
color: #d4ac0b;
font-weight: bold;
}

a:visited {
text-decoration: none;
font-style: normal;
color: #d4ac0b;
font-weight: bold;
}

a:hover {
color: #f3e9b0;
text-decoration: underline;
}
