.branding-top {
	background: url(dnn_large_banner.jpg) no-repeat center;
	width: 890px;
	height: 340px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 270px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.training {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .support {
	background: url(support_title.gif) no-repeat top left;
}
.support dt {
	background: url(support_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
#LoginInfo
{
	width:660px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 310px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 26px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px gray dotted;
	padding: 2px 5px;
	margin-right:5px;
	width: 200px;
	float:right;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

/* GENERAL */

/* ##### via SkinObject eingebundene Textbaustaeine ##### */
.SkinObject {
    font-weight: bold;
    font-size: 10px;
    color: #3d5e87;
    font-family: Verdana;
    text-decoration: none;
}

a.SkinObject:link {
    text-decoration:    none;
    color:#002d5f;
}

a.SkinObject:visited  {
    text-decoration:    none;
    color:#002d5f;
}

a.SkinObject:active   {
    text-decoration:    none;
    color:#002d5f;
}

a.SkinObject:hover    {
    text-decoration:    none;
    color:#ff6400;
}
/* ##### Ende Skin-Objects ##### */

a.ohne_pfeil, .ohne_pfeil a
{
    padding: 0px;
    background-image: none;
}

a.ohne_pfeil:hover, .ohne_pfeil a:hover
{
    padding: 0px;
    background-image: none;
}


/* ##### Modultitel ##### */
.Head   {
    font-family: Times New Roman;
    font-size: 28px;
    font-weight: normal;
    color: #002d5f;
}

/* ##### Namen/Labels der Elemente in Admin-Formularen ##### */
.SubHead    {
    font-family: Verdana;
    font-size:  10px;
    font-weight: bold;
    color: #3d5e87;
}

/* ##### Benutzername und Passwort Überschrift bei Anmeldung ##### */
td.SubHead span
{
    font-size: 12px;
}

.SubHead a
{
    font-size: 12px;
}

/* ##### module title style used instead of Head for compact rendering by QuickLinks and Signin modules ##### */
.SubSubHead {
    font-family: Verdana;
    font-size:  12px;
    font-weight: normal;
    color: #3d5e87;
}

/* ##### Meistverwendeter Text innerhalb diverser Module ##### */
.Normal,.NormalDisabled
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #3d5e87;
}

/* ##### Textfelder, Inputs auf Content- und Adminseiten ##### */
.NormalTextBox
{
    /* ##### Hack: (Underscore-)Anweisung wird von allen Browsern, ausser IE (bis 6.0) ignoriert ##### */
    height: 14px;
    _height: 17px;
    font-size: 12px;
    background-color: #f1f7fb;
    background-image: url('background_input.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    border-top: solid 1px #729dbe;
    border-right: solid 1px #b7d5e8;
    border-bottom: solid 1px #b7d5e8;
    border-left: solid 1px #729dbe;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #3d5e87;
}

select.NormalTextBox option
{
    background-color: #f1f7fb;
}

td.NormalTextBox
{
    border: none;
    background: none;
}

textarea.NormalTextBox
{
    background-color: #fff;
    background-position: bottom;
    height: 70px;
}

/* ##### Text fuer Fehlermeldungen ##### */
.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* ##### hervorgehobener Allgemeintext ##### */
.NormalBold
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold
}

/* ##### Text in Buttons und Link-Buttons im Adminbereich ##### */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
    
/* ##### Hyperlinks fuer Buttons und Link-Buttons im Admin-Bereich */
a.CommandButton:link {
    text-decoration:    underline;
    color: #002d5f;
}

a.CommandButton:visited  {
    text-decoration:    underline;
    color: #002d5f;
}

a.CommandButton:active   {
    text-decoration:    underline;
    color: #002d5f;
}

a.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff6400;
}
/* ##### Ende Link-Buttons ##### */

/* ##### Standard HTML button ##### */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	background-color: #002d5f;
	background-image: url('standardbutton.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #b7d5e8;
	border-right: solid 1px #002d5f;
	border-bottom: solid 1px #002d5f;
	border-left: solid 1px #b7d5e8;
	color: #f1f7fb;
	font-family: Verdana, sans-serif;
}
    
/* ##### allgemeine Initialisierung der gebraeuchlichsten HTML-Tags ##### */
/* ##### Headers ##### */
h1  {
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: normal;
    color: #002d5f;
}

h2  {
    font-family: Times New Roman;
    font-size:  20px;
    font-weight: normal;
    color: #002d5f;
}

h3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: #002d5f;
}

h4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: #3d5e87;
}

h5, dt  {
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: #3d5e87;
}

h6  {
    font-family: Verdana;
    font-size:  12px;
    font-weight: normal;
    color: #3d5e87;
}
/* ##### Ende Headers ##### */


/* ##### Tabelle nach Corporate Design der OVB ##### */
.ovb_tabelle
{
    margin: 15px;
    margin-left: 0px;
    border-collapse: collapse;
    font-size: 12px;
}

.ovb_row_dunkler td
{
    background-color: #f1f7fb;
}

.ovb_tabelle td
{
    padding: 4px;
}

.ovb_tabelle th
{
    padding: 4px;
}

.ovb_tabelle thead td
{
    border: none;
}

.ovb_tabelle thead th
{
    border: solid 1px #3d5e87;
    font-weight: bold;
}

.ovb_tabelle tbody td
{
    border: solid 1px #3d5e87;
    text-align: center;
}

.ovb_tabelle tbody th
{
    border-bottom: solid 1px #3d5e87;
    border-top: solid 1px #3d5e87;
    font-weight: bold;
    padding-right: 25px;
    text-align: left;
}

tfoot, thead    {
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: #002d5f;
}

th  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: #002d5f;
}
/* ##### Ende OVB-Tabelle ##### */

/* ##### Tabelle fuer Announcements ##### */
.ovb_tabelle_ann
{
    width: 100%;
    margin-left: 0px;
    border-collapse: collapse;
    font-size: 12px;
    border: solid 1px #b7d5e8;
}

.ovb_tabelle_ann_date
{
    float: right;
}


.ovb_tabelle_ann img
{
    border: none;
}

.ovb_tabelle_ann a, .ovb_tabelle_ann a:hover
{
    padding: 0px;
    background: none;
}

.ovb_tabelle_ann td
{
    border-top: solid 1px #b7d5e8;
    border-bottom: solid 1px #b7d5e8;
    padding: 3px;
}


tr.ovb_tabelle_ann_rowdark td
{
    background-color: #f1f7fb;
}


/* ##### Ende Announcementstabelle ##### */

/* ##### horizontale Announcements ##### */

.ovb_ann_horiz, .ovb_ann_horiz_alt
{
    vertical-align: top;
    width: 27%;
    height: 100%;
    border: solid 1px #b7d5e8;
    background-color: #f1f7fb;
    background-image: url('background_ann_horiz.jpg');
    background-repeat: repeat-x;
}

.ovb_ann_horiz .SubHead, .ovb_ann_horiz_alt .SubHead
{
    font-size: 13px;
}

.ovb_ann_horiz div
{
    height: 100%;
    margin: 2px;
    padding: 3px;
}

.ovb_ann_horiz_alt div
{
    height: 100%;
    margin: 2px;
    padding: 3px;
    overflow: hidden;
}

/* ##### Ende horizontale Announcements ##### */


/* ##### Styles fuer Kontaktformulare ##### */
.ovb_contactform a,
.ovb_employmentform a
{
    margin: 0px;
    padding: 0px;
    background: none;
}

.ovb_contactform a:hover,
.ovb_employmentform a:hover
{
    margin: 0px;
    padding: 0px;
    background: none;
}

.ovb_employmentform h2
{
    margin-top: 15px;
}

.ovb_employmentform th h2
{
    margin-top: 0px;
}

.ovb_employmentform table
{
    clear: both;
}

.ovb_contactform td, .ovb_employmentform td
{
    vertical-align: middle;
}

.ovb_contactform td label, .ovb_employmentform td label
{
    display: inline-block;
    margin-bottom: 3px;
}

.ovb_contactform input, .ovb_employmentform input
{
    margin: 3px;
}

.ovb_contactform #cellThema, #cblThemen
{
    border: solid 1px #f00;
}

.ovb_employmentform input
{
    width: 88%;
}

.ovb_employmentform_radios input
{
    width: 20px;
}

.ovb_employmentform select
{
    height: 18px;
}

.ovb_employmentform textarea
{
    width: 91%;
    height: 100px;
}

.ovb_employmentform_seperator
{
    padding-top: 20px;
}

.ovb_employmentform .DataGrid_Container
{
    margin-top: 10px;
}

.ovb_employmentform .DataGrid_Container,
.ovb_employmentform .DataGrid_Container th,
.ovb_employmentform .DataGrid_Container td
{
    border: none;
}

.ovb_employmentform .DataGrid_Container td
{
    border-top: solid 1px #3d5e87;
    border-bottom: solid 1px #3d5e87;
}

.ovb_employmentform .DataGrid_Container td
{
    padding-left: 10px;
}

.ovb_employmentform .DataGrid_Container td input
{
    height: 16px;
    width: 16px;
}

.ovb_employmentform .DataGrid_Container .NormalBold
{
    height: 20px;
}

.rowNachricht
{
    margin-top: 15px;
}

.ovb_send
{
    text-align: right;
    margin-top: 10px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.ovb_send a.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	background-color: #002d5f;
	background-image: url('standardbutton.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #b7d5e8;
	border-right: solid 1px #002d5f;
	border-bottom: solid 1px #002d5f;
	border-left: solid 1px #b7d5e8;
	color: #f1f7fb;
	font-family: Verdana, sans-serif;
}

.ovb_send a.StandardButton:hover
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	background-color: #002d5f;
	background-image: url('standardbutton_hover.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #b7d5e8;
	border-right: solid 1px #002d5f;
	border-bottom: solid 1px #002d5f;
	border-left: solid 1px #b7d5e8;
	color: #002d5f;
	font-family: Verdana, sans-serif;
}

/* ##### Styles fuer Beratersuche ##### */
.bsNormItem, .bsAltItem, .searchNormItem, .searchAltItem
{
    border: solid 1px #b7d5e8;
    margin: 3px;
}

.bsAltItem, .searchAltItem
{
    background-color: #f1f7fb;
}

#tblResults, #Table2, .search_results
{
    border-collapse: separate;
    border-spacing: 3px;
}

.search_pager
{
    text-align: right;
}

/*
#Table1 a, #Table1 a:hover
{
    padding: 0px;
    background: none;
}
*/

#Table1 select
{
    height: 17px;
}

#Table1 .ovb_send a.CommandButton
{
    padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	background-color: #002d5f;
	background-image: url('standardbutton.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #b7d5e8;
	border-right: solid 1px #002d5f;
	border-bottom: solid 1px #002d5f;
	border-left: solid 1px #b7d5e8;
	color: #f1f7fb;
	font-family: Verdana, sans-serif;
}

#Table1 .ovb_send a.CommandButton:hover
{
    padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	background-color: #002d5f;
	background-image: url('standardbutton_hover.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #b7d5e8;
	border-right: solid 1px #002d5f;
	border-bottom: solid 1px #002d5f;
	border-left: solid 1px #b7d5e8;
	color: #002d5f;
	font-family: Verdana, sans-serif;
}


/* ##### Hyperlinks ##### */
a:link  {
    text-decoration:    none;
    color:  #002d5f;
}

a:visited   {
    text-decoration:    none;
    color:  #3d5e87;
}

a:active    {
    text-decoration:    none;
    color:  #ff6400;
}

a:hover {
    text-decoration:    none;
    color:  #ff6400;
}
/* ##### Ende Hyperlinks ##### */

/* ##### physische Auszeichnungen ##### */
small   {
    font-size:  10px;
}

big {
    font-size:  14px;
}

blockquote, pre {
    margin: 10px;
    margin-left: 15px;
    font-family: Verdana;
    font-size:  12px;
    font-weight: normal;
    color: #3d5e87;
}
/* ##### Ende physische Auszeichnungen ##### */

/* ##### Listen ##### */
ul
{
    margin: 14px;
    margin-top: 10px;
}

ul li   {
    list-style-type:    square ;
    margin-bottom: 4px;
}

ul ul
{
    margin-top: 6px;
}

ul ul li    {
    list-style-type:    disc;
}

ul ul ul li {
    list-style-type:    circle;
}

ol
{
    margin: 20px;
    margin-top: 10px;
}

ol li   {
    list-style-type: decimal;
    margin-bottom: 4px;
}

ol ol
{
    margin-top: 6px;
}

ol ol li    {
    list-style-type:    lower-alpha;
}

ol ol ol li {
    list-style-type:    lower-roman;
}
/* ##### Ende Listen ##### */

hr {
    position: absolute;
    left: -5000px;
    color: #fff;
    height:0px;
    width: 0px;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* ##### Modulmenue ##### */
.ModuleTitle_MenuContainer {
	border: none; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #3d5e87; 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #f1f7fb 0px solid; 
	border-bottom: #f1f7fb 1px solid; 
	border-top: #f1f7fb 1px solid; 
	border-right: #f1f7fb 0px solid;
	background-color: transparent;
	text-align: left;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #b7d5e8; 
	border-left: #b7d5e8 1px solid; 
	border-bottom: #b7d5e8 1px solid; 
	border-top: #b7d5e8 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #f1f7fb; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	border: #8ebad7 1px solid;
}

.ModuleTitle_MenuBreak {
	/*border-bottom: #3d5e87 1px solid; 
	border-left: #3d5e87 0px solid; 
	border-top: #3d5e87 1px solid;  
	border-right: #3d5e87 0px solid; */
	background-color: #8ebad7; 
	height: 1px;
	font-size: 0px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #002d5f; 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
	background-image: url('menu_over.jpg');
	background-repeat: repeat-x;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* ##### Ende Modulmenue ##### */


