
html, BODY {
background-color: #FC9;
background-image:url(pics/background.jpg);
background-position:center;
background-position:top;
background-attachment:fixed;
background-repeat: repeat-x;
max-height:100%;
        font-family:font-family: 'Sanchez', serif;
		text-align:justify;
        font-size: 16px;
        color: #666;
		text-align:left;
		margin:0 auto;
}
a.anmeld:link { color: #75b96b; text-decoration : none; font-family: 'Sanchez', serif; font-size: 16px}
a.anmeld:visited { color: #75b96b; text-decoration : none; font-family: 'Sanchez', serif; font-size: 16px}
a.anmeld:active { color: #75b96b; text-decoration : none; font-family: 'Sanchez', serif; font-size: 16px}
a.anmeld:hover { color: #6193cd; text-decoration : underline; font-family: 'Sanchez', serif; font-size: 16px}


a.zwei:link { color: #75b96b; text-decoration : none; font-weight: bold; font-family: 'Sanchez', serif; font-size: 16px}
a.zwei:visited { color: #75b96b; text-decoration : none; font-family: 'Sanchez', serif; font-size: 16px}
a.zwei:active { color: #75b96b; text-decoration : none; font-family: 'Sanchez', serif; font-size: 16px}
a.zwei:hover { color: #000; text-decoration : underline; font-family: 'Sanchez', serif; font-size: 16px}

#head{
	background-image:url(pics/bg_head.png);
	margin:0 auto;
	position:relative;
	width:100%;
	height:130px;
}

#main{
	background-color:#FFF;
	margin:0 auto;
	position:relative;
	width:1050px;
	padding: 10px 50px 0px 50px;
	z-index:1;
}

.content{
	background-color:#FFF;
	width:800px;
	padding: 0px 20px 0px 20px;
	z-index:2;
	text-align:justify;
	line-height:1.4em;
}
.content_start{
	background-color:#FFF;
	width:1000px;
	padding: 0px 20px 0px 20px;
	z-index:2;
	text-align:justify;
	line-height:1.4em;
}

.headline{
	font-family: 'Love Ya Like A Sister', cursive;
    font-size: 30px;
    color: #75b96b;
	line-height:2em;
	padding: 0px 20px 0px 20px;
}

.headline_blue{
	font-family: 'Love Ya Like A Sister', cursive;
    font-size: 21px;
    color: #6193cd;
	line-height:1.4em;
}

.sub_headline{
	font-family:font-family: 'Sanchez', serif;
    font-size: 19px;
    color: #666;
	line-height:2em;
}

.zitat{
	font-family: 'Coming Soon', cursive;
    font-size: 19px;
    color: #666;
	line-height:2em;
}

.schlagwort{
	font-family: 'Coming Soon', cursive;
	font-weight:bold;
    font-size: 21px;
	line-height:1.5em;
}

.anmerkung{
		font-family:font-family: 'Sanchez', serif;
        font-size: 13px;
        color: #C00;
		text-align:left;
}
		

ul#nav_bottom{
	display:block;
	width:1100px;
	clear:both;
	padding-top:10px;
	height:60px;
	margin:0 auto;
	text-align:right;
	font-family: 'Love Ya Like A Sister', cursive;
	font-size:16px;
	color:#333;
}

ul#nav_bottom li { 
	color:#333;
	text-decoration:none;
}
ul#nav_bottom a { 
	color:#333;
	text-decoration:none;
}
ul#nav_bottom a:hover { 
	color:#fff;
	text-decoration:none;
}

#main_steckbrief{
	background-color:#FFF;
	margin:0 auto;
	position:relative;
	width:1050px;
	height:400px;
	padding: 10px 50px 0px 50px;
}

.steckbrief_foto {
	display:block;
	float:left;
	width:250px;
	background-color:#75b96b;
	margin-right:16px;
	border-color:#06C;
	border-style: dashed;
	-webkit-box-shadow: 0 15px 10px #777;
  	-moz-box-shadow: 0 10px 10px #777;
  	box-shadow: 0 10px 10px #777;
}
.steckbrief {
	display:block;
	width:750px;
	float:left;
	background-color:#75b96b;
	padding: 6px;
	color:#FFF;
	border-color:#06C;
	border-style: dashed;
	-webkit-box-shadow: 0 10px 10px #777;
  	-moz-box-shadow: 0 10px 10px #777;
  	box-shadow: 0 10px 10px #777;

}




.selector {
		border : 1px ;
		border-color : #D0D0D0 ;
		border-style : solid ;
		background-color : #F9F9F9 ;
		font-family : arial, sans-serif ;
		font-size :10 px ;
		color: #616161;
}/******************
** buttons und inputfields **
******************/
.input {
		border : 1px ;
		border-color : #ffffff ;
		border-style : solid ;
		background-color : #c9c7c8 ;
		font-family : Arial, Helvetica, sans-serif;
		font-size :10 px ;
		color: #000000;
}


