@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

html {
	font-size: 100%;
height:100%;
}

body {
	background: #e9d4e9;
	font: normal 1em/1em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
        height:100%;
}

a {
	font-weight: bold;
}

a:link, a:visited {
	color: #980086;
}
a:hover, a:active {
	color: #000;
}

h2, h3 {
	font-weight: bold;
}

h2 {
	margin-top: 1em;
}

h3 {
	margin-top: 2em;
}

strong {
	font-weight: bold;
}

#intro-container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	
	height: 100%;
	
}

#intro-container div {
        text-align:center;
	height: 620px;
	width: 900px;
	position: absolute;
	top: 50%;
	margin-top: -320px;
	border: 1px solid #ccc;
	padding-top: 45px;

	
}

#intro-container a {
	color: #666;
	font-weight: normal;
	}

#intro-container ul {
	margin: 100px auto;
	
}

#intro-container ul li {
	float: left;
	
}

#intro-container ul li a img {
	display: block;
	margin-top: 5px;
}

p, address {
	margin: 1em 0 0 0;
}

p.minisep {
	margin: 0.1em 0 0 0;
}

p.smallsep {
	margin: 0.4em 0 0 0;
}

p.middlesep {
	margin: 0.7em 0 0 0;
}

p.largesep {
	margin: 1.7em 0 0 0;
}

p.hugesep {
	margin: 2.0em 0 0 0;
}

.nowrap {
	white-space: nowrap;
}

img.left {
	display: block;
	float: left;
	margin-right: 1em;
}

.clearer {
	clear: both;
}

/* structure */
#outer-container {
	background: #e9d4e9;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
	width: 57em;
height:100%;
}

/* header */
#header {
	height: 110px;
	width: 100%;
background: #e9d4e9;
margin-bottom:20px;
}

/* navigation */
.navigation {
margin-top:25px;
	float: left;
	width: 10em;
}

.navigation ul {
	padding-left: 1em;
}
.navigation li {
	margin-bottom: 0.5em;
}

.navigation ul {
	margin-top: 0.3em;
}

.navigation li.current a, .navigation a:hover, .navigation li.current ul a:hover {
	color: #000;
}

.navigation li.current ul a {
	color:#980086;
}

/* breadcrumb */
#breadcrumb {
	margin-top: 0;
}


/* content */
#content {
	float: left;
	width: 35em;
	margin: 1em 0.5em 0 1em;
	height: 80%;
}

#content .box {
	font-size: 0.8em;
	background: #E2C6E2;
	overflow: auto;
	width:97.5%;
	
}

#content h2 {
	font-size: 1.25em;
}

.item {
	clear: both;
	width: 98%;
	margin-top: 1em;
}

.small {
	min-height: 150px;
}

.middle {
	min-height: 350px;
}

.big {
	min-height: 204px;
}

.list .box .small div {
	width: 24em;
}	

.list .box .small img {
	width: 200px;
	height: 150px;
}	

.list .box .middle div {
	width: 20em;
}	

.list .box .big div {
	width:18em; 
}	

.list .box .big img {
	width:272px;
	height: 204px;
}	


.list div img {
	float: right;
}

.list div img.left {
	float: left;
}

.list .box .item div.right {
	float: right;
}


.standard img.filiale {
	display: block;
	margin: 1em auto 0 auto;
}

.standard p.unterschrift {
	margin-top: 0.2em;
	text-align: center;
}

table.oeffnungszeiten {
	margin-top: 0.4em;
	
}

table.oeffnungszeiten td {
	padding: 0 2em 0 0;
}

.box ul {
	margin-top: 0.5em;
}

.service {
	margin-left: 1em;
}

.service li {
	list-style-type: circle;
}

.galerie {
	width: 100%;
	margin-left: 0;
	list-style-type: none;
}

.galerie li {
	float: left;
	padding: 0 1em 1em 0;
	
}

.galerie li img {
	display: block;
	width: 180px;
	
	
	margin-bottom: 0.2em;
}

.tel {
	width: 3em;
	display: block;
	float: left;
}
	

/* news */
#news {
    
	width: 10em;
	float: right;
	display:block;

}

#news h2 {
	margin: 0 0 1em 0;
}

#news .newslist {
	margin-top: 1em;
}

#news .newslist li {
	margin-bottom: 0.5em;
}

/* footer */
#footer {
	clear: both;
	border: 1px solid #980086;
}


/* Content-box round corners */

#content .b2,
#content .b3,
#content .b4,
#content .b4b,
#content .b3b,
#content .b2b
{background:#E2C6E2; border-left:1px solid #980086; border-right:1px solid #980086;}



#news .b2,
#news .b3,
#news .b4,
#news .b4b,
#news .b3b,
#news .b2b
{background:#fff; border-left:1px solid #980086; border-right:1px solid #980086;}


.round-corners .top, .round-corners .bottom {display:block; background:transparent; font-size:1px}
.round-corners .b1, .round-corners .b2, .round-corners .b3, .round-corners .b4, .round-corners .b1b, .round-corners .b2b, .round-corners .b3b, .round-corners .b4b {display:block; overflow:hidden;}
.round-corners .b1, .round-corners .b2, .round-corners .b3, .round-corners .b1b, .round-corners .b2b, .round-corners .b3b {height:1px;}

.round-corners .b1 {margin:0 5px; background:#980086;}
.round-corners .b2, .round-corners .b2b {margin:0 3px; border-width:0 2px;}
.round-corners .b3, .round-corners .b3b {margin:0 2px;}
.round-corners .b4, .round-corners .b4b {height:2px; margin:0 1px;}
.round-corners .b1b {margin:0 5px; background:#980086;}

.box {
	border-left: 1px solid #980086;
	border-right: 1px solid #980086;
	padding: 0.5em;
	height: 90%;
}


