/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
body
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: Black;
	background: url(bg_redline.png) repeat-x top left;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
	height:100%;
}

img
{
	border:none;
}

*+html body /*ie7 hack*/
{
	overflow:visible;
	margin-bottom: -10px;
}

body,body table, body div
{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

a
{
	outline: none;
}

sup{
	font-size:6pt;
	font-weight:bold;
	color:#bd0000;
}

#ControlPanel
{
	background-color: white;
}

#innerbody
{
	width:100%;
}

#form{
margin-bottom:0px;
}

.Head
{
	font-weight: bold;
	font-size: 11pt;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	color: black;
}

.SubHead
{
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	color: black;
}

.SubSubHead
{
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	font-weight: bold;
	color: black;
}

h1
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 13pt;
	font-weight: bold;
	color: black;
}

h2
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

h3
{
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

h4
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

h5
{
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

h6
{
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

.horizontalline
{
	width:100%;
	height:1px;
	margin-bottom:0px;
	border-top:solid 1px gray;
}


/*.Normal textarea, */
.Normal, .Normal ul, .Normal li, .Normal p, .Normal span, .Normal label, P.Normal, P
{
	margin-top:0px;
	font-weight: normal;
	line-height: 12pt;
	font-size: 10pt;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	/*text-align: justify;*/
	color: black;
}

.Normal ul
{
	margin-left:0;/* für IE7, ansonsten wird padding ignoriert */
	padding-left:20px;
	border: solid 0px red;
}

.Normal li
{
	list-style-type: square;
	
}

.Normal li li
{
	list-style-type: circle;
	line-height:20px;
}

table.Normal
{
	background-color: white;
	line-height:20px;
}

input.NormalTextBox, textarea.NormalTextBox, select.NormalTextBox
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 10pt;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	background-color: white;
	border: solid 1px silver;
	margin-top:2px;
	margin-top:2px;
}

.NormalSmall, p.NormalSmall
{
	font-weight: normal;
	line-height: 10pt;
	font-size: 8pt;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

#bodyarea
{
	padding: 0px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	text-align: left;
	border: solid 0px green;
	border-collapse: collapse;
}

#centeredpage
{
	margin: 0px;
	padding: 0px;
	text-align: center; /*IE: zentrieren #body-div*/
}

.headerarea
{
	margin: 0px;
	padding: 0px 14px 0px 15px;
	border-collapse:collapse;
	background-image: url(bg_header.png);
	height: 222px;
	border: solid 0px green;
}

.header .headertop
{
	width:941px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: dotted 0px red;
	background:#333;
}

.header .headermid
{
	width:933px;
	height:155px;

}

.header .headerbottom
{
	width:933px;
	height:30px;
	border: dotted 0px blue;
}

/*
.headermid .headerleftcorner
{
	margin-left:10px;
	width:205px;
	height:140px;
	border:solid 0px red;
	float:left;

}

.headermid .TopLeftPane
{
	height:140px;
	border:solid 0px green;
	float:left;
}
*/

.headermid .TopPane
{
	margin:1px 0px 0px -5px;
	width: 951px;
	height:148px;
	float:left;
}

/*
.headertop .header
{
	padding-right:5px;
	padding-top:5px;    
	width:933px;
}

.headertop .headerright
{
	float:left;
	margin-left:10px;
	width:497px;
	height:30px;
	border: dotted 0px green;
	padding-top: 5px;
	text-align:right;
}*/

.searcharea
{
	float:right;
}

.searcharea .SearchBorder
{
	width: 135px;
}

.searcharea input
{	
	width: 100px;
	margin-left:15px;
	margin-top:5px;
}

.searcharea img
{	
	vertical-align: bottom;
}

.loginuserarea
{
	height:25px;
	text-align: center;
	border: solid 0px red;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	float:right;
}

.languageselector
{
	height:25px;
	border: solid 0px red;
	float:left;
	padding: 0px 10px 0px 10px;
	margin-top:3px;
}

.languageselector a
{
	color:#000;
}

.languageselector .skinobject
{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align:middle;
}

.languageselector .skinobject a
{
	color:#000;
	text-decoration: underline;
}

.loginuserarea a.dnnUserLogin
{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	line-height:22px;
	padding-left: 3px;
	padding-right: 3px;
}

.loginuserarea a.dnnUserLogin, a.dnnUserLogin:visited
{
	color:#000;
}

a.dnnUserLogin:hover
{
	color: black;
}

.headerbot
{
	border-collapse:collapse;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	border-spacing:0px;	
	border: solid 0px cyan;
}

.headertop .logoarea
{
	width: 218px;
	padding: 0px;
	background:#b31f1c;
}

.menuarea
{
	padding:0px;
	margin:-2px;
	height:40px;
	text-align: left;
}

.headerbot .logoarea img
{
	height:40px;
	overflow:hidden;
}

.contentarea
{
	padding: 4px 14px 0px 15px;
	overflow: hidden;
	background-image: url(bg_body.jpg);
}

.contentarea a,.contentarea a:link,.contentarea a:visited,.contentarea a:hover
{
	color:#cc3333;
}

.contentareatable
{
	width: 933px;
	margin: 7px 0px 10px 9px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	
	border-right: 0px dotted blue;
}

.contentareatable tr
{
	vertical-align: top;
}

.contentrightarea
{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

.LeftPane
{
	padding: 0px;
	border: 0px dotted blue;
	width: auto;
}

.ContentPane
{
	padding-top: 0px;
	padding-left: 0px;
	border: 0px dotted blue;
}

.RightPane
{
	padding-top: 0px;
	padding-left:0px;
	width: auto;
    vertical-align:top;
    border: 0px dotted blue;
}

.bottomarea .bottommenu1
{
	border: solid 0px orange;
	text-align: right;
	float:right;
	padding-top: 40px;
}

.bottomarea
{
	margin:0px;
	height: 165px;
	background: url(bg_bottom.png) no-repeat;
	padding: 0px;
	border: 0px dotted blue;
}

.bottomarea .BottomPane
{
	margin-top:0px;
	padding-left:0px;
	vertical-align: top;
	border: dotted 0px red;
	height: 165px;
}

.translate{
	margin-top:45px;
	margin-left:38px;
	margin-right:20px;
	width:200px;
	height:165px;
}

.translate #dnn_ctr1228_ContentPane{
	margin-top:-25px;
}

.gotop{
	float:right;
	margin-right:30px;
	margin-top:-10px;
	color:#000000;
}

.gotop a{
	color:#000;
}

.bottom_link{
	color:#fff;
	border:solid 0px #f06;
	width:400px;
	margin-top:0px;
}

.b_link{
	background:url(/Portals/0/Skins/docusnap/bg_footer_line.png) repeat-x bottom left;
	height:25px;
}

.b_link a{
	color:#fff;
}

.b_link:hover{

}

.b_nlink{
	background-image:none;
	height:10px;
}

.copy{
	background:url(/Portals/0/Skins/docusnap/bg_copy.png) no-repeat top left;
	font-size:7pt;
	color:#fff;
	width:235px;
	height:26px;
	margin-top:-40px;
	margin-right:-10px;
	padding:3px;
	float:right;
}

.breadcrumb 
{
	margin: 0px 0px 4px 9px;
	border:solid 0px red;
	float:left;
}

.breadcrumb .breadcrumb_text
{
	margin:0px;
	padding:0px;
}

.breadcrumb a,.breadcrumb a:hover,.breadcrumb a:visited
{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding-right:2px;
	padding-left:2px;
	font-weight: normal;
	border:dotted 0px red;
}

.breadcrumb a,.breadcrumb a:visited
{
	color:#cc3333;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	color: Black;
	text-decoration: underline;
}

#hotline{

}

.hotline{
	float:right;
}

.hotline .Normal{
	margin-top:-10px;
	font-size:8pt;
	vertical-align:top;
	height:20px;
	text-align:right;
	padding-right:10px;
}

.translate{
	float:left;
	width:200px;
}


.apollo_language_selector{
	
}

/* ================================
    CSS STYLES FOR News
   ================================*/
.news-item
{
	margin-bottom:20px;
}

.news-date  
{
	margin: 0px;
	padding:0px;
}

.news-title
{
	margin: 0px;
	padding:0px;
}

.news-teaser
{
	margin: 5px 0 0 0;
	padding:0px;
}

.news-teaser p
{
	margin: 0px;
	padding:0px;
}
.news-read-more
{
	margin: 5px 0 0 0;
	padding:0px;
}
   
/* ================================*/
#aflink
{
	display:none;
}

/* ================================
    CSS STYLES FOR licensecalculator
   ================================*/
.licensecalculator 
{
	width:650px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: solid 0px red;
}

.licensecalculator th
{
	color: gray;
	font-weight: normal;
}

.licensecalculator .final,.licensecalculator .current,.licensecalculator .diff
{
	width:70px;
	text-align:center;
}

.licensecalculator td.valuecolumn
{
	color:#cc3333;
	text-align:center;
}


.licensecalculator .final input
{
	width:70px;
}

.licensecalculator .current
{
	width:70px;
	vertical-align: middle;
}

.licensecalculator .pricecolumn
{
	width:90px;
	text-align:right;
	vertical-align: middle;
}

.licensecalculator th
{
	text-align:center;
	border-bottom: solid 1px silver;
}

.licensecalculator .labelcolumn
{
	vertical-align: middle;
}

.auth_selectlogintype li
{
	list-style-type: none;
}

.licensecalculator .footer td
{
	border-top: solid 1px black;
	font-weight: bold;
	padding-bottom:20px;
}

.navigation
{	
	width:650px;
	height:30px;
	margin:10px;
}

.navigation a,.navigation a:visited,.navigation a:link
{
	color:White;
}

.navigation a:hover
{
	font-size:9pt;
	color:White;
	font-weight:bold;
	text-decoration:none;
}

.navigation .navnext
{
	background-image: url(bg_button_big160px.png);
	background-repeat:no-repeat;
	height:30px;	
	width:160px;	
	float:right;
	text-align:center;	
	padding-top:4px;
}

.navigation .navback
{
	background-image: url(bg_button_bigsilver160px.png);
	background-repeat:no-repeat;	
	height:30px;	
	width:160px;
	overflow:hidden;
	float:left;
	text-align:center;
	padding-top:4px;
}

.summary_print
{
	width:650px;
	text-align:right;
	padding-bottom:20px;
}

.summary_print a
{
	background-image: url(action_print.gif);
	background-repeat:no-repeat;	
	padding-left:20px;	
}

.registration .labelcolumn
{
	width:150px;	
}

.registration .valuecolumn
{	
}

.LicenceRegistration .NormalInput
{
	width:250px;	
}

.LicenceRegistration .NormalDropDownInput
{
	width:256px;	
}

/*IE 8 ignore line ->  #ie8#fix */
.LicenceRegistration .NormalDropDownInput, #ie8#fix 
{ width:250px; }

*+html .LicenceRegistration .NormalDropDownInput /*ie7 hack*/
{
	width:256px;
}

.h3{
	display:inline;
	font-size:10pt;
	font-family:verdana,arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:12pt;
	margin:0;
}

em{
	font-style:normal;
}

.line_bg{
	background: url("/Portals/0/Deutsch/Graphiken/Bilder/line.png") repeat-x scroll 0% 0% transparent;
}

.bub_bg{
	background: url("/Portals/0/Deutsch/Graphiken/Bilder/big_bubble.png") no-repeat scroll right center transparent;
}

.bubk_bg{
	background: url("/Portals/0/Deutsch/Graphiken/Bilder/bubble.png") no-repeat scroll right center transparent;
}


/*#### Social Bookmarks Start ####*/
#dnn_ctr1333_ViewSocialBookmarks_UP{
	background:#fff;
	width:22px;
	border-top:solid 1px #b6b6b6;
	border-left:solid 1px #b6b6b6;
	border-bottom:solid 1px #b6b6b6;
	margin-left:-45px;
	margin-top:-110px;
	height:135px;
}

#dnn_ctr1333_ViewSocialBookmarks_UP input{
	float:left;
	padding:3px 0px;
}

.fb_holder{
	margin-top:8px;
}

/*#### Social Bookmarks FIN ####*/



