* { 
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

body{
	font-family: Verdana;
	font-size:11px;
	color:#5F666C;
	background-color: #FFFFFF;
}

h2{
	color:#51749E;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
	text-decoration: none;
	color:#51749E;
}
h2 a:hover{
	text-decoration: underline;
}

h3{
	color:#51749E;
	font-size:14px;
	font-weight:bold;
	margin:0pt;
	padding:10px 0px 8px 0px;
}


ol, ul{
	margin: 0;
	padding-left: 20px;
}
li{
	margin-left: 20px;
	padding: 0;
	line-height: 15px;
	font-weight: normal;
	font-size:11px;
}

.topNormalMenuPntEnv{
	float:left;
	width:auto;
	height: 19px;
	border-right: 1px solid #FFFFFF;
	/*padding-top: 6px;*/
	padding-left: 10px;
	padding-right: 10px;
	color:#FFF;
	font-size:11px;
	/*font-weight:bolder;*/
	text-decoration: none;
	cursor: pointer;
}

#topMenuLvl1Env{
	float: left;
}

/* -----------------
* New Dropdown-Menu 
----------------- */

#topMenuLvl1Box ul, #topMenuLvl1Box li{
	padding:0;
	margin:0;
}

#topMenuLvl1Box {
	height:32px; 
	position:relative; 
	z-index:100;
	/*border-right:1px solid #000;*/ 
	font-family:arial, sans-serif;
	}
/* hack to correct IE5.5 faulty box model */
* html #topMenuLvl1Box {
	/*width:746px; w\idth:745px;*/
	}
	
/* remove all the bullets, borders and padding from the default list styling */
#topMenuLvl1Box ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#topMenuLvl1Box ul ul {
	/*width:149px;*/
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topMenuLvl1Box li {
	float:left;
	position:relative;
	}
/* style the links for the top level */
#topMenuLvl1Box a, #topMenuLvl1Box a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	/*
	color:#fff; 
	height:30px; 
	border:1px solid #000; 
	border-width:1px 0 1px 1px; 
	background:#09c;*/
	height: 25px;
	/*background: url(../img/nav/background.gif) bottom left;*/ 
	padding-left:10px; 
	line-height:24px; 
	/*font-weight:bold;*/
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html #topMenuLvl1Box a, * html #topMenuLvl1Box a:visited {
	width:149px;
	w\idth:138px;
	}

/* style the second level background */
#topMenuLvl1Box ul ul a.drop, #topMenuLvl1Box ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
#topMenuLvl1Box ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
#topMenuLvl1Box ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
#topMenuLvl1Box ul ul ul a, #topMenuLvl1Box ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
#topMenuLvl1Box ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#topMenuLvl1Box ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	/*width:149px;
	border-top:1px solid #000;*/
	}
/* another hack for IE5.5 */
* html #topMenuLvl1Box ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
#topMenuLvl1Box ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#topMenuLvl1Box ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topMenuLvl1Box table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
#topMenuLvl1Box ul ul a, #topMenuLvl1Box ul ul a:visited {
	background:#E6E4E4; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:160px;
	/*border-width:0 1px 1px 1px;*/
	border: 1px solid #8D9393;
	border-top: 1px solid #FFFFFF;
	background: url(../img/nav/background_sel.gif) bottom left;
	}
/* yet another hack for IE5.5 */
* html #topMenuLvl1Box ul ul a, * html #topMenuLvl1Box ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#topMenuLvl1Box a:hover, #topMenuLvl1Box ul ul a:hover{
	color:#000; 
	background:#b7d186;
	}
#topMenuLvl1Box :hover > a, #topMenuLvl1Box ul ul :hover > a {
	color:#000;
	/*background:#b7d186;*/
	/*background: url(../img/nav/background_sel.gif) bottom left;*/ 
	background: url(../img/nav/background_hover.gif) bottom left; 
		}

/* make the second level visible when hover on first level list OR link */
#topMenuLvl1Box ul li:hover ul,
#topMenuLvl1Box ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#topMenuLvl1Box ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#topMenuLvl1Box ul :hover ul :hover ul{ visibility:visible;}



#topMenuLvl1Box ul {padding:0;margin:0;list-style-type:none;}
.topSelMenuPntEnv{
	background: url(../img/nav/background_sel.gif) bottom left;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
	color:#535A5F;
}
/*.topSelMenuPntEnv{
	float:left;
	width:auto;
	height: 19px;
	border-right: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../img/nav/background_sel.gif) bottom left;
	color:#535A5F;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	cursor: pointer;
}*/
/*.topSelMenuPntEnv:hover{
	text-decoration:underline;
	color: #535A5F;
}*/

.topNormalMenuPntEnv:hover{
	text-decoration:underline;
	color: #FFF;
}

.topNormalSepEnv{
	float:left;
	width:auto;
	padding:0 12px 0 12px;
	color:#73ae17;
	font-size:11px;
	font-weight:bold;
}
.topSelSepEnv{
	float:left;
	width:auto;
	padding:0 12px 0 12px;
	color:#73ae17;
	font-size:11px;
	font-weight:bold;
}

/*----NAV BOX -----*/

.divNavBox_body {
	padding-top: 4px;	
}

.navBoxLi {
	padding: 1px 0px 2px 6px;	
	margin:0px;
	list-style: none;
	list-style-position: outside;
	line-height: 12px;
}


.navBoxLink:link , .navBoxLink:active, .navBoxLink:visited , .navBoxLink:hover{
	color:#7C8186;
	/*font-size:12px;*/
	text-decoration:none;
}

.navBoxLink:hover{
	text-decoration:underline;
}

.navBoxLinkSelected:link , .navBoxLinkSelected:active, .navBoxLinkSelected:visited , .navBoxLinkSelected:hover {
	color:#7C8186;
	/*font-size:12px;*/
	font-weight:bold;
	text-decoration:none;	
}

.navBoxLinkSelected:hover{
	text-decoration:underline;
}

#mainCenteredAreaEnv{
	margin: 0 auto;
	width:986px;
	background-color: #FFF;
}

#mainCenteredContEnv{
	/*border: 1px solid #73ae17;*/
}
#mainCenteredContBox{
	background:#FFFFFF;
}
#mainCenteredContHdEnv{
	padding:0;
}

#mainCenteredContBodyEnv{
	padding:0;
	margin-top: 24px;
	margin-left:12px;
}
#mainCenteredContBodyBox{
}
#mainCenteredContHeader{
	background-repeat:no-repeat;
	padding-bottom: 5px;
}

#mainCenteredContHeaderLogo{
	float: left;
	width: 300px;
}

#mainCenteredContHeaderLogoPoweredBy{
	float: left;
	height: 83px;
	/*padding-left: 50px;*/
}

#mainCenteredContHeaderLogoPoweredBy img{
	vertical-align: bottom;
}

#mainCenteredContHeaderLvl1NavEnv{
	height: 25px;
	border-top: 1px solid #FFFFFF;
	/*border-bottom: 1px solid #FFFFFF;
	padding-left:15px;*/
	background: url(../img/nav/background.gif) bottom left;

}
#mainCenteredContHeaderLvl1NavBox{
	height: 25px;
	border-left: 1px solid #FFFFFF;
	
}

#navBar_glow{
	background: url(../img/nav/navBar_glow.gif) repeat-x;	
}

#divMainCenteredFooter{
	/*background-image:url(../img/main_centered_footer.gif);
	background-repeat:no-repeat;
	height:23px;*/
	border-bottom: 1px solid #9FA5A5;
	margin-top: 15px;
}

#contentTitle{
	color:#6B6B6B;
	font-size:22px;
	/*font-weight:bold;*/
	margin:20px 0;
}

#imagePlaceholder{
	margin-bottom: 12px;
}

#searchForm{
	border-bottom:1px solid #9FA5A5;
	margin-top: 13px;
	padding-bottom:10px;
}

.topLvl2NormalSepEnv{
	float:left;
	width:auto;
	padding:0 12px 0 12px;
	color:#73ae17;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.topLvl2SelSepEnv{
	float:left;
	width:auto;
	padding:0 12px 0 12px;
	color:#73ae17;
	font-size:11px;
}
.topNormalMenuPntEnvLvl2 {
	float:left;
	
	width:auto;
	text-decoration:none;
	color:#6B6B6B;
	font-size:11px;
	height: 15px;
	padding: 4px 10px 5px 10px;
	/*border-right: 1px solid white;*/
	cursor: pointer;

	/*margin: 5px 2px 0 2px;*/
	
	
	background-image: url("../img/nav/nav_lvl2/navLvl2_notSel_cntr.gif");
	background-position: top;
	background-repeat: repeat-x;
}
	
.topNormalMenuPntEnvLvl2:hover {
	/*text-decoration:underline;*/
	background-image: url("../img/nav/nav_lvl2/navLvl2_notSel_cntr_hover.gif");
	background-position: top;
	background-repeat: repeat-x;
}
.topSelMenuPntEnvLvl2 {
	float:left;
	width:auto;
	font-weight: bold;
	text-decoration:none;
	color:#6B6B6B;
	font-size:11px;
	font-weight: bold;
	height: 15px;
	padding: 8px 10px 0 10px;
	border-top: 1px solid #9FA5A5;
	cursor: pointer;
	
	margin: 0;
}

.nav_lvl2_nav_sel{
	border-bottom: 1px solid #FFFFFF;
	float: left;
	height: 25px;
	margin: 0 2px 0 0;
}
.nav_lvl2_nav_sel_left{
	width: 3px;
	height: 26px;
	background-image: url("../img/nav/nav_lvl2/navLvl2_sel_left.gif");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}
.nav_lvl2_nav_sel_right{
	width: 3px;
	height: 26px;
	background-image: url("../img/nav/nav_lvl2/navLvl2_sel_right.gif");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

.nav_lvl2_nav_not_sel{
	margin: 5px 2px 0 0;
	border-bottom: 1px solid #9FA5A5;
	float: left;
	height: 20px;
}
.nav_lvl2_nav_not_sel_left{
	width: 2px;
	height: 20px;
	background-image: url("../img/nav/nav_lvl2/navLvl2_notSel_left.gif");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}
.nav_lvl2_nav_not_sel_right{
	width: 2px;
	height: 20px;
	background-image: url("../img/nav/nav_lvl2/navLvl2_notSel_right.gif");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

/*.topSelMenuPntEnvLvl2:hover{
	text-decoration:underline;
}*/


#mainCenteredContHeaderLvl2NavBox{
	height: 25px;
	/*background-color: #C7C1A7;*/
	width: 100%;
	border-bottom: 1px solid #9FA5A5;
}



.clear{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	visibility:hidden;
	font-size:0;
	padding:0;
	margin:0;
}
.divFrmValPbs{
	background-color:#facbd1;
	border:1px solid #C40219;
	color: #5F666C;
	padding:5px;
	margin:0 0px 10px 0px;
	text-align:center;
	overflow:auto;
}

#modalDialogBg{
	background-color:#000;
	height:1000px;
	left:0pt;
	opacity:0.15;
	filter: alpha(opacity=15);
	position:absolute;
	top:0pt;
	width:100%;
	z-index:100;
}

#modalDialog{
	position:absolute;
	left:0;
	top:0;
	/*border:1px solid #C7C1A6;*/
	z-index:101;
	/*width:350px;*/
}


#modalDialogAdvanced{
	position:absolute;
	left:0;
	top:0;
	/*border:1px solid #C7C1A6;*/
	z-index:10000;
	/*width:350px;*/
}


#frontRowAlertMsg{
	padding:5px;
	/*background-color: #EAF3DC;*/
	background-color: #F7F3E6;
	z-index: 10001;
}

#modalDialogShowImpressum{
	position:absolute;
	left:0;
	top:0;
	border:1px solid #AD0007;
	background-color: #FFF;
	z-index:10000;
	width:600px;
	line-height: 17px;
	padding: 0 5px;
}
#impressum{
	float: left;
	padding:10px 20px;
}

#modalDialogProfilePreview{
	position:absolute;
	left:0;
	top:0;
	border:2px dashed #AD0007;
	background-color: #F7F3E6;
	z-index:10000;
	width:550px;
	line-height: 17px;
	padding: 3px 5px;
	color: #51749E;
}
#message{
	float: left;
	font-weight: bold;
}
#backlink{
	float: right;
}
#modalDialogProfilePreview a:link, 
#modalDialogProfilePreview a:visited, 
#modalDialogProfilePreview a:active, 
#modalDialogProfilePreview a:hover{
	text-decoration: none;
	color: #51749E;
}
#modalDialogProfilePreview a:hover{
	text-decoration: underline;
}

#divRaster2Cols{
	margin:5px 0 5px 0;
	background:#FFF;
}

#divRaster2ColsCol1{
	float: left;
	width:756px;
	overflow:hidden;
}

#divRaster2ColsCol2{
	float:left;
	margin:0 0 0 12px;
	width:190px;
	overflow:hidden;
}


/*----- Suche -----*/

.content_absolut {
	position: absolute;	
	padding-top: 0px;
	margin-top:5px;
	right:37px;
}

#divSearchContainer{
	float:right;
	padding: 3px 0px 0px 0px;
}


.searchInput {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
	margin:0px;
	margin-top: 3px;
	width:270px;
	height: 14px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	color: #7C8186;
}

.divSearchBG{
	width:270px;
	background:#FFFFFF;
	position: relative;
	border-left: 1px solid #878E8E; 
	border-right: 1px solid #878E8E; 
	border-bottom: 1px solid #878E8E;
	font-size: 9px;
}

.spanSearchResult {
	padding: 3px 3px 2px 3px;
	font-weight: bold;
}

.divSearchElemGroup a:link, .divSearchElemGroup a:visited, .divSearchElemGroup a:active, .divSearchElemGroup a:hover{
	text-decoration: none;
	color: #4C5359;
}
.divSearchElemGroup a:hover{
	text-decoration: underline;
}

.divSearchElemGroup{
	background-image:url(../img/TeaserBox_top_bg.png);
	background-repeat:repeat-x;
	border:1px solid #D1CFCF;
	border-bottom: none;
	line-height:12px;
	padding: 0;
}

.divSearchElemGroupTitle{
	/*background-color: #C7C1A7;*/
	color: #5F666C;
	margin-top: 1px;
	padding: 2px 3px 2px 3px;
	font-size: 11px;
	font-weight: bold;
	border-bottom:1px solid #D1CFCF;
}

.divSearchElemGroupItem{
	margin:0;
	padding:0;
	line-height:18px;
	background-color: #FFF;
}
.divSearchElemGroupList{
	padding:0;
}

#divSearch{
}

.mainSearchMore{
	float:right;
	margin-right: 3px;
}


/*----- divRaster2ColsMyHome -----*/
#divRaster2ColsMyHome{
	margin:5px 0 5px 0;
	background:#FFF;
}

#divRaster2ColsMyHomeCol1{
	float: left;
	width:556px;
}

#divRaster2ColsMyHomeCol2{
	float:left;
	margin:0 0 0 12px;
	width:392px;
	overflow: hidden;
}

.divElem_default_teaser_box {
	margin-bottom: 10px;
}

.divElem_wrapper {
	clear: both;
	width: 100%;
}

.divElem_content {
	width: 100%;
}

.imgAndLbl_img{
	float: left;
	line-height: 11px;
	margin-right:3px;
}
.imgAndLbl_img img{
	padding-top: 1px;
	vertical-align: baseline; 
}

.imgAndLbl_label{
	float: left;
	line-height: 11px;
}


/*-------- divElem_title ---------*/
.divElem_title_wrapper{
	border: 1px solid #D1CFCF;
	/*background-color: #f1f1f1;*/
	background-image: url("../img/TeaserBox_top_bg.png");
	background-repeat: repeat-x;
	line-height: 12px;
	padding: 4px 5px 3px 5px;
}

.divElem_title {
	font-size: 11px;
	width: 100%;
	/*padding: 3px 0;*/
}

.divElem_title_left{
	/*font-weight: bold;*/
	float: left;
	line-height: 14px;
	width: auto;
}

.divElem_title_right {
	float: right;
	padding-right: 3px;
	text-align:right;
	width: auto;
	line-height: 14px;
}


.divElem_title_right a:link, .divElem_title_right a:visited, .divElem_title_right a:active, .divElem_title_right a:hover{
	text-decoration: none;
	color: #51749E;
}
.divElem_title_right a:hover{
	text-decoration: underline;
}



.showAllLeft{
	font-size:90%;
}
.showAllLeft a:link, .showAllLeft a:visited, .showAllLeft a:active, .showAllLeft a:hover{
	color: #51749E;
	text-decoration: none;
}
.showAllLeft a:hover{
	text-decoration: underline;
}


.divElem_body_wrapper {
	border-bottom: 1px solid #D0EDC3;
}

.divElem_body_content {
	padding: 2px 5px 0 7px;
}

.divElem_body_content a:link, .divElem_body_content a:visited, .divElem_body_content a:active, .divElem_body_content a:hover{
	font-size: 11px;
	color:#73ae17;
	text-decoration: none;
	border:none;
}

.divElem_body_content a:hover{
	text-decoration: underline;
}


.divMoreInfo{
	float: right;
}



form{
	margin:0;
	padding:0;
}

/*------- inputFields etc. --------*/

.simpleBorder{
	border: 1px solid #58595B;
}

.imgBorder img{
	border: 1px solid #58595B;
}

#noBorder img{
	border: none;
}

.inputStyle, 
.inputStyleWide, 
.inputStyle2er, 
.inputStyle3er, 
.inputStyle4er, 
.inputStyleTextArea, 
.inputStyleXL, 
.inputStyleSmall,
.inputStyleFullSize,
.inputStyle2erViewOnly,
inputStyle150{
	margin: 0;
	padding: 0;
	border: 1px solid #D1CFCF;
	font-family: Verdana;
	font-size: 12px;
}

.inputStyle2erViewOnly{
	background-color: #EEEEEE;
	border: 1px solid #D1CFCF;
}

.inputStyleWide, .inputStyleWide_width {
	width: 300px;
}

.inputStyleSmall, .inputStyleSmall_width {
	width: 60px;
}

.inputStyle150{
	width: 150px;
}


.inputStyleXL, .inputStyleXL_width{
	width: 600px;
}

.inputStyle2er, .inputStyleTextArea, .inputStyle2er_width, .inputStyle2erViewOnly{
	width: 340px;
}
.inputStyle3er, .inputStyle3er_width{
	width: 220px;
}

.inputStyle4er, .inputStyle4er_width{
	width: 450px;
}

.inputStyleFullSize{
	width: 100%;
}

.inputStyleTextArea {
	font-family:Verdana;
	font-size:12px;
	margin:0pt;
	padding:0pt;
	text-align:left;
	vertical-align:top;
	height:75px;
}


.spStrong {
	font-weight: bold;
}


.spPale {
	color: #808080;
}

.smallNote {
	color: #808080;
	font-size: 90%;
	font-style: italic;
}

.spRed {
	color: #AD0007;
}

.spStrongGreen a:link , .spStrongGreen a:visited , .spStrongGreen a:active, .spStrongGreen a:hover {
	font-weight: bold;
	color: #73AE17;
	text-decoration: none;
}

.spStrongGreen a:hover {
	text-decoration: underline;
}

.spStrongBlue{
	font-weight: bold;
	color: #51749E;
}

#idPageTopic{
	color: #6B6B6B;
	font-size: 19px;
	margin:0 0 10px;
}

.memberListHeadline{
	font-weight: normal;
}

.blueLink:link, .blueLink:visited, .blueLink:active, .blueLink:hover{
	color:#51749E;
	text-decoration: none;
}
.blueLink:hover{
	text-decoration: underline;
}

.blueLinkBold a:link, .blueLinkBold a:visited, .blueLinkBold a:active, .blueLinkBold a:hover{
	color:#51749E;
	text-decoration: none;
	font-weight: bold;
}
.blueLinkBold a:hover{
	text-decoration: underline;
}

.blueLinkBold:link, .blueLinkBold:visited, .blueLinkBold:active, .blueLinkBold:hover{
	color:#51749E;
	text-decoration: none;
	font-weight: bold;
}
.blueLinkBold:hover{
	text-decoration: underline;
}


.blueLinkItalic:link, .blueLinkItalic:visited, .blueLinkItalic:active, .blueLinkItalic:hover{
	color: #51749E;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
}
.blueLinkItalic:hover{
	text-decoration: underline;
}

.fontSize10{
	font-size: 10px;
}

.clearer{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}

/*--------- Footer ---------*/
#divPgFooterEnv{
	padding:8px 0 15px 0;
	text-align:center;
	background:#FFFFFF;
}

/*.divPgFooterLnDot {
	color: #73ae17;
}*/

.divPgFooterLn{
	margin:0;
	padding:0 0 3px 0;
}
.modalDialogShowImpressum a:link, 
.modalDialogShowImpressum a:visited, 
.modalDialogShowImpressum a:active, 
.modalDialogShowImpressum a:hover {
	text-decoration:none;
	font-size:11px;
	color: #51749E;
}
.divPgFooterLn a:link, .divPgFooterLn  a:visited, .divPgFooterLn  a:active, .divPgFooterLn  a:hover{
	text-decoration:none;
	font-size:11px;
	color: #51749E;
}

.divPgFooterLn
.smallerText {
	font-size: 90%;
}


/*-------- reportForm------*/

.divReportForm_wrapper {
	width: 350px;
	height: 400px;
	background-color: #F7F3E6;	
}

.divReportForm_head {
	border-bottom:1px solid #51749E;
	width: 100%;
	height: 25px;
}

.divReportForm_head_left {
	font-size: 15px;
	font-weight: bold;
	color: #51749E;
	float: left;
	padding: 5px;
}

.divReportItem_wrapper {
	padding: 30px;
	padding-top:10px;
	width: 290px;
}

.divReportItem_content {
	border: 1px solid #51749E;
	height: 70px;
}

.divReportForm_head_right {
	float: right;
	padding: 5px;
	cursor: pointer;
}

.divReportItem_content_left {
	float: left;
	width: 50px;
	padding: 5px;
}

.divReportItem_content_right {
	float: right;
	width: 210px;
	padding: 5px;
	
}

.divReportItem_info_name {
	font-weight: bold;
	padding-bottom: 5px;
}

.divReportForm_src_desc {
	padding: 0 30px;	
}

.divReportForm_submit {
	padding-left: 30px;
	padding-top: 20px;
}

.divReportForm_error {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;	
}
.divReportForm_error .divFrmValPbs {
	border: 1px solid #73AE17;
}

.divReportItem_uni {
	padding: 5px;
}

/*--------- divSrchResultDescr ---------*/
.divSrchResultDescr{
	margin: 10px 0 15px 0;
	font-weight: bold;
}

/*--------- teaserSplitter ---------*/
.teaserSplitterLeft{
	margin: 0pt 12px 0pt 0pt;
	float: left;
	width: 190px;
}

.teaserSplitterRight{
	margin: 0pt;
	float: left;
	width: 190px;
}

.teaserSplitterLeft_wrapper {
	/*margin: 5px;*/
}

/*--------- divBoxRoundedCorners---------*/
/*
div.boxRoundCorner, div.boxRoundCorner_bgColor, div.boxRoundCorner_bgColor_v3 {
	background: url(../img/div_box_rounded_corners/rc_top_left.png) top left no-repeat;
	width:100%;
	margin: 0 auto;
}
div.boxRoundCorner_bgColor {
	background: url(../img/div_box_rounded_corners/rc_top_left_bgColor.png) top left no-repeat;
}

div.boxRoundCorner_bgColor_v3 {
	background: url(../img/div_box_rounded_corners/rc_V3/rc_top_left_bgColor.png) top left no-repeat;
}

div.boxRoundCorner a:link, div.boxRoundCorner a:visited, div.boxRoundCorner a:active, div.boxRoundCorner a:hover,
div.boxRoundCorner_bgColor a:link, div.boxRoundCorner_bgColor a:visited, div.boxRoundCorner_bgColor a:active, div.boxRoundCorner_bgColor a:hover,
div.boxRoundCorner_bgColor_v3 a:link, div.boxRoundCorner_bgColor_v3 a:visited, div.boxRoundCorner_bgColor_v3 a:active, div.boxRoundCorner_bgColor_v3 a:hover,
	text-decoration: none;
	color: #51749E;
}
div.boxRoundCorner a:hover, div.boxRoundCorner_bgColor a:hover, div.boxRoundCorner_bgColor_v3 a:hover{
	text-decoration: underline;
}

div.boxRoundCorner_top, div.boxRoundCorner_top_bgColor, div.boxRoundCorner_top_bgColor_v3 {
	background: url(../img/div_box_rounded_corners/rc_top_right.png) top right no-repeat;
	height: 6px;
}
div.boxRoundCorner_top_bgColor {
	background: url(../img/div_box_rounded_corners/rc_top_right_bgColor.png) top right no-repeat;
}
div.boxRoundCorner_top_bgColor_v3 {
	background: url(../img/div_box_rounded_corners/rc_V3/rc_top_right_bgColor.png) top right no-repeat;
}

div.boxRoundCorner_body, div.boxRoundCorner_body_bgColor ,  div.boxRoundCorner_body_bgColor_v3 {
	background: url(../img/div_box_rounded_corners/rc_right_border.png) top right repeat-y;
	padding: 0 6px;
	line-height: 12px;
}
div.boxRoundCorner_body_bgColor {
	background: url(../img/div_box_rounded_corners/rc_right_border_bgColor.png) top right repeat-y;
}
div.boxRoundCorner_body_bgColor_v3 {
	background: url(../img/div_box_rounded_corners/rc_V3/rc_right_border_bgColor.png) top right repeat-y;
}


div.boxRoundCorner_footer {
	background: url(../img/div_box_rounded_corners/rc_bottom_left.png) bottom left no-repeat;
}
div.boxRoundCorner_footer_bgColor {
	background: url(../img/div_box_rounded_corners/rc_bottom_left_bgColor.png) bottom left no-repeat;
}

div.boxRoundCorner_footer_bgColor_v3 {
	background: url(../img/div_box_rounded_corners/rc_V3/rc_bottom_left_bgColor.png) bottom left no-repeat;
}
  
div.boxRoundCorner_bottom, div.boxRoundCorner_bottom_bgColor, div.boxRoundCorner_bottom_bgColor_v3 {
	background-color: white;
	background: url(../img/div_box_rounded_corners/rc_bottom_right.png) bottom right no-repeat;
	height: 6px;
}
div.boxRoundCorner_bottom_bgColor {
	background-color: #f7f3e6;
	background: url(../img/div_box_rounded_corners/rc_bottom_right_bgColor.png) bottom right no-repeat;
}
div.boxRoundCorner_bottom_bgColor_v3 {
	background-color: #f7f3e6;
	background: url(../img/div_box_rounded_corners/rc_V3/rc_bottom_right_bgColor.png) bottom right no-repeat;
}
/*
/*----- not logged in ------*/

#divMessageUnregUsrEnv{
	font-size: 11px;
	margin: 15px 0;
}

.divNotLoggedIn_txt{
	float: left;
	width: 75%;
}

.divNotLoggedIn_txt h3{
	color: #51749E;
}

.divNotLoggedIn_img{
	float: none;
}


/*----- DOWNLOAD ITEM----*/


.divFileItem_wrapper {
	width: 100%;
	/*border-bottom:1px solid #C7C1A6;*/
	height:30px;
	padding: 2px;

}

.divFileItem_left {
	float: left;
	width: 8%;
}

.divFileItem_left_wrapper img {
	width: 30px;
	height: 30px;	
}

.divFileItem_right {
	float: left;
	width: 85%;
}

.divFileItem_right_wrapper {
	padding: 2px;
}

.divFileItem_name a:link, .divFileItem_name a:active, .divFileItem_name a:visited {
	color: #51749E;
	text-decoration: none;
	font-weight: bold;
}
.divFileItem_name a:hover {
	text-decoration: underline;	
}

.divFileItem_info a:link, .divFileItem_info a:active, .divFileItem_info a:visited {
	font-size: 10px;
	font-style: italic;
	color: #51749E;
	text-decoration: none;
	font-weight: normal;
}

.divFileItem_delete {
	width: 6%;
	float: right;
	text-align: left;
}

.divFileItem_info a:hover {
	text-decoration: underline;
}


/*------ divEditBlock_title ---------*/
.divEditBlock_title {
	height: 25px;
	background-color: #D1CFCF;
	line-height: 25px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
}

.tagLink a:link, .tagLink a:visited, .tagLink a:active, .tagLink a:hover{
	text-decoration: none;
	color: #565C62;
}
.tagLink a:hover{
	color: #000;
	text-decoration: underline;
}


/*------ divSplitterEnv ---------*/
.divSplitterEnv{
}

.divSplitterLeft{
	float: left;
	margin-right: 12px;
}
.divSplitterRight{
	float: left;
}

/*------ defaultListStyle -------*/
.defaultListStyle{
	padding:10px;
}
.defaultListStyle ul{
	margin:0;
	padding:0;
}

.defaultListStyle ul li{
	list-style: disc;
}

/*--- BACK LINK ---*/
#divBackLinkItem a:link, #divBackLinkItem a:visited, #divBackLinkItem a:active, #divBackLinkItem a:hover {
	padding: 3px 0;
	border-top: 1px solid #D1CFCF;;
	color: #51749E;
	margin-top: 5px;
	margin-left: 3px;
	text-decoration: none;
}

#divBackLinkItem a:hover {
	text-decoration: underline;
}

#lblBackPwRetr a, #lblBack a{
	color: #C40219;
}

#loginFormRegisterNowBtn{
	margin:15px 0;
}

.submitButton{
	margin: 5px 0;
	height:13px;
	line-height:11px;
	padding:6px;
	background-image:url(../img/TeaserBox_top_bg.png);
	background-repeat:repeat-x;
	border:1px solid #D1CFCF;
	float:left;
	font-weight: bold;
	cursor: pointer;
}
.submitButton img{
	border: none;
}



/* instantInv_content_wrapper */
.instantInv_content_wrapper{
	padding: 10px 10px 0 10px;	
	
	background-image: url("../img/TeaserBox_inner_shaddow.png");
	background-position: top;
	background-repeat: repeat-x;
	
	border: 1px solid #D1CFCF;
	border-top: none;
}

.instantInv_content_wrapper textarea{
	font-family:verdana;
	font-size:12px;
	height:42px;
	width:367px;
}


.guidesDTB_content{
	padding: 5px 0 0 5px;
	clear: left;
}
