/* Main Sections amr webdesign Köln 
designed at 12-11-2008 for olafwirths.de 
 -- */

* {
	margin: 0 auto;
	padding: 0;
}

a img, img {
	border: none;
	color: transparent;
}

a, a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #222222;
	text-decoration: none;
}

a:active {
	color: #222222;
}

acronym, abbr, span.caps {
	border-bottom: 1px dotted #3F3F3F;
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

body {
	background: #E0E0E0;
	color: #333333;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
}

div, p, img, a, td {
	font-size: 1em;
}

fieldset {
	border: none;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
	border: none;
	clear: both;
	padding-bottom: 20px;
	text-align: left;
	width: 360px;
}

form h3 {
	clear: both;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 5px;
}

form input {
	display: block;
	margin-top: 3px;
}

form input.button {
	clear: left;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

form input.checkbox,
form select {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-left-color: #C3C3C3;
	border-top-color: #7C7C7C;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}

form label {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin: 0;
	width: 310px;
}

form label input {
	float: left;
	padding: 0;
	width: 310px;
}

/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
	background: url(images/input-bg.gif) #FFFFFF repeat-x top left;
	border: 1px solid #DDDDDD;
	border-left-color: #C3C3C3;
	border-top-color: #7C7C7C;
	height: 18px;
	line-height: 20px;
	padding: 0 2px;
}

form label input.calc {
	clear: left;
	padding: 0;
	text-align: right;
	width: 100px;
}

form label,
form p {
	clear: both;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
	width: 310px;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form label.first input,
form label.city input,
form label.second input {
	float: left;
	padding: 0;
	width: 150px;
}

form label.first,
form label.city {
	clear: left;
	margin-right: 10px;
	width: 150px;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form label.second,
form label.state {
	clear: none;
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
}

form label.state {
	width: 60px;
}

form label.state select {
	float: left;
	margin-top: 3px;
	width: 60px;
}

form label.zip {
	clear: none;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}

form select {
	display: block;
	float: left;
}

form textarea {
	display: block;
	height: auto;
	margin-top: 3px;
	width: 383px;
}

form.fsf_form {
	margin: 0;
	padding: 0;
	text-align: right !important;
	width: auto;
}

form.full {
	width: 100%;
}

h1 {
	font-size: 18px;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .07em;
	margin: .5em 0;
}

h2 {
	font-size: 14px;
}

h2 a:hover, h3 a:hover {
	border-bottom: 1px dotted #0066CC;
	color: #0066CC;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	padding-left: 10px;
	text-decoration: none;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
	letter-spacing: .15em;
}

h4.date-header {
	background: url(images/date_icon.gif) no-repeat 0 50%;
	color: #FF9933;
	font-size: 90%;
	margin-top: 0;
	padding-left: 14px;
}

hr {
	display: none;
}

html>body #minheight{
	float: left;
	height: 100%;
	margin-bottom: -82px; /*safari wrapper */
	width: 0px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.centered {
	display: block;
	margin: 0 auto;
}

input.fsf_input {
	background: url(images/input-bg.gif) #FFFFFF repeat-x top left;
	border: 1px solid #DDDDDD;
	border-left-color: #C3C3C3;
	border-top-color: #7C7C7C;
	display: inline;
	height: 17px;
	margin: -1px 3px 0;
	padding: 3px 0 0;
}

input.fsf_submit {
	display: inline;
	height: 22px;
	line-height: 22px;
	margin: -1px 0 0;
	padding: 0;
}

legend {
	display: none;
}

li{
	list-style: inside square;
	margin-left: 2em;
}

p {
	padding: 1em;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */
p img {
	max-width: 100%;
	padding: 0;
}

ul{
	list-style: inside square;
	margin-left: 2em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

#content {
	background-color: #D7DBDA;
	border: 11px solid #FFFFFF;
	float: left;
	height: 650px;
	line-height: 1.5em;
	margin: 0;
	padding: 13px 0 7px 11px;
	text-align: left;
	width: 620px;
}

#content {
	padding-bottom: 7px;
	z-index: 300;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	color: #000000;
	font-size: 85%;
	margin: 0px;
	padding: 0 0 10px 0;
}

#footer a {
	border-bottom: none;
}

#footer p {
	padding: 20px;
}

/* Header 
------------------------------------------------------------------------- */
#header {
	background: url(images/olaf_1.jpg) #E0E0E0 no-repeat top left;
	height: 321px;
	width: 986px;
}

#header h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 45px 60px 45px 75px;
	text-shadow: #81A75B 2px 2px 2px;
}

#header h1 a {
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 a:hover {
	color: #EEEEEE;
	text-shadow: #FFFFFF 0 0 4px;
}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
	padding: 15px 15px 0;
	position: absolute;
	right: 60px;
	top: 40px;
}

#sidebar {
	background-color: #D7DBDA;
	border-top: 12px solid #FFFFFF;
	float: left;
	font-size: 0.9em;
	font-weight: 500;
	height: 650px;
	line-height: 1.4em;
	margin: 0px;
	padding-bottom: 7px;
	padding-right: 4px;
	text-align: right;
	width: 183px;
}

#sidebar-r {
	background-color: #FFFFFF;
	color: #666666;
	float: right;
	height: 50%;
	margin: 0px;
	padding-bottom: 7px;
	width: 150px;
}

#subheader{
	background: url(images/Olaf-wirths-web_05.jpg) #C1FFC1;
	height: 59px;
}

#wrap{
	background-color: #FFFFFF;
	border: 2px solid #000000;
	height: 1100px;
	margin: O;
	padding-bottom: 7px;
	width: 991px;
}

