* {
	margin: 0;
	padding: 0;
}

body {
	background: #ece7ff url(bilder/bar.gif) repeat-x;
	font:normal 14px/1.4em arial,verdana,helvetica,sans-serif;
    color: #000;
}

a {
	text-decoration: none;
	color: #BF3070;
}

a:hover {
	text-decoration: none;
	color: #CF6795;
}


h1, h2, h3 {
    font-family: Georgia, arial;
    font-weight: normal;
}

h1 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1.8em;
    line-height: 30px;
}

h2 {
    font-size: 1.4em;
    line-height: 28px;
    margin: 5px 0 5px 0;
}

h3 {
    font-size: 1.2em;
    line-height: 20px;
}



img {
    border:0;
}

img.image {
    border: 1px #000 solid;
    margin: 10px 0 0 0;
}

p, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
}







#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
    color:#000;
}

#menu a:hover {
	background: #CFE6E6;
	text-decoration: none;
	color: #BF3070;
}




#footer .wrapper {
	width: 760px;
	margin: 0 auto;    
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    font-size: 12px;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #fff;
	border-left: 20px solid #010100;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#BF3070;
    text-decoration: none;
}



#footer .copyright {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #8AE673;
	text-align: right;
	color: #000;
}



.box {
    margin: 20px 0 50px 0;
    text-align:left;
}

.box img {
    border: 5px #fff solid;
    margin: 0 20px 0 20px;
}

.box .image-left {
    float:left;
}

.box .image-right {
    float: right;
}









.stop {
    clear: both;
    height: 1px;
}

#content ul {
    margin: 5px 0 10px 20px;
    list-style-type:square;
}

#content .open {
    
}

#content .open td {
    padding: 5px 0 5px 0;
}

#content .open .times {
    text-align:right;
    
}

#content .open .day {
    width: 150px;
    vertical-align:top;
}


.lexikon ul {
    margin-left: 20px;
}

.lexikon ul li {
    text-align: left;
}


blockquote.info {
    background-color:#c9fcbc;
    border-left: 6px #8ae673 solid;
    padding: 10px;
    margin: 10px 0;
}

blockquote.info p {
    margin:0;
    padding:0;
}
