/*
Stylesheet für grafuhren.at
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #3B3B3B url(images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 120%; /*167%;*/
	font-size: 100%;
}

a:link, a:visited {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
  background-color: #b8070e
}


/* Header */

#header {
	width: 740px;
	height: 80px;
	margin: 0 auto;
}

/* Splash */

#splash {
	width: 740px;
	height: 180px;
	margin: 5px auto;
	background: url(images/graf.jpg) no-repeat right top;
	background-color: #CCCCCC;
}

#splash p {
	padding: 100px 550px 100px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: center; /*right;*/
	width: 740; /*490px;*/
	margin: 5px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

