/*------------------------------------------------------------------*/
/*--------------*    CSS 2.0 Definition für       *-----------------*/
/*--------------*       www.gehberger.at          *-----------------*/
/*--------------*        Copyright 2007           *-----------------*/
/*--------------*      Bernhard Gehberger         *-----------------*/
/*--------------* Internet & EDV-Dienstleistungen *-----------------*/
/*------------------------------------------------------------------*/

*	{
	font-family: Verdana, Arial, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body {
	background-image: url(../images/background4.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin-bottom: 20px;
	}

p h1 h2 h3 h4 h5 h6 {
	font-family: Verdana, Arial, sans-serif;
}
p {text-align: left;}

#container {
	background-color: #fff;
	color: #000;
	width:95%;
	border:1px solid #c2c6ba;
	position:relative;
	max-width: 1024px;
	min-height: 500px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}




#head {
}

#head h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	width: 100%;
	font-weight: normal;
	font-size: 30px;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
	word-spacing: 5px; 
	text-align: center;
	font-variant: small-caps;
	}

ul#mainnav {
	font-size: 0.9em;
	border-top: 1px solid #c2c6ba;
	border-bottom: 1px solid #c2c6ba;
	background-color: transparent;
	text-align:left;
	}
ul#mainnav li {
	display: inline;
	border-right: 1px solid #000;
	}
ul#mainnav li a:link, ul#mainnav li a:visited {
	background-color: transparent;
	text-decoration: none;
	padding: 0 30px 0 30px;
	font-weight: bold;
	color: #6F3422;
	}
ul#mainnav li a:hover {
	background-color: #E8E8E8;
	color: #7F1E00;
	}
	
	
#contentcontainer {
	margin: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 20px;
}

#leftnav {
	float: left;
	font-size: 0.8em;
	margin: 20px 0 0 10px;
	width: 12em;
	border-right: 1px dashed #ccc;
	}
	
span.leftnavhead {
	width: 100%;
	display: block;
	font-size: 1.3em;
	text-align:center;
	padding-bottom: 20px;
	color: #1F1F1F;
	}
#leftnav p {
	display: block;
	height: 2.2em;
	}
#leftnav dl {
	list-style: none;
	width: 12em;
	}
#leftnav dd a:link, #leftnav dd a:visited {
	width: 100%;
	display: block;
	background-color: transparent;
	text-decoration: none;
	text-align:center;
	color: #7F1E00;
	border-right: 2px dotted #fff;
	border-bottom: 1px dashed #ccc;
	}
html>body #leftnav dd a {
	width: auto;
	}
#leftnav dd a:hover, #leftnav dt a:hover {
	background-color: #E8E8E8;
	border-right: 2px dotted #7F1E00; 
	}

#leftnav-breit {
	float: left;
	font-size: 0.8em;
	margin: 20px 0 0 10px;
	width: 18em;
	border-right: 1px dashed #ccc;
	}
span.leftnavhead-breit {
	width: 100%;
	display: block;
	font-size: 1.3em;
	text-align:center;
	padding-bottom: 20px;
	color: #1F1F1F;
	}
#leftnav-breit p {
	display: block;
	height: 2.2em;
	}
#leftnav-breit dl {
	list-style: none;
	width: 18em;
	}
#leftnav-breit dt {
	text-decoration: underline;
	font-weight:bold;
	margin: 20px 0 10px 0;
}
#leftnav-breit dd {text-align:left}

#leftnav-breit a:link, #leftnav-breit a:visited {
	text-decoration: none;
	color: #1F1F1F;	
	}
#leftnav-breit a:hover {
	color: #7B1C00; 
	text-decoration:underline;
	}
#leftnav-breit dd a:link, #leftnav-breit dd a:visited {
	width: 100%;
	display: block;
	background-color: transparent;
	text-decoration: none;
	text-align:center;
	color: #7F1E00;
	border-right: 2px dotted #fff;
	border-bottom: 1px dashed #ccc;
	}
html>body #leftnav-breit dd a {
	width: auto;
	}
#leftnav-breit dd a:hover, #leftnav-breit dt a:hover {
	background-color: #E8E8E8;
	border-right: 2px dotted #7F1E00; 
	}

#leftnav-breit h3 {
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}
	
#content.breit {
	margin: 20px 10px 0 16em; padding-left: 20px;
	}
#content.breit h2 {
	text-align: center;
	margin: 20px 0 10px 0;
}
	
#formatiertestextfeld {margin-right: 250px;margin-left: 0px;}

#formatiertestextfeld h2 {
	text-align: center;
}

#kontakttext {margin-right: 250px;}
#content.breit #kontakttext h2 {text-align: left;}
#content.breit #kontakttext p a:link, #content.breit #kontakttext p a:visited {color: #6F3422;}
#content.breit #kontakttext p a:hover{background-color: #E8E8E8;color: #7F1E00;text-decoration: underline;}

#content-mitglied {
	margin: 20px 10px 0 10.5em;
	padding-left: 20px;
}

#content {
	margin: 20px 10px 20px 20px;
}

#fotoautograph {
	float: right;
	width: 200px;
	text-align:right;
	margin: 0 10px 0 20px;
}
#fotoautograph img#portrait {
	margin-bottom: 20px;
}
#fotoautograph img#autograph {
	margin: 0 0 0 0;
}
#content-mitglied #fotoautograph p {
	text-align: center;
	margin-bottom: 20px;
	color: #999999;
}
#content #fotoautograph p {
	text-align: center;
	margin-bottom: 20px;
	color: #999999;
}

#fotoautograph a:link, #fotoautograph a:visited { 
	color: #999999;
	text-decoration:none;
}
#fotoautograph a:hover {
	color: #999999;
	text-decoration:underline;
}

#content h1{
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	word-spacing: 5px; 
	text-align: center;
}
#content h2 {	
	font-weight: bold;
	font-size: 0.9em;
	margin: 20px 0 10px 0;
}

#content p {	
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.8em;
	margin-bottom: 10px;
}
#content p.zurueck {
	text-align: center;
	margin: 20px 0 10px 0;
	}

#content-mitglied h1 {	
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	word-spacing: 5px; 
}

#content-mitglied h2 {	
	font-weight: bold;
	font-size: 0.9em;
	margin: 20px 0 10px 0;
}

#content-mitglied p {	
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.center {text-align: center;}
.bold {font-weight: bold;}

#content-mitglied p.zurueck {
	text-align: center;
	margin: 20px 0 10px 0;
	}
p.zurueck a:link, p.zurueck a:visited {
	color: #6F3422;
	}
p.zurueck a:hover{
	background-color: #E8E8E8;
	color: #7F1E00;
	text-decoration: underline;
	}
#content-mitglied p.centerbold, #formatiertestextfeld p.centerbold {
	text-align: center;
	font-weight: bold;
}
#formatiertestextfeld p a:link, #formatiertestextfeld p a:visited {color: #6F3422;}
#formatiertestextfeld  p a:hover {background-color: #E8E8E8;color: #7F1E00;text-decoration: underline;}

.spacer {margin-left: 10px;}
p.tabelle {margin-left: 0px;margin-top: 20px;}

#footer {
	position:relative;
	max-width: 1024px;
	width: 95%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F1F1F;
	text-align: center;
	clear: both;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #1F1F1F;	
	}
#footer a:hover {
	color: #7B1C00; 
	text-decoration:underline;
	}

#leftfooter {float: left;	font-size:0.8em; 
	color: #666666;}
#leftfooter a:link, #leftfooter a:visited {
	color: #666666;
}
#leftfooter a:hover {
	color: #333333;
	text-decoration: none;
}

#rightfooter {float: right;}

#w3c-valid {
	font-size:0.8em; 
	color: #666666;
	}
#w3c-valid a:link, #w3c-valid a:visited {
	color: #666666;
}

#w3c-valid a:hover {
	color: #333333;
	text-decoration: none;
}
