
body {
  font-family:Arial, Sans-Serif;
  font-size:100.1%;
  font-weight:normal;
  color:#000;
  background-color:#005142;
  background-image:url('../../images/body_start_bg.png');
  background-repeat:repeat-x;
  text-align:center;
  padding:0;
  margin:0;
}

a {
  text-decoration:none;
}



div#wrapper {
  width:990px;
  height:650px;
  margin:0 auto;
  padding:0;
  position:relative;
  text-align:center;
}

.title_weiss {
  color:#fff;
}
.title_gelb {
  color:#ffb400;
}
.title_grau {
  color:#686868;
  font-size:14px;
  font-weight:bold;
}

/* Willkommen beim */
div#title_1 {
  position:absolute;
  left:0;
  top:40px;
  text-align:center;
  width:100%;
  font-size:1.3em;
}
/* Turn- und Sport.... */
div#title_2 {
  position:absolute;
  left:0;
  top:70px;
  text-align:center;
  width:100%;
  font-size:28px;
  font-weight:bold;
}


/* Infos ueber den Hauptverein */
div#link_helper {
  font-size:12px;
}
a.logo_link img {
  border:none;
  margin:0;
}

table#symbols_left td a img,
table#symbols_right td a img {
  border:none;
}


/******************************************/
/* Layouttable (3-Spalten) */
/******************************************/
table#layout_table {
  width:990px;
  position:absolute;
  left:0;
  top:171px;
  border:none;
  padding:0;
  margin:0;
}
table#layout_table td.left {
  width:350px;
  vertical-align:top;
  padding-top:30px;
}
table#layout_table td.middle {
  width:290px;
  vertical-align:top;
  padding-top:1px;
}
table#layout_table td.right {
  width:350px;
  vertical-align:top;
  padding-top:30px;
}


/******************************************/
/* Symbole (links) */
/******************************************/
table#symbols_left {
  width:246px;
  margin-left:auto;
  margin-right:0;
}
table#symbols_left td {
  padding-right:10px;
  padding-bottom:10px;
  padding-top:5px;
  text-align:right;
}
table#symbols_left td a, 
table#symbols_left td a:link, 
table#symbols_left td a:focus, 
table#symbols_left td a:visited, 
table#symbols_left td a:active, 
table#symbols_left td a:hover {
}

/******************************************/
/* Symbole (rechts) */
/******************************************/
table#symbols_right {
  width:246px;
  margin-left:0;
  margin-right:auto;
}
table#symbols_right td {
  padding-right:10px;
  padding-bottom:10px;
  padding-top:5px;
  text-align:right;
}
table#symbols_right td a, 
table#symbols_right td a:link, 
table#symbols_right td a:focus, 
table#symbols_right td a:visited, 
table#symbols_right td a:active, 
table#symbols_right td a:hover {
}


div.champini {
	position: absolute; 
	right: 120px; 
	top: 400px;
	width:160px;
	height:50px;
}
div.champini img {
	border:5px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


/******************************************/
/* hovers */
/******************************************/
table#layout_table table td:hover {
  background-image:url('../../images/symbol_hover_bg.png');
  background-repeat:no-repeat;
  background-position:1px 0;
}



/******************************************/
/* FOOTER */
/******************************************/
div#footer_wrapper {
  position:absolute;
  left:0;
  bottom:20px;
  width:100%;
}

div#footer {
  text-align:center;
  width:60%;
  margin:0 auto;
}

div#footer div.footer_menu {
  border-bottom:1px dotted #fff;
  padding-bottom:5px;
  margin-bottom:5px;
  font-size:12px;
  font-weight:bold;
}

div#footer div.footer_menu ul {
  display:inline;
  margin:0;
  padding:0;
  padding-left:5px;
  padding-right:5px;
}

div#footer div.footer_menu ul li {
  display:inline;
  margin:0;
  padding:0;
  padding-right:3px;
  padding-left:3px;
}

div#footer div.footer_menu ul li a,
div#footer div.footer_menu ul li a:link,
div#footer div.footer_menu ul li a:active,
div#footer div.footer_menu ul li a:visited,
div#footer div.footer_menu ul li a:focus,
div#footer div.footer_menu ul li a:hover {
  color:#ffb400;
  text-decoration:none;
}

/* Text */
div#footer div.footer_content {
  color:#fff;
  font-size:12px;
  font-weight:bold;
}


/******************************************/
/* Bildformatierungen */
/******************************************/
table dd.csc-textpic-caption {
  font-size:0.7em;
  color:#fff;
}

table div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin:0;
}


