body  {
	color: #616161;
	font-size: 12px;
	font-family: arial;
	background-color: #E6E7E9; /*#D1E2FF;*/
	margin: 0px;
	padding: 0px
}

h1	{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	/*text-transform : uppercase;*/
	margin-bottom: 0px;
	padding-bottom: 0px
}

h2	{
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px
}

/*************PAGE-STYLES*********************/

div.page {
	
}



/*************MAINNAVIGATION-STYLES*********************/

div.page div.mainnavigation {
    margin-top: 12px;
    background: white;
}
div.page div.mainnavigation h1 {
    padding: 9px 10px 8px 10px;
}
div.page div.mainnavigation div.container {
	
}


/*************CONTENT-STYLES*********************/

div.page div.content {

}

div.page div.content div.container {
	
}



/*************SUBNAVIGATION-STYLES*********************/

div.page div.subnavigation {

}

div.page div.subnavigation div.container {
	
}



/*************FOOTER-STYLES*********************/

div.page div.footer {

}

div.page div.footer div.container {
	
}




/******************** DEPRESSIONS SPECIFIC STYLES ********************/

.minicell {
font-size: 1px;
}

.titelOrange {
font-family: verdana;
font-weight: bold;
font-size: 11px;
color: #E47600;
}

.titelBlau {
    color:#fff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;	
	/*text-transform : uppercase;*/
}

.textTitel {
font-family: arial;
font-weight: bold;
font-size: 14px;
color: #616161;
}

.text {
font-family: arial;
font-size: 12px;
color: #616161;
}
.text_small { color: #616161; font-size: 10px; font-family: arial }
a {
font-family: arial;
font-weight: bold;
font-size: 12px;
color: #006BAF;
text-decoration:none;
}

a.grau {
font-family: arial;
font-weight: bold;
font-size: 12px;
color: #616161;
text-decoration:none;
}

a.unbold {
font-family: arial;
font-weight: normal;
font-size: 12px;
color: #616161;
}

a.titelNav {
font-size: 11px;
text-transform : uppercase;
}

a.footer { 
color: #616161; 
font-weight: bold; 
font-size: 11px; 
font-family: arial 
}

highlighted {
font-family: arial;
font-weight: bold;
font-size: 11px;
color: #095BA6;
text-transform : uppercase;
}

submit {
font-family: arial;
font-size: 12px;
color: #616161;
}

/************ 20070307, js, relaunch specific styles ************/
.topic{  
  background-color:#006BAF;  
  height:1.6em;
  padding-left:1em;
}

.bluelink{
  color:#006FB5;
}

#lundbecklogo{  
	position:relative;
	top:-.55em;   
}

/******************** PHORUM SPECIFIC STYLES ********************/
    
    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: backcolor;
        border: 1px solid #C6DBFF;
        width: 535px;
        padding: 3px;		
    }

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #FFFFFF;
        width: 535px; 
        border-left: 1px solid #C6DBFF;
        border-right: 1px solid #C6DBFF;
        border-top: 1px solid #C6DBFF;
        padding: 3px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }
	
    .PhorumNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border: 1px solid #C6DBFF;
        margin-top: 1px;
        margin-bottom: 1px;
        width: 535px; 
        background-color: #FFFFFF;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
        color: defaulttextcolor;
        text-decoration: none;
    }

    A.PhorumNavLink:hover
    {
        background-color: White;
        color: #0E69B2; /*#FF6600;*/
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-size: 10px;
        font-weight: bold;
        color: #CC0000;
    }
	
    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */    

    .PhorumColumnFloatXSmall
    {
        float: right; 
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right; 
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right; 
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right; 
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right; 
        width: 400px;
    }

    .PhorumRowBlock
    {
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

    /************/
    

    /* All that is left of the tables */

/*    .PhorumStdTable
    {
        border-style: solid;
        border-color: {tablebordercolor};
        border-width: 1px;
        width: {tablewidth};
    }*/
	 .PhorumStdTable
    {
	border-style: solid;
	border-color: #C6DBFF;
	border-width: 1px;
	width: 535px;
}

    .PhorumTableHeader
    {
        background-color: #FFFFFF;
        border-bottom-style: solid;
        border-bottom-color: #C6DBFF;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: arial;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #C6DBFF;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: arial;
        height: 35px;
        padding: 3px;
    }

    table.PhorumFormTable td
    {
		color: Black;
        font-size: 12px;
        font-family: arial;
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 14px;
        font-family: arial;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: Lucida Console, Andale Mono, Courier New, Courier;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border-left: 1px solid  #C6DBFF;
        border-right: 1px solid  #C6DBFF;
        border-bottom: 1px solid  #C6DBFF;
        width: 535px; 
        background-color: #EEEEEE;
        padding: 2px 3px 2px 3px;
    }

    /********************/
    
    /* List page specifics */

    .PhorumListSubText
    {
        color: listmodlinkcolor;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListPageLink
    {
        color: listmodlinkcolor;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: listmodlinkcolor;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 535px;
    }

    .PhorumSmallFont
    {
        font-size: 10px;
    }    

    .PhorumLargeFont
    {
        color: Black;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }    

/* CAPTCHA */
.Captcha {
}
.CaptchaText {
	width: 260px;
	float: right;
}
.CaptchaText p {
	margin-top: 0;
	margin-bottom: 10px;
	color: black;
	font-family: arial;
}
.CaptchaP {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.PhorumCaptchaBlock {
	border-top: none !important;
	border-bottom: none !important;
}
