
/* 
   Allgemein 
   _________
*/


body {
 margin: 0; padding: 0;
 background-color: #dddaff;
 background-image: url("../images/pages/madonna.jpg");
 background-position: 0 0;
 background-repeat: no-repeat;
 background-attachment: fixed;
 font-size: 80%;
}

body, 
table { 
 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

div, 
table { font-size: 1em; }

h1, h2, h3, h4 {
  margin: 2em 0 1em 0;
  padding: 0;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  line-height: 1;
  text-indent: 0;
  font-style: normal;
}

h1 { font-size: 1.72em; font-weight: bold; }
h2 { font-size: 1.4em; font-weight: normal; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1em; font-weight: bold;  font-style: italic; }

p {
 margin: 0.6em 0;
 padding: 0;
 line-height: 1.4em;
}

small {
 font-size: 0.84em;
}

a {
 color: #603;
}

a.hovlink {
 text-decoration: none;
}

a.hovlink:hover {
 text-decoration: underline;
}

form { 
 margin: 0; padding: 0; 
}

.nocss {
 display: none;
}



/*
   Positonierung, Spaltenbreiten 
   _____________________________
*/


#s_wrapper {
 position: absolute;
 left: 0px;
 top: 15px;
 width: 100%;
 min-width: 760px;
 max-width: 1024px;
}

#s_maincol {
 vertical-align: top;
 padding: 0 0 0 186px;
}

#s_mainct {
/* background-color: #dddaff; */
}

#s_rightcol {
 width: 180px;
 vertical-align: top;
}

#s_rightct {
 padding:0 14px 0 16px;
}

#s_footer {
}



/* 
   Mittlere Spalte
   _______________
*/


/* rechter/linker Abstand */

#content_wrap { 
  margin: 0 10px; 
}


/* Hauptnavigation */

#nav {
 width: 100%;
 font-family: Tahoma, Helvetica, Arial, sans-serif;
}

#nav td {
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #fcf9ff;
 font-size: 15px;
}

#nav td a {
 display: block;
 background-color: #a06;
 background-image: url("../images/pages/navi_bg1.jpg");  
 background-position: 0 -10px;
 background-repeat: repeat-x;
 border-style: solid;
 border-width: 1px 1px 0 1px;
 border-color: #e7e7ff #bac #000 #d9d9ff;
 padding: 3px 6px 3px 6px;
 text-decoration: none;
 color: #f3f3ff;
}

#nav td a:hover { text-decoration: underline; }

#nav td.nav_cur {
 border-style: solid;
 border-width: 1px 1px 0 1px;
 border-color: #fcf9ff #a9c #000 #fff;
 background-image: url("../images/pages/navi_bg2.jpg");  
 background-position: 0 -7px;
 background-repeat: repeat-x;
 padding: 3px 4px 4px 6px;
}



/* 
   Spalte rechts
   _____________
*/


/* Bild */

#rc_headerimgct { 
  margin: 1px 0 -1px 0; 
}

#rc_headerimg { 
  border: 0; 
}


/* Container */

.rc_tab {
 margin-top: 19px;
 width: 148px;
 font-size: 11px;
}

.rc_head {
 background-color: #a06;
 padding: 3px 5px;
 font-family: Tahoma, Helvetica, Arial, sans-serif;
 font-weight: bold;
 color: #f3f3ff;
}

a.rc_headlink {
 display: block;
 text-decoration: none;
 color: #f3f3ff;
}

.rc_arrowtd {
 height: 19px;
 background-color: #a06;
 color: #f3f3ff;
}

.rc_arrowct {
 display: block;
 float: right;
 border-style: solid;
 border-color: #edf;
 border-width: 0 0 0 1px;
 width: 19px;
 height: 100%;
}

.rc_arrow {
 border: none;
}

.rc_info {
 border-style: solid;
 border-color: #a9a;
 border-width: 0 1px 1px 1px;
 padding: 4px;
}

.rc_info a {
 text-decoration: none;
}

.rc_info a:hover {
 text-decoration: underline;
}



/* 
   AGB
   ___
*/

#agbct {
 margin: 0 2%;
}

#agbct, 
#agbct table {
  font-family: Arial, Helvetica, sans-serif;
}

#agbct h1 {
  line-height: 1.2em;
  padding: 0;
  margin: 0.2em 0;
}

