/*

conTAKT-Preis Gruppen

*/




* {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
line-height: 140%;
font-weight: normal;
font-style: normal;
font-size: 13px;
}

body {
background: url(../images/groups/background.gif) repeat-y;
}

img {
border: none;
}

#area_content ul {
margin: 5px 0 9px 30px;
list-style-type: square;
}

#area_content ol {
margin: 5px 0 9px 30px;
}

table {
clear: both;
}



/*** POSITION LOGO ***/

#area_logo {
position: absolute;
left: 0;
top:0;
height: 130px;
width: 270px;
background-color: #fff;
color: inherit;
z-index: 10;
}

#logo {
position: absolute;
top: 25px;
left: 30px;
}

#grouplogo {
position: absolute;
top: 350px;
left: 40px;
width: 200px;
height: 200px;
}

#grouplogo img {
width: 200px;
height: 200px;
}



/*** POSITION BALKEN OBEN ***/

#area_header {
position: absolute;
top: 0;
left:0;
width: 100%;
height: 130px;
background-color: #dccc93;
color: inherit;
}

#area_header h1 a:link,
#area_header h1 a:visited,
#area_header h1 a:hover,
#area_header h1 a:active {
position: absolute;
top: 25px;
left: 270px;
width: 710px;
font-size: 30px;
color: #9561a9; /* violett */
background-color: inherit;
text-align: right;
text-decoration: none;
}

#area_header h2 a:link,
#area_header h2 a:visited,
#area_header h2 a:hover,
#area_header h2 a:active {
position: absolute;
top: 60px;
left: 270px;
width: 710px;
font-size: 30px;
color: #fff;
background-color: inherit;
text-align: right;
text-decoration: none;
}



/*** SPRACHWAHL ***/

#language_switch {
top: 105px;
left: 21px;
}



/* NAVIGATION --> Nur Farben, restliche Informationen werden imprtiert*/

.level2 a {
color: #000;
}

.level2 a:link,
.level2 a:visited {
color: #000;
}

.level2 a:hover,
.level2 a:active {
color: #9561A9; /* VIOLETT */
}

.level2 strong a:link,
.level2 strong a:visited,
.level2 > li.active.leaf a:link,
.level2 > li.active.leaf a:visited {
color: #9561A9; /* VIOLETT */
}

.level2 > li.open.trail a:link,
.level2 > li.open.trail a:visited {
color: #9561A9; /* VIOLETT */
}

.level3 a {
color: #9561A9; /* VIOLETT */
}

.level3 a:link,
.level3 a:visited {
color: #9561A9; /* VIOLETT */
}



/* POSITIONIERUNG DES INHALTS */

#area_content,
#area_content_startpage {
position: relative;
margin-top: 180px;
margin-left: 240px;
width: 450px;
padding: 0 0 50px 50px;
}

#area_content_startpage {
top: 130px;
}

#area_content h1,						/* kommt nur einmal zuoberst in der seite vor */ 
#area_content_startpage h1 {			/* kommt nur einmal zuoberst in der seite vor */ 
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
}

#area_content h2,
#area_content_startpage h2 {
font-size: 15px;
font-weight: bold;
margin: 10px 0 5px 0;
}

#area_content a:link,
#area_content_startpage a:link {
color: #9561a9;								/* violett */
background-color: inherit;
font-weight: bold;
text-decoration: none;
}

#area_content a:visited,
#area_content_startpage a:visited {
color: #a7a;								/* dunkel-violett */
background-color: inherit;
font-weight: bold;
text-decoration: none;
}

#area_content a:hover,
#area_content_startpage a:hover {
color: #9561a9;								/* violett */
background-color: inherit;
font-weight: bold;
text-decoration: underline;
}



/* MIGROS LOGO */

#migros_logo {
position: relative;
left: 458px;	
}


