* {
    margin: 0;
    padding: 0;
}

/* --- BODY --- */
body {
    padding-top: 20px;
    font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #6D6D6D;
    background: url(images/backblue.gif) repeat-x;
	background-color:#bddfe4;
}


/* --- HEADER --- */
#header {
    height: 409px;
	width: 840px;
    background: url(../images/headergr.jpg) no-repeat;
}


/* --- MENULEISTE OBEN --- */
#menu {
    padding: 0 0 8px 0;
    height: 20px;
	background: #00919e;
}


#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    width: 120px;
    height: 40px;
}

/* --- MENULEISTE OBEN *** Textauszeichnungen --- */
#menu ul li a {
    display: block;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
    color: #919191;
    background: url(images/menu.gif) repeat-x;
    border-right: 1px solid #DCDCCC;
}

#menu ul li.lastmenu a {
    border: none;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: #d8318a;
}

/* --- MIDDLE ist die Abgrenzung zwischen Menu und dem Inhalt --- */
#middle {
    margin-top: 8px;
    padding: 12px 12px 0 12px;
    height: 1%;
    background: #f0f0f0;
}

/* --- INHALT --- Main ist der ganze Kasten außenrum, Inhalt umschließt Header und Menü */
#main {
    margin: 0 auto;
    width: 840px;
    background: #f0f0f0;
}

#inhalt {
    margin: 0 auto;
    width: 840px;
    text-align: left;
}


/* --- CONTENT - der Inhalt in der Mitte (unterteilt in Spalten) --- */
#content{
	padding-left: 30px;
    float: left;
    width: 800px;
}

/* --- LEFT- der Inhalt in der linken Spalte --- */
#left {
    float: left;
    width: 450px;
	padding-left: 30px;
}

#shops {
	float: left;
	width: 780px;
	margin-bottom: 30px;
}
	

#logo {
	float: left;
    width: 130px;
}

#shopstext {
    float: left;
    width: 295px;
	padding-left: 30px;
}

#aktionentext {
    float: left;
    width: 400px;
	padding-left: 30px;
}

#aktionentext1 {
    float: left;
    width: 400px;
}

#aktionentext2 {
    float: left;
    width: 400px;
	padding-left: 15px;
}

#aktionentext3 {
    float: left;
    width: 600px;
	padding-left: 30px;
}

#shopsbild {
    float: left;
    width: 295px;
	padding-left: 30px;
}

#aktionenbild {
    float: left;
    width: 295px;
	padding-left: 30px;
	padding-top: 30px;
}
#aktionenbild2{
    float: left;
    width: 295px;
	padding:15px;

}


#buerostext1 {
    float: left;
    width: 310px;
	padding-left: 30px;
}

#buerostext2 {
    float: left;
    width: 80px;
	padding-left: 30px;
}

#buerostext3 {
    float: left;
    width: 170px;
	padding-left: 30px;
}



/* --- LIST - Aufzählungen auf der Startseite mit pinken Aufzählungspunkten --- */
#leftlist {
	width: 400px;
	float: left;
	text-align: left;
}

#left ul {
	list-style-image: url(images/list.gif);
}

#left ul li {
    padding: 0;
    text-align: justify;
	list-style-image:url(images/list.gif);
}


/* --- RIGHT - der Inhalt in der rechten Spalte --- */
#right {
    float: right;
    width: 320px;
	padding-right: 5px;
}

#rightshops {
    float: right;
    width: 390px;
	padding-right: 5px;
}



/* --- Zusatz für Gliederung Startseite rechts --- */
#righthead {
	width: 340px;
	height: 55px;
}

#right h3 {
    margin: 20px 0 5px 0;
	font-family:"Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 30px;
    color: #d8318a;
}

#rightinhalt {
	width: 300px;
	height: 150px;
	padding-bottom: 5px;
}

#ausstellung {
	width: 340px;
	height: 90px;
}

#ausstellungbild {
	width: 50px;
	float: left;
	padding-bottom: 5px;
}

#ausstellungtext {
	width: 280px;
	float: right;
	padding-left: 5px;
	text-align: left;

}

#us{
	width: 340px;
	height: 60px;
}

#usbild {
	width: 75px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#ustext {
	width: 220px;
	float: left;
	padding-left: 5px;
	text-align: left;
	padding-bottom: 5px;
}

#cz {
	width: 340px;
	height: 60px;
}

#czbild {
	width: 75px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cztext {
	width: 220px;
	float: left;
	padding-left: 5px;
	text-align: left;
	padding-bottom: 5px;
}

/* --- FOOTER --- */
#footer {
    clear: both;
    padding-bottom: 10px;
    height: 20px;
    background: #00919e;
}

#footerleft {
	padding-left: 20px;
	padding-top: 4px;
	height: 20px;
	width: 410px;
	float: left;
}


#footerright {
	padding-right: 20px;
	padding-top: 4px;
	height: 20px;
	width: 390px;
	float: left;
}

/* --- FOOTER Textauszeichnungen --- */
a.footer {
	margin-top: 12px;
	font-size: 12px;
	color: #fff;
}

a.footer:link    { color:#fff; text-decoration: none; }
a.footer:visited { color:#fff; text-decoration: none; }
a.footer:hover   { color:#d8318a; text-decoration: underline; }
a.footer:active  { color:#d8318a; text-decoration: none; }


/* -- TEXTAUSZEICHNUNGEN --*/

h1 {
    padding: 10px 0 0 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: lowercase;
    color: White;
}


h1 a {
    font-weight: bold;
    text-decoration: none;
    color: White;
}

h1 a:hover {
    color: White;
}

h3 {
    margin: 20px 0 5px 0;
	font-family:"Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 30px;
    color: #d8318a;
    
}
h4 {
    margin: 5px 0 5px 0;
	font-family:"Times New Roman", Times, serif;
    font-size: 16px;
    line-height:normal;
    color: #d8318a;
    
}


p {
    padding: 0px 0;
    text-align: left;
}

a.link {
	padding: 0px 0;
    text-align: left;
	color: #d8318a;
	text-decoration:none;
		
}
a.link:hover   { color:#d8318a; text-decoration: underline; }

.fliess {
	padding: 0px 0;
    text-align: left;
	color: #6D6D6D;
	
}


.plus {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}


