
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	line-height: 19px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #C7C7C7;
}

img {
	border:0;
}


/* ---------- FORMS ------------------ */
form {
	margin: 0;
	padding: 0;
}

#formular div {
	margin: 0;
	/* hier wird der Abstand zwischen den Feldern gesteuert */
	padding: 2px 0 4px 0;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	color: #000000;
	width: 90px;
	float: left;
	text-align: left;
	margin: 3px 0 2px 0;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px; 
	border: 1px solid #CCCCCC;
	background-color: #F0F5FB;
	padding: 2px 3px 2px 3px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 15px; 
	border: 1px solid #CCCCCC;
}
.Button {
	font-size: 13px; 
	font-style: normal; 
	line-height: 15px;
	border: 1px solid #A99400;
	padding: 2px 10px 3px 10px;
	background:#FFE300;
	cursor:pointer;
	color:#000000;
}
.NoBorder {
	border:0;
}

/* ---------- LINK-EFFEKTE ------------------ */
#header a:link {  color: #00509A; text-decoration: none;}
#header a:visited {  color: #00509A; text-decoration: none; }
#header a:hover {  color: #005AA0; text-decoration: none; border-bottom: 1px dotted #A7BBD1; }
#header a:active {  color: #005AA0; text-decoration: none; border-bottom: 1px dotted #A7BBD1; }

#navi a:link { color: #00509A; text-decoration: none; }
#navi a:visited { color: #00509A; text-decoration: none; }
#navi a:hover { color: #013567; text-decoration: none; background:#E7EFF8;}
#navi a:active { color: #013567; text-decoration: none;  background:#E7EFF8;}

#content a:link {  color: #00509A; text-decoration: none; }
#content a:visited {  color: #00509A; text-decoration: none; }
#content a:hover {  color: #005AA0; text-decoration: none; border-bottom: 1px dotted #A7BBD1;}
#content a:active {  color: #005AA0; text-decoration: none; border-bottom: 1px dotted #A7BBD1;}

#footer a:link { color: #858585; text-decoration: none; }
#footer a:visited { color: #858585; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: none; border-bottom: 1px dotted #A7BBD1;}
#footer a:active { color: #858585; text-decoration: none; border-bottom: 1px dotted #A7BBD1;}

	
/* ---------- BASICS ------------------ */
#layout {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background: url(/img/fond.gif) top left repeat-y;
}
.LayoutContainer {
	text-align: left;
	width:980px;
	margin-left:5px;
	margin-right:5px;
	background: url(/img/lg_atm_balken.gif) top left no-repeat;
}
#side {
	float:left;
	width:220px;
	padding:0;
	margin: 0;
	background: url(/img/lg_atm.gif) top left no-repeat;
}
.SideContainer {
	
}
#main {
	float:right;
	width:742px;
	padding: 0px;
	margin: 0px;
}
.MainContainer {
	
}
/* ---------- HEADER ------------------ */
#header {
	width: 742px;
	height: 207px;
	position:relative;
}
.HeaderContainer {
	padding: 0px
}
.TopNaviBlock {
	padding: 5px 14px 0 0;
}
.TopNaviElement {
	float:right;
	margin:0 0 0 20px;
}
#headerfotoleiste {
	position:absolute;
	top:110px;
	left:0px;
}
.HeaderFoto {
	width:98px; 
	height:98px; 
	margin:0 7px 0 0; 
	position:relative; 
	float:left;
}
.HeaderFotoRahmen {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:98px; 
	height:98px;
	background: url(/img/fotorahmen_98x98.gif) top left no-repeat;
	text-align:center;
}

/* ---------- SIDE NAVIGATION ------------------ */
#navi {
	float:left;
	width:220px;
	padding:0px;
	margin: 0px;
	background:#D0DCEB;
}
.NaviAHi {
	cursor:pointer;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 0 5px 15px;
	color:#000000;
	background:#E7EFF8;
	border-top: 1px solid #A7BBD1;
}
.NaviA {
	cursor:pointer;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 0 5px 15px;
	color: #013567;
	background:#D0DCEB;
	border-top: 1px solid #A7BBD1;
}
.NaviBHi {
	cursor:pointer;
	font-size: 13px;
	line-height: 15px;
	padding: 3px 0 3px 25px;
	color: #000000;
	background:#E7EFF8;
	border-top: 1px dashed #A7BBD1;
}
.NaviB {
	cursor:pointer;
	font-size: 13px;
	line-height: 15px;
	padding: 3px 0 3px 25px;
	color: #013567;
	background:#DCE6F2;
	border-top: 1px dashed #A7BBD1;
}
.NaviAEnde {
	height:1px;
	border-top: 1px solid #A7BBD1;
	margin: 0 0 35px 0;
}

/* ---------- CONTENT ------------------ */
#content {
	float:right;
	width: 742px;
	padding: 0px;
	margin: 40px 0 0 0;
}
.ContentContainer { 
	padding: 0px;
}
#licontent {
	float: left;
	width: 442px;
	padding: 0px;
	margin: 0px;
}
.LiContentContainer {
	padding: 0px;
	margin: 0px;
	clear: both;
}
#recontent {
	float: right;
	width: 250px;
	padding: 0px 14px 0 0;
	margin: 0;
}
.ReContentContainer {
	padding: 0px;
	margin: 0px;
	clear: both;	
}


/* ---------- TYPO ------------------ */
.HL {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #013567;
	padding: 0 0 20px 0;
}
.HLs {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #013567;
	padding: 0 0 10px 0;
}
.SL { 
	font-size: 18px; 
	line-height: 24px; 
	font-weight: normal; 
	color: #333333; 
	padding: 20px 0 5px 0;
}
.SLs {
	font-size: 18px; 
	line-height: 24px; 
	font-weight: normal; 
	color: #333333; 
	padding: 0px 0px 5px 0px;
}
.Copy { 
	color: #000000; 
}
.CopyGrau { 
	color: #666666; 
}
.CopyS {
	font-size: 11px;
	line-height: 16px;
}
.CopySGrau {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.BU {
	font-size: 11px;
	line-height: 15px;
	color: #555555;
	padding:2px 5px 2px 5px;
	background: #F5F5F5;
}
.Einzug {
	padding: 0 0 0 40px;
}
.List {
	line-height: 16px;
	margin: 0px 0px 8px 0px ;
	padding: 0 0 0 15px;
	background: url(/img/dot.gif) 0px 0px no-repeat;
}

.C {
	text-align: center;
}
.R {
	text-align: right;
}
.Left {
	float:left;
}
.Right {
	float:right;
}
.FotoLinks {
	float:left;
	border:1px solid #CCCCCC;
	margin: 0 10px 5px 0;
}
.FotoRechts {
	float:right;
	border:1px solid #CCCCCC;
	margin: 0 0 5px 10px;
}
.Foto {
	border:1px solid #CCCCCC;
	margin: 10px 0 10px 0;
}

.AdressBlock {
	padding:5px 0 25px 0;
}
.VereinsLogo {
	float:left;
	width: 70px;
	margin-right: 10px;
}
.Block {
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom:1px solid #E5E5E5;
}
.HinweisRahmen {
	padding: 5px 10px;
	margin: 5px 0;
	border:1px solid #A7BBD1;
	background: #E7EFF8;
}
.DownloadListe {
	padding: 2px 0px;
}
.BildPreview {
	float:left; 
	width:145px; 
	text-align:center; 
	margin:0 0 15px 0;
}
.Bild {
	text-align:center;
}
.WrapBox {
	width:440px; position:relative; padding:5px 0px; text-align:center;
}
.WrapLiPfeil {
	float:left; 
	width:20px; 
	text-align:left; 
	padding:4px 0 0 0;
}
.WrapLiText {
	float:left; 
	width:100px; 
	text-align:left;
}
.WrapRePfeil {
	float:right; 
	width:21px; 
	text-align:right; 
	padding:4px 0 0 0;
}
.WrapReText {
	float:right; 
	width:100px; 
	text-align:right;
}
/* ---------- Button ------------------ */

.Btn {
	float: left; 
	height: 27px; 
	background: url(/img/fond_btn_li.gif) top left repeat-x; 
	padding:4px 10px 0 13px;
	font-size: 14px;
	line-height: 16px;
}

/* ---------- BOXEN ------------------ */

.BoxInfoHeader {
	font-size: 16px; 
	line-height: 20px; 
	color: #424242; 
	padding: 3px 0 0 10px;
	height: 23px;
	margin: 0;
	letter-spacing: 0.1em;
	background: url(/img/box_header.gif) top left no-repeat; 
	background-color: #FFDE00;
}
.BoxPlainHeader {
	font-size: 0px; 
	line-height: 0px;
	height: 6px;
	margin: 0;
	background: url(/img/box_header.gif) top left no-repeat; 
	background-color: #F5F5F5;
}
.BoxContent {
	padding: 0 0 6px 0;
	margin: 0 0 20px 0; /* Abstand noch unten zur nächsten Box */
	background: url(/img/box_footer.gif) bottom left no-repeat;
	background-color: #F5F5F5;
	 
}
.BoxCopy {
	padding:8px 10px;
	font-size: 13px; 
	line-height: 16px;
}
.BoxThema {
	padding:8px 10px 0 10px;
	font-size: 13px; 
	line-height: 15px;
	font-weight:bold;
	color: #424242;
}
.CopyTrauer {
	color:#FFFFFF; 
	font-size:13px; 
	line-height:19px; 
	text-align:left;
}
/* ---------- ABSTÄNDE ------------------ */

.SpaceXS {
 	padding-top: 5px;
	font-size: 1px; 
	line-height: 1px;
}
.SpaceS {
 	padding-top: 10px;
	font-size: 1px; 
	line-height: 1px;
}
.SpaceM {
 	padding-top: 20px;
	font-size: 1px; 
	line-height: 1px;
}
.SpaceL {
 	padding-top: 30px;
	font-size: 1px; 
	line-height: 1px;
}
.SpaceXL {
 	padding-top: 40px;
	font-size: 1px; 
	line-height: 1px;
}

/* ---------- SPECIALS ------------------ */
.CL {
	clear: both;
	margin: 0px;
	padding:0px;
	font-size: 0; 
	line-height: 0;
}
.NoWrap {
	white-space: nowrap;
}
.Pfeil {
	float:left;
	padding:4px 4px 0 0;
}
#recontent .Pfeil {
	padding:2px 4px 0 0;
}
.AdFooter {
	font-size: 12px;
	color:#858585;
	padding:30px 0 10px 0;
}
.AdSide {
	font-size: 12px;
	color:#858585;
	padding:0px 0 20px 0;
}
/* ---------- FOOTER ------------------ */
#footer {
	bottom: 0px;
	clear: both;
	margin:0;
	width: 980px;
}
.FooterContainer {
	font-size: 11px;
	color: #858585;
	padding:10px 14px 5px 238px;
}
.FooterBalken {
	height:14px;
	background: #013567;
}

