/* 
   =================================================================
     GRUNDEINSTELLUNGEN 
   =================================================================
*/

/* 
   -----------------------------------------------------------------
     FARBEN
   ----------------------------------------------------------------- 

text braun #996633
text orange #ff9900
text dunkel #5b564c
text hell #948f86

hintergrund orange dunkel #ffa800
hintergrund orange mittel #ffcc66
hintergrund orange hell #fff5e0

*/

/*
  background:#FFBBBB;
  opacity:.50;
  filter: alpha(opacity=50);
*/

html, body {
  height:100%;	
}

html,body,div,p,h1,h2,h3,ul,ul li,a,img {
  margin:0;
  padding:0;
  border:0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;
  text-decoration:none;
  line-height:18px;
  color:#5b564c; 
}

h1,h2,h3 {
  font-family:"Times New Roman",serif;
}

#events h2, #news h2 {
  font-family:Arial,Helvetica,sans-serif;
}


a.download {
  padding-left:10px;
  background:url(arrows_down_orange.gif) left 4px no-repeat;
}
a.download:hover{
  background-image:url(arrows_down_grey.gif);
}

a.external-link-new-window {
  padding-left:10px;
  background:url(arrows_orange.gif) left 4px no-repeat;
}
a.external-link-new-window:hover{
  background-image:url(arrows_grey.gif);
}

#wrapper {
  position:relative;
  margin:auto;
  top:0;
  width:985px;
  text-align:center;
  z-index:1;
}

/* 
   -----------------------------------------------------------------
     OBEN
   ----------------------------------------------------------------- 
*/

#header {
  position:relative;
  width:985px;
  height:120px;
  text-align:left;
}

#logo {
  position:absolute;
  top:20px;
  left:20px;
}

#title {
  position:absolute;
  top:50px;
  left:190px;
  color:#996633;
  font-size:18px;
  line-height:24px;
  font-weight:bold;
}

#topmenu {
  position:absolute;
  top:0px;
  right:0px;
  text-align:right;
  width:100%;
}

#topmenu ul {
}

#topmenu li  {
  list-style:none; 
  display:inline;
  font-size:11px;
  border-left:1px solid #5b564c;
  color: #ff9900;
  padding:0px 5px 0px 5px;
}

#topmenu li a {
  font-size:11px;
  color: #5b564c;
}

#topmenu li a:hover {
  color:#ff9900;
}

#topmenu li.first {
  border-left:0;
}

#topmenu li.last {
  border-left:0;
  color:#5b564c;
  background:#ff9900;
  padding:1px 5px 1px 5px;
}

#topmenu li.last a {
  color:white;
}

#topmenu li.last a:hover {
  color:#5b564c;
}


/* 
   -----------------------------------------------------------------
     LINKS
   ----------------------------------------------------------------- 
*/

#left {
  position:relative;
  float:left;
  width:160px;
  text-align:left;
  margin-top:38px;
}

#submenu {
  position:relative;
  width:100%;
}

#submenu ul {
}

#submenu li  {
  list-style:none; 
  margin-left:20px;
  background:url(line_medium.gif) top left repeat-x;
  padding:3px 0 3px 0 ;
}

#submenu li.first {
  background:none;
}

#submenu div {
  color:#ff9900;
  margin-left:-20px;
  background:url(arrow_orange.gif) 0px 5px no-repeat;
  padding-left:20px;
}

#submenu div span {
}

#submenu li a {
}

#submenu li a:hover {
  color:#ff9900;
}

/* 
   -----------------------------------------------------------------
     MITTE
   ----------------------------------------------------------------- 
*/

#center {
  position:relative;
  float:left;
  width:610px;
  margin-left:30px;
  text-align:left;
}

#center div {
}

#menu {
  position:relative;
  background:url(line_dark.gif) top left repeat-x;
}

#menu ul {
  padding: 3px 0 3px 0;
  background:url(line_dark.gif) bottom left repeat-x;
}

#menu li  {
  list-style:none; 
  display:inline;
  line-height:10px;
  border-left:1px solid #ff9900;
  color: #ff9900;
  padding:0 21px 0 21px;
}

#menu li.first {
  border-left:0;
}

#menu li a {
  color: #5b564c;
}

#menu li a:hover {
  color:#ff9900;
}

#banner {
  position:relative;
  margin-top:15px;
  margin-left:0;
  padding-left:0;
  border-left:0;
}

#banner img {
  border-top:1px solid #ffa800;
  border-bottom:1px solid #ffa800;
  vertical-align:top;
    margin-left:0;
  padding-left:0;
  border-left:0;
}

#path {
  position:relative;
  padding: 18px 0 0px 0;
}

#path ul {
}

#path li  {
  list-style:none; 
  display:inline;
  line-height:10px;
  font-size:9px;
  color: #948f86;
}

#path li a {
  font-size:9px;
  color: #948f86;
}

#path li a:hover {
  color:#ff9900;
}

#content {
  position:relative;
  margin-bottom:30px;
}

#center h1, #content h1, #right h1 {
  margin:16px 0 5px 0;
  color:#ff9900;
  font-size:22px;
  line-height:26px;
  padding-bottom:10px;
  background:url(line_dark.gif) bottom left repeat-x;  
}

#content h2, #content h3 {
  margin:15px 0 5px 0;
  font-size:18px;
  line-height:22px;
  color:#ff9900;
}

#content h2 {
  padding-bottom:5px;
  background:url(line_dark.gif) bottom left repeat-x;  
}

#content p {
  margin:8px 0 0 0;
}

#content ul {
  margin:10px 0 10px -20px;
  background:#fff5e0;
  list-style-image:url(arrow_orange.gif);
}

#content li {
  padding:5px 5px 5px 0;
  margin-left:20px;
  background:url(line_orange.gif) bottom left repeat-x;  
}

#content ol li {
  background:none;  
  list-style:decimal; 
}

#content ul.eins {
  background:none;  
}

#content ul.eins li {
  padding:0;
  margin:0;
  margin-left:-20px;
  background:none;  
}

#content ul.zwei {
  background:none;  
}

#content ul.zwei li {
  padding:2px 5px 2px 0;
  font-weight:bold;
}

#content a {
  color:#ff9900;
  text-decoration:underline;
}

#content a:hover {
  color:#948f86;
  text-decoration:none;
}

/* 
   -----------------------------------------------------------------
     RECHTS
   ----------------------------------------------------------------- 
*/

#right {
  position:relative;
  float:left;
  width:170px;
  margin-left:15px;
  text-align:left;
  margin-bottom:18px;  
}

.orange{
  position:relative;
  background:#ff9900;
  padding:5px 3px 5px 3px;
}


.orange p, .orange a{
  color:white;
  font-size:11px;
  line-height:16px;  
}
.orange a:hover{
  color:#5b564c;
  text-decoration:underline; 
}

#login {
  position:relative;
  background:#ffcc66;
  padding:5px 3px 5px 3px;
  margin-top:5px;
}
#login th {
  color:#5b564c;
  font-weight:normal;
  font-size:11px;
}

#login label {
  font-size:11px;
}

#login a{
  background:url(arrows_white.gif) left 3px no-repeat;
}
#login a:hover{
  background-image:url(arrows_orange.gif);
  text-decoration:underline; 
}
#login input {
  border:1px solid #948f86;
  width:90px;
  font-size:11px;
  height:13px;
  margin:2px;
}

#login input.csc-mailform-submit {
  border:none;
  width:7px;
  height:8px;
}


#news {
  position:relative;
  background:url(points_white.gif) top left ;
  margin-top:15px;
}
#news h2 {
  padding:1px 3px 1px 3px;
  background:#ff9900;
  color:white;
  font-weight:bold;
}

#news div {
  padding:3px;
  background:url(line_dark.gif) bottom left repeat-x;
}

#news div div {
  padding:0;
  background:none;
  font-size:11px;
}

#news .image {
  position:relative;
  float:left;
  z-index:2;
  margin:5px 5px 0 0;
}

#news a{
  color:#ff9900;
  background:url(arrows_orange.gif) right 4px no-repeat;  
  font-size:11px;
}
#news a:hover{
  color:#5b564c;
  background-image:url(arrows_grey.gif);
  text-decoration:underline;
}

/* 
   -----------------------------------------------------------------
     UNTEN
   ----------------------------------------------------------------- 
*/

#footer {
  position:relative;
  clear:both;
  text-align:left;
}

#footer_left {
  position:relative;
  top:0;
  left:20px;
  width:780px;
  background:url(line_dark.gif) top left repeat-x;
  font-size:11px;
}

#footer_left p {
  font-size:11px;
}

#footer_right {
  position:absolute;
  top:0;
  left:815px;
  width:170px;
  background:url(line_dark.gif) top left repeat-x;
  font-size:11px;
}

#bottommenu li  {
  list-style:none; 
  display:inline;
  font-size:11px;
  border-left:1px solid #5b564c;
  color:#ff9900;
  padding:0px 5px 0px 5px;
}

#bottommenu li a {
  font-size:11px;
  color:#5b564c;
}

#bottommenu li a:hover {
  color:#ff9900;
  text-decoration:underline; 
}

#bottommenu li.first {
  border-left:0;
  padding-left:0;
}

#footer_print {
  position:absolute;
  top:0;
  right:0;
  width:15px;
  text-align:right;
}

#footer a {
  font-size:11px;
}

#footer a:hover {
  color:#ff9900;
  text-decoration:underline; 
}

#footer_print a {
  width:15px;
  background:url(print_grey.gif) top right no-repeat;
}

#footer_print a:hover {
  background:url(print_orange.gif) top right no-repeat;
}

/* 
   -----------------------------------------------------------------
     STARTSEITE
   ----------------------------------------------------------------- 
*/

.start #header {
  height:270px;
}

.start #center {
  width:525px;
}

.start #menu {
  top:120px;
  left:190px;
  margin-right:190px;
}

.start #menu li {
  padding:0 35px 0 35px;
}

#teaser {
  position:relative;
  top:120px;
  margin-top:15px;
  left:190px;
  margin-right:190px;
}

#teaser div {
  position:absolute;
  border-left:1px solid #5b564c;
  padding:0px 7px 0px 7px;
}

#teaser div.first {
  border-left:0;
  padding-left:0;
}

#teaser div.second {
  left:262px;
}

#teaser div.third {
  padding-right:0;
  left:532px;
}

#teaser div div {
  position:relative;
  padding:0;
  border:0;
  display:block;
  background:#ff9900;
  width:255px;
}

#teaser h1 { 
  padding:1px 3px 1px 3px;
}  

#teaser a {
  color:white;
  font-weight:bold;
}

#teaser a:hover {
  color: #5b564c;
  text-decoration:underline;
}

#teaser img {
  vertical-align:top;
}

.start #right {
  width:255px;
}

#events {
  position:relative;
  background:url(points_white.gif) top left ;
  margin-top:15px;
}
#events h2 {
  padding:1px 3px 1px 3px;
  background:#ff9900;
  color:white;
  font-weight:bold;
}

#events p{
  margin-top:3px;
  padding:0 3px 3px 3px;
  background:url(line_dark.gif) bottom left repeat-x;
  font-size:11px;
}

#events a{
  color:#ff9900;
  background:url(arrows_orange.gif) right 4px no-repeat;
  font-size:11px;
}
#events a:hover{
  color:#5b564c;
  background-image:url(arrows_grey.gif);
  text-decoration:underline;
}

/* 
   -----------------------------------------------------------------
     KONTAKTSEITE
   ----------------------------------------------------------------- 
*/

#kontakt #content {
  width:295px;
  float:left;
}


#kontakt #right {
  width:295px;
  margin-left:10px;
}

#kontakt #content h1, #kontakt #right h1 {
  font-size:18px;
  padding:10px 0 10px 0;
  background: url(line_dark.gif) bottom left repeat-x;  
}

#kontakt #right p {
  margin:8px 0 0 0;
}

#kontakt #right a {
  color:#ff9900;
}
#kontakt #right a:hover {
  color:#5b564c;
  text-decoration:underline;
}

/* 
   -----------------------------------------------------------------
     TEAM
   ----------------------------------------------------------------- 
*/


.contact {
  width:610px;
  border-collapse: collapse;  
  background:#fff5e0 url(line_orange.gif) bottom left repeat-x;
}

.contact td {
  vertical-align:top;
  padding:10px 5px 10px 0;
}

.contact .image {
  width:100px;
}

.contact .left {
  width:160px;
}

.contact .right {
  width:280px;
}

/* 
   -----------------------------------------------------------------
     BILDERGALERIE
   ----------------------------------------------------------------- 
*/

#content .csc-textpic ul {
  margin-left:0;
}

#content li.csc-textpic-image {
  background:none;
  margin:0 10px 0 0;
  padding:0;
}


