/*** RESET BEGIN ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*** RESET END ***/

html {
	background: url(../img/bg.gif);
	overflow: -moz-scrollbars-vertical;
}

body {
	background: url(../img/logo.png) 782px 0px no-repeat;
	font-family: Arial, sans-serif;
	width: 1010px;
	margin: 12px auto 0;
	font-size: 11px;
	padding-bottom: 30px;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
	color: #660000;
}

a:link {
	color: #be2832;
}

a:visited {
	color: #be2832;
}

a:hover {

}

a:active {

}

.clear  {
	clear: both;
}

#colLeft {
	float: left;
	width: 152px;
	padding-right: 8px;
	padding-top: 16px;
}

.content {
	line-height: 1.4;
}

.content h1 {
	font-size: 16pt;
	margin-bottom: 8px;
	margin-top: 12px;
	line-height: 1;
}

.content h2 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 12px;
	font-weight: bold;
	clear: both;
}

.content p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.content ul {
	list-style-image: url(../img/listBullet.gif);
	margin-left: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.content .download span, .content .download img {
	vertical-align: middle;
}

.content p.dl-arr, .content p.dl-pdf, .content p.dl-none {
	background: url(../img/borderRedDashed.png) repeat-x bottom left;	

	min-height: 28px;
	height: auto;
}

p.news-border {
	background: url(../img/borderRedDashed.png) repeat-x bottom left;	
	min-height: 8px;
	height: auto;
	margin-bottom: 5px;
}

.content p.dl-arr:after, .content p.dl-pdf:after, .content p.dl-none:after, .content p.news-border:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 

.content p.dl-arr a, .content p.dl-pdf a,  .content p.dl-none a {
	display: block;
	float: left;
	padding-right: 25px;
	padding-bottom: 9px;
	padding-top: 9px;
	color: black;
}

.content p.dl-pdf a {
	background: url(../img/iconPdf.png) no-repeat 100% 50%;
}

.content p.dl-arr a {
	background: url(../img/iconLink.png) no-repeat 100% 50%;
}

.content p.news-item {
	background: url(../img/borderNews.png) no-repeat bottom left;
	margin-left: -15px;
	padding-left: 15px;
	padding-bottom: 8px;	
}

#colMain {
	background: url(../img/contentBorders.png) no-repeat bottom;
	float: left;
	width: 562px;
	padding: 15px 15px 0px;
	padding-bottom: 20px;
}

#colMain .main2 {
	width: 266px;
	float: left;	
}

#colMain .main4 {
	width: 133px;
	float: left;	
	margin-right: 7px;
}

#colMain .left {
	margin-right: 15px;	
}

#colMain .right {
	margin-left: 15px;
}

#colMain .main2.righted {
	text-align: right;	
}

#colMain .main2.centered {
	text-align: center;	
}

#colMain .main2.home {
	margin-top: -40px;
}

#bottomLine {
	height: 20px;
	width: 592px;
	margin-left: -15px;
	margin-bottom: -18px;
	background: url(../img/bottomLine.png) no-repeat 0px 19px;
	
	line-height: 1;
}

#colRight {
	float: left;
	width: 234px;
	padding-left: 8px;
	padding-top: 45px;
	text-align: right;
	padding-right: 15px;
}

#languageSwitch {
	height: 25px;
	margin-left: 22px;
}

#languageSwitch a.inactive {
	color: black;
}

a.backButton {
	padding-left: 18px;
	background: url(../img/iconBack.png) no-repeat 0% 50%;	
	float: right;
	margin-top: 2px;
	color: black;
}

a.topButton {
	padding-left: 15px;
	background: url(../img/iconTop.png) no-repeat 0% 50%;	
	float: right;
	margin-top: 15px;
	color: black;
	
}

.rssBox {
	background: url(../img/rssBox.png) no-repeat;
	width: 247px;
	height: 128px;
	text-align: left;
	padding: 8px;	
	line-height: 1 !important;	
}

.rssBox a {
	font-weight: bold;
	color: #660000;
}

.rssBox .date {
	font-size: 90%;	
}

.rssSource {
	margin-top: 40px;
	margin-right: 4px;
	color: #666666;
	font-size: 90%;	
}

/*** MENUS BEGIN ***/

#menuMain {
	border-bottom: 1px solid #000;
	height: 25px;
	font-size: 16px;
}

#menuMain li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 4px;
}

#menuMain li a {
	display: block;
	height: 19px;
}

#menuMain li.l0 a {
	background-position: 0px 0px;		
}

#menuMain li.l1 a {
	background-position: 0px -38px;		
}

#menuMain li.l0 a:hover, #menuMain li.l0 a.active {
	background-position: 0px -19px;
}

#menuMain li.l1 a:hover, #menuMain li.l1 a.active {
	background-position: 0px -57px;
}


#menuMain .home {
	width: 60px;	
}
#menuMain .home a {
	background: url(../img/menuHome.png) no-repeat;	
}

#menuMain .profil {
	width: 75px;	
}
#menuMain .profil a {
	background: url(../img/menuProfil.png) no-repeat;	
}

#menuMain .news {
	width: 48px;	
}
#menuMain .news a {
	background: url(../img/menuNews.png) no-repeat;	
}
#menuMain .news.l1 {
	display: none;	
}

#menuMain .mitgliederservice {
	width: 163px;	
}
#menuMain .mitgliederservice a {
	background: url(../img/menuMitgliederservice.png) no-repeat;	
}
#menuMain .mitgliederservice.l1 {
	display: none;	
}

#menuMain .links {
	width: 50px;	
}
#menuMain .links a {
	background: url(../img/menuLinks.png) no-repeat;	
}

#menuMain .kontakt {
	width: 79px;	
}
#menuMain .kontakt a {
	background: url(../img/menuKontakt.png) no-repeat;	
}


#menuSub li {
	margin-bottom: 10px;
}

#menuSub li a {
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#menuSub li a.rex-current, #menuSub li a.rex-active {
	color: #00d21e;	
}

ul.rex-breadcrumb {
	list-style-image: none;
	margin: 0;
	width: 500px;

}

ul.rex-breadcrumb:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 

ul.rex-breadcrumb li {
	float: left;	
}

ul.rex-breadcrumb li a {
	background: url(../img/breadcrumbLine.png) no-repeat 100% 50%;	
	padding-right: 8px;
	margin-right: 5px;
}



/*** MENUS END ***/


/*** FORMS BEGIN ***/

img#captcha {
	border: 1px solid #cc3333;	
}

form input, form select, form textarea {
	border: 1px solid #cc3333;
	margin-bottom: 4px;
}

form#contactForm label {
	display: block;
	margin-bottom: 3px;
	background: url(../img/bulletGreen.png) no-repeat left center;
	padding-left: 7px;
}

form#contactForm input, form#contactForm select, form#contactForm textarea {
	margin-bottom: 10px;	
	margin-left: 7px;
}

/*** FORMS END ***/


.centered {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}