body {
	margin: 0;
	padding: 0;
	background: #eeeced;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;

}

#columnA li {
	list-style-image:url(../images/icons/pfeil-rot.gif);
	list-style-position:outside;
}

span.li  {
	list-style-image: url(../images/icons/pdf_ico.gif);
	list-style-position:outside;
}

h1, h2, h3, h4, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #c01318;
}

h5 a {
	font-size:10px;
	text-decoration:none;
	padding-right: 10px;
	margin-top: 0px;
}

h5 {
	font-size:10px;
	text-decoration:none;
	padding-right: 10px;
	margin-top: 5px;
border-bottom: 1px solid #cccccc
}

a {
	color: #c01318;
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img { border:0; }

.img-border {
	border: 1px solid #c01318;
	margin: 8px;
}


/** HEADER */

#header {
	width: 955px;
	height: 220px;
	margin: 0 auto;
	color: #FFFFFF;
}

/** CONTENT */

#content-wrap {
	width: 955px;
	margin: 0 auto;
	background-image: url(../images/elements/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* a hack so that IE5.5 faulty box model is corrected */
*html #content-wrap {
	width: 955px;
	margin: 0 auto;
	background-image: url(../images/elements/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content {
	width: 870px;
	margin: 0 auto;
}

#columnA {
	float: left;
	width: 615px;
}

#columnA img {
	margin: 2px 15px 5px 0;
}

#columnA h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b7274b;
}


#columnA h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b7274b;
}

#columnB {
	float: right;
	width: 180px;
    border-left: solid 1px #dddddd;
    border-right: solid 2px #cccccc;
    border-top: solid 1px #dddddd;
    border-bottom: solid 2px #cccccc;
    color: ##2d3956;
    background-color: #f8f9f3;
    padding: 5px;
	text-align: left;
	margin-bottom: 15px;
}

#columnB p {
 padding: 0 5px;
 	font-size: 11px;
}

#columnB h2 {
	border-bottom: 1px #2d3956 solid;
	color: #ffffff;
	background-color:#2d3956;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 8px;
}

#columnB h3 {
	border-bottom: 1px #c01318 solid;
	color: #ffffff;
	background-color:#c01318;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 8px;
}
#columnB strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

#columnB .img {
	margin: 0 10px 0 0;
}

#columnB a {
	font-size: 11px;
	text-decoration:none;
}

#columnB a:hover {
	text-decoration:underline;
}

#columnB span {
	text-align:center;
	margin: auto;
}

#columnB ul {
	list-style-position: outside;
	vertical-align:middle
}

.middle {
	vertical-align:middle;
	padding: 8px;
}


/** FOOTER */

#footer {
	width: 955px;
	height: 70px;
	margin: 0 auto;
	font-size: 11px;
	color: #000000;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer .copyright {
	float: left;
	margin: 50px 0px 0px 30px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 50px 30px 0px 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
}

.footer-start {
	background-image: url(../images/frame/footer-startseite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer-claro {
		background-image: url(../images/frame/footer-claro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer-service {
	background-image: url(../images/frame/footer-service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer-kontakt {
	background-image: url(../images/frame/footer-kontakt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer-veranstaltungen {
	background-image: url(../images/frame/footer-veranstaltungen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/** TABLES **/

#table table a:link {color: #c01318;}
#table table a:visited {color: #c01318;}
#table table a:hover {color: #c01318;}
#table table a:active {color: #c01318;}
#table table a:focus{color: #c01318;}

	#table table{
	width: 100%;
	border-left: solid 1px #dddddd;
	border-right: solid 2px #cccccc;
	border-top: solid 1px #dddddd;
	border-bottom: solid 2px #cccccc;
	margin-bottom: 10px;
	}
	
	#table table tr td{
		padding: 6px 9px;
		text-align:left;
		border-bottom: 1px solid #dddddd;

	}
	
	#table th {
		width: 30%;
	}	
	
	#table table tbody tr th{
	background-color: #fff;
	font-weight: bold;
	border-left: none;
	padding: 6px 9px;
	background-color: #dddddd;
	text-align: left;
	vertical-align:top
	}
	#table table tbody td{
	border-left: 1px solid #dddddd;
	}
	
#table table tbody tr:hover {
	background-color: #dddddd;
}
