*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	COLOR:#555;
	font-size:10pt;
	border:0px;
	outline:none;
	text-decoration:none;

}
BODY,HTML {
	background:#f3f3f3 url(bg.jpg);
	width:100%;
}
table {
	position:relative;
	border-spacing:0px;	
	border-collapse:collapse;
	empty-cells:show;
}
tr,td {
	position:relative;
	vertical-align:baseline;
}
td {
	padding-right:10px;
	padding-bottom:5px;	
}
a{
	font-size:10pt;	
}
a:hover {
	text-decoration:underline;	
}
.hinweis_rot {
	display:block;
	margin:8px 1px;
	color:#f00;	
}
.hinweis_gruen {
	display:block;
	margin:8px 1px;
	color:#67A836;	
}
.klein {
	font-size:8pt;	
}
h2 {
	text-transform:uppercase;	
	/*dosplay:block;*/
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;	
}
h3 {
	display:inline-block;
	font-weight:bold;
	margin-bottom:3px;	
}
ul{
	padding-top:5px;
	margin-left:15px;	
}
li{
	padding-bottom:5px;	
}
/*####################################################################
	form
####################################################################*/
input,select,textarea {
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	margin-right:10px;
	resize:none;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
select {
	padding:2px 3px;	
}
input:focus,select:focus,textarea:focus {
    background:#efefef;
    border:1px solid #666;
}

.form_btn,.form_btn_blau,.form_btn_orange,.form_btn_rot {
	position:relative;
	display:inline-block;
	margin:2px 0px;
	padding:6px 10px;
	text-align:center;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	margin-right:10px;
	margin-top:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	background:#78C041;
	
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
 	
 	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	
}
.form_btn:hover,.form_btn_blau:hover,.form_btn_orange:hover,.form_btn_rot:hover {
	text-decoration:none;	
}
.form_btn_blau {
	background:#65BCD6;
}
.form_btn_orange {
	background:#FF9320;
}
.form_btn_rot {
	background:#FF0000;
}
.form_btn:hover {
	color:#fff;
	background:#65A037;
}
.form_btn_orange:hover {
	color:#fff;
	background:#CC761A;
}
.form_btn_blau:hover {
	color:#fff;
	background:#5295AA;
}
.form_btn_rot:hover {
	color:#fff;
	background:#BD0E0E;
}

/*####################################################################
	header
####################################################################*/
#header {
	position:relative;
	top:0px;
	margin:0px auto;
	width:940px;
	height:100px;
	border:0px solid #0f0;
}
#header img {
	position:absolute;
	top:10px;
	left:0px;
	width:150px;
	height:70px;	
}
#header div {
	position:absolute;
	top:30px;
	right:0px;
}
#header div a{
	display:inline-block;
	margin-left:30px;
	color:#666;
	text-decoration:none;
	font-weight:normal;
	font-size:12pt;
}
#header div a:hover {
	color:#000;
		
}
/*####################################################################
	main
####################################################################*/
#main {
	position:relative;
	display:block;
	margin:0px auto;
	margin-bottom:50px;
	min-height:300px;
	width:920px;
	z-index:10;
	border:0px solid #999;
}
#main .home{
	position:relative;
	display:block;
	width:960px;
	margin-left:-10px;
	border:0px solid #999;	
}
#main .bilder_cache{
	display:none;
	position:relative;
	width:1px;
	height:1px;
	overflow:hidden;	
}
#main .box,#main .box_pur,#main .box_suche {
	display:inline-block;
	vertical-align:top;
	margin-right:16px;
	margin-bottom:20px;
	position:relative;
	padding:10px;
	border:0px solid #f0f;
	width:280px;
	font-size:9pt;
	line-height:14pt;
	text-align:justify;
	
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
#main .box_suche {
	border:0px solid #f0f;
	width:920px;
	margin-left:-10px;
}
#main .box:hover,#main .box_suche:hover {
	background:rgba(0,0,0,0.1);
	text-decoration:none;
}

#main .box img,#main .box_pur img,#main .box_suche img,.bild_home {
	width:280px;
	height:180px;
	margin-bottom:10px;
	
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
	
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.5); 
	box-shadow:0px 0px 2px rgba(0,0,0,0.5); 
}
#main .box_suche img{
	width:155px;
	height:100px;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}
#main .box h1,#main .box_pur h1 {
	font-size:11pt;
	margin-bottom:10px;	
	text-align:left;
}
#main .spalte {
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-right:30px;
	margin-bottom:20px;
	position:relative;
	padding:0px;
	border:0px solid #f0f;
	width:440px;
	font-size:9pt;
	text-align:justify;
}

/*####################################################################
	footer
####################################################################*/

#footer {
	position:realtive;
	left:0px;
	width:100%;
	height:40px;
	background-image:url(footer_bg.gif);
	/*
	background:rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0px 0px 7px rgba(0,0,0,0.3); 
	-webkit-box-shadow:inset 0px 0px 7px rgba(0,0,0,0.3); 
	box-shadow:inset 0px 0px 7px rgba(0,0,0,0.3); 
	*/
}
#footer div {
	position:relative;
	display:block;
	margin:0px auto;
	width:920px;
	text-align:right;
	padding:10px;
	line-height:20px;
}
#footer a{
	display:inline-block;
	font-size:10pt;
	color:#777;
	margin-left:20px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;	
}
#footer .logo{
	position:absolute;
	left:6px;
	top:0px;
	width:100px;
	height:40px;	
	
}

/*####################################################################
	einleitung
####################################################################*/

#einleitung {
	position:realtive;
	left:0px;
	width:100%;
	height:80px;
	margin-bottom:20px;
	overflow:hidden;
	
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
}
#einleitung .box {
	position:relative;
	display:block;
	margin:0px auto;
	width:920px;
	text-align:left;
	padding:10px;
	line-height:20px;
	font-size:9pt;
	
	background:rgba(0,0,0,0.1);
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	
}
#einleitung .box:hover {
	background:rgba(0,0,0,0.2);
}
#einleitung .close {
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	top:-10px;
	right:-10px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	opacity:0;
	color:#f00;
	cursor:pointer;
	border:0px dotted #f00;
}
#einleitung .box:hover .close {
	opacity:1;
}
#einleitung .close:hover{
	color:#000;
}
#einleitung a{
	font-size:9pt;
	text-decoration:underline;
}
#einleitung a:hover{
	text-decoration:none;	
}

/*####################################################################
	debug
####################################################################*/

#debug {
	display:none;
	position:fixed;
	left:0px;
	top:18px;
	padding:2px;
	background-color:rgba(0,0,0,0.8);
	border:1px solid #f00;
	font-family:Helvetica, Ariel, sans-serif;
	color:#fff;
	font-size:8px;
	line-height:8px;
	z-index:200;	
}
/*####################################################################
	loading
####################################################################*/
.loading_icon{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:20px;	
}
.loading_icon img{
	position:relative;
	left:2px;
	top:2px;	
	width:14px;
	height:14px;
	margin-right:5px;
	-webkit-animation: loading_ani 1s linear infinite;
	-moz-animation: loading_ani 1s linear infinite;
	-ms-animation: loading_ani 1s linear infinite;	
}
.loading_icon_box{
	display:inline-block;
	display:none;
	margin-right:10px;
}

#loading {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:100;	
	
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;

}
#loading img {
	position:absolute;
	left:5px;
	top:5px;	
	width:20px;
	height:20px;
}
@-webkit-keyframes loading_ani {
  0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes loading_ani {
  0% {-moz-transform: rotate(0deg);} 100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes loading_ani {
  0% {-mz-transform: rotate(0deg);} 100% {-mz-transform: rotate(360deg);}
}

#loading div.balken{
	position:fixed;
	left:50%;
	margin-left:-15px;
	top:5px;
	height:30px;
	width:30px;
	
	-webkit-animation: loading_ani 1s linear infinite;
	-moz-animation: loading_ani 1s linear infinite;
	-ms-animation: loading_ani 1s linear infinite;
	
	background-color:rgba(0,0,0,0.75);
	
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,1); 
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,1); 
	box-shadow:0px 0px 10px rgba(0,0,0,1); 

	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	
}
