/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Geneva, Arial, Helvetica, sans-serif;
	background-image: url(pics/bg-site.gif);
	background: white repeat-x;
}

#wrap {
	background: #F6F6F6;
	background-image: url(pics/bg-site.gif) repeat-y;
	color: #868686;
	margin: 0 auto; /*760*/
	width: 900px;
}

#pagetop {
	background-color: #D4D4D4;
	height: 36px;
	color: #C5C5C5;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding: 0px 0px 27px 8px;
	font-weight: bolder;
	font-size: 58px;
}

#pagetop p {
text-align: center;
	margin: 15px 0px 0px 600px;
}

#header {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	height: 45px;
}

#header h1 {
width: 450px;
margin: 0 0 0px 0;
float: left;
color: #FF8C00;
}

#header p {
	width: 100%;
	float: left;
	text-align: left;
	color: #FF8C00;
	margin: 30px 10px 30px 20px;
	font-size: 1.5em;
	line-height: 1.2em;
}



#frontphoto {
margin: 0 0 5px 0;
border: 0;
}

#avmenu {
	clear: left;
	float: left;
	width: 160px;
	margin: 0 0 10px 0;
	padding: 0 5;
	font-size: 1.5em;
}

#avmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
font-size: 0.8em;
}	

/* #avmenu li {
	margin-bottom: 4px;
}

#avmenu li a {
	font-weight: normal;
	height: 20px;
	text-decoration: none;
	color: black;
	display: block;
	padding: 4px 0 0 7px;
	background: #F4F4F4; 
	border-right: 8px solid #E8E8E8;
}	
	
#avmenu li a:hover {
	background: Silver;
	color: #393939;
	border-left: 4px solid Gray;
} */


.nav1st a {
	font-weight: normal;
	background: #eaeaea;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 4px 0 0 7px;
	border-left: 6px solid #C5C5C5;
}	
	
.nav1st a:hover {
	background: #eaeaea;
	color: #A9A9A9;
	border-left: 6px solid white;
	border-right: 6px solid #FF9933;
}
.nav2nd a {
	font-weight: normal;
	background: white;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 4px 0 0 7px;
	border-left: 6px solid #EAEAEA;
}	

.nav2nd a:hover {
	background: white;
	color: #959595;
	border-left: 6px solid white;
	border-right: 6px solid #FFC080;
}

/*end nav*/



/*CONTENT*****************************************/
#content {
	margin: 0px 0px 0px 160px;
	border-left: 0px solid Gray; /*border-right: 1px solid #f0f0f0;*/
	padding: 0px 0px 0px 0px;
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
}
#content form {
padding: 0px 50px 0px 20px;
}

#content h2 {
font-size: 1.2em;
color: maroon;
margin: 0px 0px 0px 163px;
}
#content a.faq {
padding: 0px 0px 0px 6px;
border-left: 17px solid orange;
}

#content img {
	padding: 0px;
	display: inline;
	background: transparent; /*border: 4px solid #f0f0f0;*/
}

/*.section {
margin-top: -11px
}*/


h1 {
	font-family: Georgia;
	font-size: 1.3em;
	padding: 5px 5px 5px 3px;
	color: White;
	background-color: #989898;
	border-left: 17px solid Gray;
	border-right: 50px solid grey;
}
h2 {
	font-family: Georgia;
	font-size: 1.4em;
	padding: 17px 5px 5px 3px;
	color: White;
	background-color: #989898;
	border-left: 17px solid Gray;
}

h3 {
	font-family: Verdana, Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #979797;
	padding: 20px 5px 0px 20px;
}

a {
	text-decoration: none;
	color: /*#EC9A00*/#b22222;
border-bottom: 1px solid white;
}

a:hover {
	
	color: /*#FF8C00*/#b22222;
background-color:/*#ffd700 #ffefd5;*/white;
border-bottom: 1px solid orange;
}

a img {
	border: 0 #FFA500;
}
/*3 SPALTEN*********************************/
.column {
float:left;
	font-family: Verdana, Arial;
	color: Black;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0px 10px 0px 20px;
width:29%;
}
.clearfix {
clear:both;
display:block;
}
/*************************************/
.sp_add_block {
	font-family: Verdana, Arial;
	color: Black;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0px 0px 0px 20px;
}
.sp_add_block h1 {
	font-family: Georgia;
	font-size: 1.4em;
	padding: 17px 5px 5px 3px;
	color: White;
	background-color: #989898;
	border-left: 17px solid Gray;
}
.sp_add_block h2 {
		font-family: Verdana, Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #979797;
	padding: 0px 0px 0px 5px;
}
.sp_add_block h3 {
	background-color: #FF9A35;
	font-family: Verdana, Arial;
	color: black;
	padding: 5px 5px 5px 5px;
}
/*end**********************************/

#footer {
	clear: both;
	margin: 0 auto;
	/*padding: 10px 5px 20px 5px;*/
	border-top: 20px solid #EAEAEA;
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 1.2
1em;
	background-color: transparent;
}

#footer a {
	color: Silver;
	text-decoration: none;
}

#footer a:hover {
	color: #FFA500;
	text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* FORMULARE */////////////////////////////////////////
/*  Start Forms */
#formwrap {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 50px;
}
#form {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   text-align: left;
}
/* Rahmenfarbe angeben für Opera */
fieldset {
   border: 0px solid #fff;
   padding: 0px 0px 0px 0px;
   margin:20px 0px 20px 0px;
}
legend {
   border: 1px solid #fff;
}
Label {
   font:11px/20px verdana, arial, helvetica, sans-serif;
   padding:0px;
   margin-left: 0px;
}
.inpt {
   width: 350px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
.txt {
   width: 490px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
input.inpt:focus, textarea.txt:focus {
   color: #000;
   font-family: Verdana, Arial, Sans-Serif;
}
.senden {
	width: 80px;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 395px;
	padding: 3px 0px 3px 0px;
	background-color: #CCFF66;
	color: #333;
	text-align: center;
	border: solid 1px #999;
	cursor: pointer;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
}

/*  End Forms */
/*PINNWAND*/

#pinnwand{
	/*border: solid 1px #000000;*/
	/*background: url(../files/pinnwand_kork_bg3.jpg);*/
	padding: 5px;
	position: relative;
	overflow: auto;
	height: 600px;
}
.pinnwandeintrag, .pinnwandneuereintrag{
	background-color: #FFFF99;
	/*border: solid 1px #000000;*/
	margin: 5px;
	float: left;
	position: relative;
	overflow: auto;
	
	width: 30%;
	height: 50px auto;
}
.pinnwandneuereintrag{
	width: 30%;
	height: 50px auto;
}
.pinnwandneuereintrag textarea{
	width: 100%;
}
.pinnwandneuereintrag input{
	width: 100%;
}
.pinnwandeintrag p{
	margin: 2px 2px 2px 2px;
}
.pinnwandadmin{
	font-size: 10px;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.pinnwand_human{
	background-color: #FFFFFF;
	width: 70%;
	margin-left: 15%;
	padding: 5px;
	/*border: 1px solid #000000;*/
}
.pinnwand_human_error{
	font-weight: bold;
	color: #FF0000;
}
.pinnwanddate{
	font-size: 0.7em;
	position: relative;
	bottom: 0px;
	left: 0px;
	background-color: #FFFF99;
}
.pinnwanderror{
	display: block;
	background-color: #ff0000;
	color: #ffffff;
	border: solid 1px #000000;
	margin: 5px;
	padding: 3px;
}
/*end pinnwand*************/