body {
	background-color:#fce3ce;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	margin:0;
	text-align: center;
	background-image:url(../img/layout/top_verlauf_orange.gif);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, div {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

p, ul, ol, li, a, div {
	font-size: 13px;
}

img, div, h1, form {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

div.standard {
	float: left;
	width: 100%;
}

div#body {
 width: 980px; /*980px!!!! */
 margin: 0 auto;
 padding: 10px 0px 10px 0px;
}

div#body_head {
 position: relative;
 top: 0px;
 left: 0px;
 width: 30%;
 float: left;
 z-index: 1;
}

div#body_mid {
 position: relative;
 top: -56px;
 left: 0px;
 width: 100%;
 float: left;
 border-top: 1px solid #f15e2e;
 border-bottom: 1px solid #f15e2e;
 background-image:url(../img/layout/bg_body_mid.gif);
 background-repeat: repeat-y;
 z-index: 0;
}

div#body_left {
 width: 700px;
 float: left;
 padding: 10px 0px 10px 0px;
 /* background-color: #ccc;*/
}

div#body_right {
 width: 250px;
 float: right;
 padding: 10px 0px 10px 0px;
}

div#text, div#kart, div#text_index {
	float:right;
	width: 470px;
	/* background-color: #eee; */
}

div.nav_right {
	 width: 240px;
	 float: left;
	 background-color: #eee;
	 padding: 0px 0px 10px 0px;
	 margin-top: 10px;
	 border: 1px solid #ccc;
}


div#navboxoben {
	position: relative;
	top: -15px;
	left: 0px;
	width: 65%;
	float: right;
 	z-index: 2;
 	/*background-color: #f15e2e;*/
 	padding-right: 10px;
 	background-image:url(../img/layout/nav_linie.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#navbox {
	width: 200px;
	float: left;
	/*background-color: #e70;*/
	padding: 50px 0px 50px 0px;
}

div.nav_left {
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #e70;
	margin-top: 10px;
	padding: 8px 0px 5px 0px;
}

div#fusszeile {
	float: left;
	width: 100%;
 	padding-top: 20px;
}

div#navboxunten {
	position: relative;
	top: 6px;
	float: left;
	width: 400px;
	padding-left: 80px;
 	background-image:url(../img/layout/nav_linie_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
 	/*background-color: #f15e2e;*/
}

div#bot_zusatz {
	float: right;
	width: 24%;
	text-align: center;
 	color: #e70;
}

div#bottomdistanz {
	position: relative;
	top: -44px;
	float: left;
	width: 100%;
 	text-align: center;
 	padding-bottom: 20px;
 	font-size: 12px;
}

div.teamlist {
	float: left;
	width: 86%;
	padding: 2% 0% 0% 6%;
	/*background-color: #acd;*/
}

img.teamfoto {
	margin: 0px 10px 10px 0px;
	float: left;
}

div.linkblock{
	float: left;
	width: 96%;
	padding: 0% 0% 4% 2%;
}

/* ************** Überschriften, Absätze etc ALLGEMEIN********************* */

strong {
	color: #e70;
	font-weight: 600;
}

h1 {
	color: #930B2D;
	font-size: 16px;
	margin-bottom: 10px;
}

div#text_index h1 {
	text-align: center;
	font-variant: small-caps;
	font-size: 18px;
}

h2 {
	font-weight: 600;
	font-size: 14px;
	color: #e70;
	margin: 15px 0px 0px 0px;
}

div#text_index h2 {
	text-align: center;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
	font-variant: small-caps;
}

div#kart h2, div.termin h2 {
	font-size: 13px;
	margin: 15px 0px 0px 10px;
	text-indent: -10px;
}

div.teamlist h2 {
	font-size: 13px;
	margin: 5px 0px 0px 0px;
}

h3 {
	font-weight: 600;
	font-size: 13px;
	color: #e70;
	margin: 10px 0px 0px 0px;
}

h4{
	font-weight: 600;
	font-size: 13px;
	color: #888;
	margin: 8px 0px 0px 0px;
}

p {
	margin: 8px 0px 0px 0px;
}

p.spacer {
	font-size: 1px;
	margin: 0px;
}

div#text_index p {
	font-size: 14px;
}

div#kart p {
	margin-left: 10px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-top: 5px;
}

div#body_right h2, div#body_right p {
	margin-left: 10px;
}

.kn_datum {
	font-weight: normal;
	color: #888;
	font-size: 12px;
	white-space:nowrap;
}

/* ============= Newsletter und Form diverses ======================== */

  	input#email_nl {
  		width: 200px;
  		margin-top: 5px;
  	}

  	input#email_nl:focus {
  		width: 200px;
  		margin-top: 5px;
  		background-color: #fec;
  	}

  	input#submit_nl {
		width: 160px;
		margin-top: 5px;
		cursor: pointer;
		border: 1px solid #e70;
		color: #e70;
		font-weight: 600;
		background-color: #fce3ce;
		font-size: 12px;
  	}

  	div#url_http {
  		 display: none;
  	}

p.link_indent{
	margin: 5px 5px 0px 25px;
	text-indent: -15px;
}



/* =================== Links ======================== */

a {
	text-decoration: none;
	color:#930B2D;;
	font-size: 13px;
	font-weight: normal;
}

a:hover {
	color: #e70;
}


a.main {
	display: block;
	padding: 0px 0px 5px 10px;
	font-weight: 600;
}

a.main:hover, a.mainact {
	display: block;
	padding: 0px 0px 5px 10px;
	font-weight: 600;
	color: #e70;
	background: url(../img/layout/pfeil_nav.gif) no-repeat;
}

a.sub {
	display: block;
	padding: 0px 0px 5px 10px;
	margin: 3px 0px 0px 10px;
}

a.sub:hover, a.subact {
	display: block;
	padding: 0px 0px 5px 10px;
	margin: 3px 0px 0px 10px;
	color: #e70;
	background: url(../img/layout/pfeil_nav.gif) no-repeat;
}

div#navboxoben a, div#navboxunten a {
	background-color: #fff;
	padding: 3px 10px 3px 10px;
	font-weight: 600;
	border: 1px solid #f15e2e;
}

div#navboxoben a:hover, div#navboxunten a:hover, div#navboxoben a.act, div#navboxunten a.act  {
	color: #e70;
	background: #fff url(../img/layout/pfeil_top.gif) no-repeat;
}

div#navboxoben a, div#navboxoben a.act {
	float: right;
	margin: 0px 5px 0px 0px;
}

div#navboxunten a, div#navboxunten a.act  {
	margin: 0px 0px 0px 5px;
}

p.kat a {
	text-decoration: underline;
	margin-left: 10px;
}

div#kart h2 a, div.teamlist h2 a, div.termin h2 a {
	padding-left: 10px;
	color: #e70;
	font-weight: 600;
	background: url(../img/layout/pfeil_navhell.gif) no-repeat;
}

div.termin h2 a {
	padding-left: 10px;
	color: #930B2D;
	font-weight: 600;
	font-size: 14px;
	background: url(../img/layout/pfeil_navhell.gif) no-repeat;
}

div#kart h2 a:hover, div.teamlist h2 a:hover, div.termin h2 a:hover {
	text-decoration: underline;
	background: url(../img/layout/pfeil_nav.gif) no-repeat;
}

a.anmeldung {
	padding-left: 10px;
	color: #930B2D;
	font-weight: 600;
	text-decoration: underline;
	background: url(../img/layout/pfeil_navhell.gif) no-repeat;
}

a.anmeldung:hover {
	background: url(../img/layout/pfeil_nav.gif) no-repeat;
}

a.firsttext, a.firsttext:hover {
	color: #333333;
}

a.img {
	background-image: none;
	padding: 0px;
	margin: 0px;
	color: #303030;
	text-decoration: none;
}

a.img:hover {
	background-image: none;
	padding: 0px;
	color: #303030;
	text-decoration: none;
}


