/*
###############################################################################
SET SOMETHING TO RESULT
###############################################################################
*/
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th{margin:0;padding:0;}
 table{border-collapse:collapse;border-spacing:0;}
 fieldset,img{border:0;}
 address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
 ol,ul {list-style:none;}
 caption,th {text-align:left;}
 h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
 q:before,q:after{content:'';}
 abbr,acronym {border:0;}
 body {font-size:12px; font-family:arial,helvetica,clean,sans-serif;}
 select, input, textarea {font-size:99%; font-family:arial,helvetica,clean,sans-serif;}

/*
###############################################################################
BASICS
###############################################################################
*/
html{
	height:100%;
}

body{
	background-color:#000000;
	color:#7B7A7A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	height:90%;
	background-image: url(design/bg_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/*text-transform: uppercase;*/
}

html>body{
	/*Die Angabe html>body{height:90%;} überschreibt die Angabe height:80%; für Netscape und Mozilla,
	so dass das Endergebnis in diesen Browsern und dem Internet Explorer gleich ist.*/
	height:100%;
}

a{
	color: #A4A3A0;
	text-decoration: none;
}

a:hover{
	color: #CE0000;
}
/*
###############################################################################
TEXTTILE
###############################################################################
*/
p{
margin-bottom:12px;
}

/*
###############################################################################
MORE T E X T DEFINITIONS
###############################################################################
*/
td{
	font-size: 12px;
}

.contentBox{
	font-size: 12px;
	padding:3px;
}
/*
###############################################################################
START DIVS POSITIONS AND MORE
###############################################################################
*/

#RAD_Pageholder{
	width:100%;
	text-align:center;
}

#RAD_Topbar{
	width:954px;
	height:50px;
	text-align:left;
	margin:0 auto;
	padding:0px;
}

#RAD_Content{
	width:954;
	text-align:left;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:40px;
}

/*
###############################################################################
FOOTER BAR
###############################################################################
*/

#RAD_Footerbar{
	width:954px;
	text-align:left;
	margin:0 auto;
	padding-bottom:30px;
	font-size: 9px;
	text-transform: uppercase;
	color: #515151;
	font-weight: normal;
	line-height:13px
}

#RAD_Footerbar a{
	font-size: 9px;
	text-transform: uppercase;
	color: #515151;
	text-decoration: none;
	font-weight: normal;
}

#RAD_Footerbar a:hover{
	color: #6F6E6D;
}

/*
###############################################################################
TOP NAVIGATION
###############################################################################
*/
.RAD_TopNav{
	margin-right:10px;
	float:left;
	/*border:1px dotted #00FF00;*/
}

.RAD_TopNav a{
	font-size: 12px;
	text-transform: uppercase;
	color: #E7E7E7;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.RAD_TopNav a:hover{
	color: #CA0101;
}

.RAD_TopNavActive{
	margin-right:10px;
	float:left;
	/*border:1px dotted #00FF00;*/
}

.RAD_TopNavActive a{
	font-size: 12px;
	text-transform: uppercase;
	color: #CA0101;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.RAD_TopNavActive a:hover{
	color: #E7E7E7;
}

/*
###############################################################################
TOP LANGBAR
###############################################################################
*/

.RAD_TopLangbar{
	font-size: 8px;
	text-transform: uppercase;
	color: #797876;
	font-weight: bold;
	white-space: nowrap;
}

.RAD_TopLangFlag{
	margin-right:5px;
	float:left;
}

/*
###############################################################################
SPLITLINES
###############################################################################
*/

.splitline1{
	height:1px;
	width: 100%;
	margin:10 0 10 0;
	clear:both;
	background-image: url(design/split2x1.gif);
	background-repeat: repeat-x;
}

.splitline2{
	height:1px;
	width: 100%;
	margin:15 0 15 0;
	clear:both;
	background-image: url(design/split2x1.gif);
	background-repeat: repeat-x;
}

.splitlineFooter{
	height:1px;
	width: 100%;
	margin:10 0 20 0;
	clear:both;
	background-image: url(design/splitfooter.gif);
	background-repeat: repeat-x;
}

/*
###############################################################################
HEADLINE DEFINITIONS
###############################################################################
*/
h1{
	font-size: 17px;
	color: #CDCDCD;
	font-weight: bold;
	text-transform: uppercase;
	line-height:1;
	margin:0 0 7 0;
	display: block;
}

h2{
	font-size: 15px;
	color: #CDCDCD;
	font-weight: normal;
	text-transform: uppercase;
	line-height:1;
	margin:0 0 7 0;
	display: block;
}

h3{
	font-size: 13px;
	color: #BBB8B7;
	font-weight: bold;
	text-transform: uppercase;
	line-height:1;
	margin:0 0 7 0;
	display: block;
}

h4{
	font-size: 11px;
	color: #BBB8B7;
	font-weight: bold;
	text-transform: uppercase;
	line-height:1;
	margin:0 0 7 0;
	display: block;
}

h5{
	font-size: 10px;
	color: #BBB8B7;
	font-weight: bold;
	text-transform: uppercase;
	line-height:1;
	margin:0 0 6 0;
	display: block;
}

h6{
	font-size: 9px;
	color: #BBB8B7;
	font-weight: normal;
	text-transform: uppercase;
	line-height:1;
	margin:0 0 6 0;
	display: block;
}

/*
###############################################################################
RAD ADDON BASIC SEETTINGS
###############################################################################
*/
.RADAddon a{
	color: #7B7A7A;
	text-decoration: none;
}

.RADAddon a:hover{
	color: #A4A3A0;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#textBlock p,
#textBlock ul,
#textBlock ol {
	margin-bottom:1.2em;
	line-height:1.4em;
}
#textBlock ul li ul,
#textBlock ul li ol,
#textBlock ol li ol,
#textBlock ol li ul {
}

#textBlock ul {
	margin-left:15px;
	list-style-type:circle;
}

#textBlock ol {
	list-style-type:decimal-leading-zero;
}


/*
###############################################################################
DOWNLOAD MODUL 2
###############################################################################
*/

#RAD_Content .dwlMod2Container {
	background-color:#000000;
	border: 0px solid #000000;
	padding: 0px;
	margin-bottom: 0px;
}

#RAD_Content .dwlMod2Image { 
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#RAD_Content .dwlMod2Title {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color:#CE0000;
}

#RAD_Content .dwlMod2Desc {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#RAD_Content .dwlMod2File { 
	/*border-left: 1px solid #191919;*/
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}


/*
###############################################################################
Popup link mit bild und desc
###############################################################################
*/

#RAD_Content .popLinkMod2Container {
	background-color:#000000;
	border: 0px solid #000000;
	padding: 0px;
	margin-bottom: 0px;
}

#RAD_Content .popLinkMod2Image { 
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#RAD_Content .popLinkMod2Title {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color:#CE0000;
}

#RAD_Content .popLinkMod2Desc {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#RAD_Content .popLinkMod2File { 
	/*border-left: 1px solid #191919;*/
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}


