@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(/img/bg_kachel.jpg) repeat-x #FFFFFF;
	behavior: url("/img/css/csshover3.htc");
}
#page{
	width: 980px;
	/*height: 720px;*/
	margin: 20px auto;
	background: #FFFFFF;
	border: 1px solid #783f8a;
	padding: 0 0 20px 0;
}
#head{
	height: 82px;
	right: 0;
	position: relative;
}
#head a{
	text-decoration: none;
	color: #666666;
}
#head a:hover{
	text-decoration: underline;
	
	/**
	** background: url(/img/bg_content/bg_index.jpg) 0 5px no-repeat;
	** wird dynamisch in den html-Dateien definiert
	**/
}
#logo{
	position: absolute;
	right: 42px;
	top: 21px;
}
#content_outer{
}
#content_outer a{
	text-decoration: none;
	color: #666666;
}
#content_outer a:hover{
	text-decoration: underline;
	
	/**
	** background: url(/img/bg_content/bg_index.jpg) 0 5px no-repeat;
	** wird dynamisch in den html-Dateien definiert
	**/
}
#content_inner{
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;

	background: url(../img/bg_balken_oben.png) no-repeat;
	
}
#inhalt_start{
	position: relative;
	padding: 25px 0 0 115px;
	width: 400px;
}

/********************
** Inhalt
**********************/
img {border: 0;}
p{
	margin: 0;
	padding: 10px 0 0 0;
}
.lila{
	color: #993399;
	font-size: 12px;
}
.stores{
	font-size: 11px;
	color: #666666;
}
img.inline{
	vertical-align: text-bottom;
}


/*

#contentLeft{
	float: left;
	width: 99px;
	height: 436px;
	margin: 6px 0 0 0;
	background: url(../img/ContLeft.png) no-repeat;
}
#contentMid{
	float: left;
	width: 660px;
	height: 436px;
	margin: 6px 0 0 0;
}

#contentMid img{ 
	margin: 120px 0 0 30px;
}

#contentRight{
	float: left;
	width: 221px;
	height: 383px;
	margin: 59px 0 0 0;
	background: url(../img/ContRight.jpg) no-repeat;
}
#contentMid{
	float: left;
}
#contentRight{
	float: left;
}*/
.clear{
	clear: both;
}
#copy{
	margin: 0 10px 0 0;
	font-weight: bold;
}
#copy img{
	vertical-align: middle;
}
#impr{
	margin: 0 5px 0 0;
}
