/*
1. body
2. inhaltselemente
3. links
4. layout
*/

/*########################################*/
/*1. body*/
BODY {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-image : url(bilder/backgrnd_global.jpg);
	background-repeat : repeat-x;
	background-position : top;
}

/*########################################*/
/*2. inhaltselemente*/
h1 {
	font-size: 18px;
	color: #c6371b;
	font-weight: bold;
}
h1.txt {
	font-size: 12px;
	color: #dfdfdf;
	font-weight: normal;
}
h1.txtinline {
	font-size: 12px;
	color: #dfdfdf;
	font-weight: normal;
	display:inline;
}

h2.txt {
	font-size:16px;
	color: #dfdfdf;
	font-weight: normal;
}
h2.txtinline {
	font-size: 18px;
	color: #dfdfdf;
	font-weight: normal;
	display:inline;
}

h3.txt {
	font-size: 14px;
	color: #dfdfdf;
	font-weight: normal;
}
h3.txtinline {
	font-size: 12px;
	color: #dfdfdf;
	font-weight: normal;
	display:inline;
}


.text {
	font-size: 11px;
	color: #dfdfdf; 
}

.boxtext {
	font-size: 11px;
	color: #0000000;
}

.imgkategorie {
	margin-left:7px;
}

.imgbutton {
	margin-left:20px;
}

.footer {
	font-size: 10px;
	color: #dfdfdf;
}


/*########################################*/
/*3. links*/
#rollovermenu {
	margin-bottom: 20px;
}

a.navi {
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a.navi:hover {	
	color: #000000;
	background-image: url(bilder/back_white.gif);
	background-repeat: repeat;
}


a.txt {
	text-decoration: underline;
	color: #ffffff;
}
a.txt:hover{
	text-decoration: none;
	color: #000000;
	background-image: url(bilder/back_white.gif);
	background-repeat: repeat;
}

a.boxtxt {
	font-size: 16px;
  color: #a8121c;
	text-decoration: underline;
}
a.boxtxt:hover {
	color: #ffffff;
	text-decoration: none;
}
a.boxtxt2 {
  font-size: 15px;
	color: #b72130; 
	text-decoration: underline;
	font-weight: bold;
}
a.boxtxt2:hover {
	color: #ffffff;
	text-decoration: none; 
}
a.ftr {
	color: #dfdfdf;
	text-decoration: none;
}
a.ftr:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*########################################*/
/*4. layout*/
#SpalteLinks {
	background-image: url(bilder/backgrnd_links.jpg); background-repeat: no-repeat; background-position: right top;
}

#TableMitte {
	width: 1000px; height: 100%;
	background-color: #222222;
	border-left: 1px solid white; border-right: 1px solid white;
}

#TableContent {
	width: 1000px;
}

#TableContent2 {
	width: 1000px;
	padding-top: 20px;
}

#TDPadding {
	padding-left: 7px;
}

#TDPadding2 {
	padding-left: 15px;
	padding-right: 25px;
	width: 800px;
}

#TDPadding3 {
	padding-left: 3px;
}

#TDPadding4 {
	padding-right: 45px;
}

#TableFooter {
	width: 710px;
	padding-top: 25px; 
}

#TableFooter2 {
	width: 710px;
	padding-top: 15px; 
}

#TableBox {
	width: 240px;
}
#TDBox {
	background-image: url(bilder/box_mitte.gif); background-repeat: repeat-y; padding: 0 18 0 12;
}

#TableVideobox {
	width: 710px;
}
