
    /* Element level classes */

    body
    {
        color: #333333;
        font-size: 0.75em;
        font-family: Calibri, Verdana, Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #fff;   /*DDDDDD*/
        margin: 0px;
    }

    td, th
    {
        color: #333333;
        font-family: Calibri, Verdana, Lucida Sans Unicode, Lucida Grande, Arial;
    }

    img
    {
        border-width: 0px;
        vertical-align: middle;
    }

    a
    {
        color: #990000;     /*   773C05  */
	    text-decoration: none;
    /*	font-weight: bold */
    }

    a:hover
    {
        color: #CC0000;
        text-decoration: underline;
    }

    input[type=text], input[type=password], input[type=file], select
    {
/*        border: 1px solid #808080; */

        background-color: White;
        color: #333333;
        font-family: Calibri, Verdana, Lucida Sans Unicode, Lucida Grande, Arial;

        vertical-align: middle;

    }

    textarea
    {
        background-color: White;
        color: #333333;
        font-family: Calibri, Lucida Console, Andale Mono, Courier New, Courier;
    }
    
	input[type=submit]
	{
        border: 1px dotted #808080;
        background-color: #E7E0D9;
        font-family: Calibri, Verdana, Lucida Sans Unicode, Lucida Grande, Arial;
        vertical-align: middle;
	}

	.PhorumSubmit
	{
        border: 1px dotted #808080;
        background-color: #E7E0D9;
        font-family: Calibri, Verdana, Lucida Sans Unicode, Lucida Grande, Arial;
        vertical-align: middle;
	}	
	
	input
	{
        vertical-align: middle;
	}

    /* Standard classes for use in any page */
        .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #333333;
        border-width: 1px;
    }
	
    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
    
        background-color: White;
        border: 1px solid #808080;
/*        width: 100%; */
        padding: 3px;		
    }

    .PhorumStdBlockHeader
    {
        background-color: #F8BD86;  /*   #FFF0B6;   */
/*        width: 100%; */
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;

        border-top: 1px solid #808080;
        padding: 3px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
		visibility:hidden;
		display:none;	
        border: 1px solid #808080;
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: 100%; */
        background-color: #ccc;   /*   #E7E0D9;   */    /*   #FFF0B6;  */
        padding: 4px 3px 4px 3px;
    }
	
    .PhorumTitleBlock
    {
        border: 1px solid #808080;
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: 100%; */
        background-color: #CCCCCC;
        padding: 2px 3px 2px 3px;
    }
	
    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
    	font-size: 0.9em;
        color: #300;
        text-decoration: none;
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        padding: 2px 4px 2px 4px;
        background-color: #FFFFFF;
        margin-left: 3px;
    }

    A.PhorumNavLink:hover
    {
        background-color: White;
        border-style: solid;
        border-color: #808080;
        border-width: 1px;
        color: #212121;
    }

    a.TopNavLink
    {
        color: #f5e39e;
        text-decoration: none;
        border-style: solid;
        border-color: #De7008;
        border-width: 0px;
        padding: 0px 4px 0px 4px;
		font-weight:normal;
    }

    #kopf a.TopNavLink:hover
    {
        background-color: #EEE;
		color: #000;
		visibility:hidden;
		display:none;
    }
	
    .PhorumFloatingText
    {
        padding: 5px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
	    padding: 10px; 
        text-align: left;
        color: #330000;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        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;
    }
    .Grau
    {
		color: #999999;
    }

    .PhorumRowBlock
    {
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

    /************/
    

    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #808080;
        border-width: 0px;
        width: 95%;
    }

    .PhorumTableHeader
    {
        background-color: #F8BD86;  /*   #FFF0B6;   */
        border-bottom-style: solid;
        border-bottom-color: #808080;
        border-bottom-width: 0px;
        color: #333333;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #333333;
        height: 35px;
        padding: 3px;
    }

    .PhorumTableRowob
    {
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #333333;
        height: 32px;
        padding: 3px;
    }
    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 0px;
		background-color:#FFFFFF;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 120%;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 100%;
		width:90%;
    }
	 .PhorumReadBodyText H1
    {
        font-size: 150%;
		color: #000000;
		padding: 4px;
		font-weight: bold;
		border: none;
/*		background-color: #EEDD88;  */

    }

	 .PhorumReadBodyText H2
    {
        font-size: 120%;
		color: #000000;
		padding: 4px;
		font-weight: bold;
		border: none;
/*		background-color: #EEDD88;  */


    }
	 .PhorumReadBodyText H3
    {
        font-size: 110%;
		color: #000000;
		padding: 4px;
		font-weight: bold;
		border: none;

    }

	 .PhorumReadBodyText H4
    {
        font-size: 110%;
		font-weight: normal;
		color: #000000;
		padding: 4px;
		border: none;
/*		background-color: #FFEE99;  */


    }
	 .PhorumReadBodyText H5
    {
         font-size: 100%;
		font-weight: bold;
		font-style: normal;
		color: #666666;
		padding: 4px;
		border: none;
/*		background-color: #FFEE99;  */


    }
    
 
	 .PhorumReadBodyText a
    {
 		font-weight: bold;

    }
	 .PhorumReadBodyText PRE
    {
		font-family: Courier, Courier New, Mono, Sans, Verdana, Lucida Sans Unicode, Lucida Grande, Arial;
		font-weight: normal;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		color: #000000;
		padding: 4px;
		border: none;
/*		background-color: #FFEE99;  */


    }
	
	 .PhorumReadBodyText xmp
    {
		font-weight: normal;
		margin-top: 10px;
		margin-right: 50px;
		margin-bottom: 10px;
		margin-left: 50px;
		color: #000000;
		padding: 6px;
		border: none;
/*		background-color: #FFEE99;  */


    }
		
    .PhorumReadNavBlock
    {
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
/*        width: 100%; */
        background-color: #ccc;   /*   #FFF0B6;   */
        padding: 4px 3px 4px 3px;
        line-height: 2em;
		visibility:hidden;
		display:none;		
    }

    /********************/
    
    /* List page specifics */

    .PhorumListSubText
    {
        color: #707070;
        font-size: 85%;
    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 85%;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-size: 85%;
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {

    }
	
    .PhorumTextareaBlock
    {
        background-color: #EEEEEE;
    }
    .PhorumSmallFont
    {
        font-size: 10px;
    }    

    .PhorumLargeFont
    {
        color: #333333;
        font-size: 140%;
        font-weight: bold;
    }    



	
.bildrechts {
		display:none;
	float: right;
		visibility:hidden;	
}



.ajaxbutton {
float:right;
margin-top: 14px;

display: inline;

}


#buddylist ul {
		visibility:hidden;
		display:none;
margin-top: 0px;
list-style:none;
padding-left: 5px;
margin-left:0;
}

#buddylist ul li a{
margin-top: 0px;
border: 0;
font-size:9px;
}

.links, .mitte, .rechts
{
	display: block;
	float: left;
	width: 49%;

	padding: 1px;
    color: #333333;
    background-color: #fff;   /*   #FFF0B6;   */
    border: solid 1px #666;

}

.links {
	clear: both;
	margin: 2px 0 0px 0px;
}

.rechts {
	margin: 2px 0 0px 2px;
}

.scrollbox{
	height: 40em;
	overflow:scroll;
}
.central
{
	display:block;
	float: left;
	margin: 0 0 2px 0px;
	padding: 5px;
    color: #333333;
    background-color: #fff;   /*   #FFF0B6;   */
/*    border: solid 1px #fff;  */
}

a.reiter
{
		visibility:hidden;
		display:none;
	float:left;
	padding: 2px 4px 2px 4px;
	margin: 5px 5px 0 0 ;
/*	border: thin #999999 solid; */
	border-bottom-color:#ccc;
	background-color:#ccc;
    font-size: 0.85em;
	text-decoration: none;	
	min-width: 90px;
	border: 1px solid #ccc;	
	border-bottom: 1px solid #eee;	
}

a.reiter:hover{
	text-decoration: none;
	background-color:#EEE;
	color:#000000;	
	border: 1px solid #EEE;
}


a.reiter.aktiv
{
	color: #000;
	font-weight: normal;
	background-color:#fff;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
}



a.topreiter
{
		display:none;
	float:left;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0 0 ;
	background-color:#333;
    font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;	
	min-width: 90px;

	color: #FFB670;   /*  f08D30;  */
	border-bottom: 4px solid #000;	
	border-right: 1px solid #ccc;
	border-left: 0px solid #ccc;
	border-top: 1px solid #ccc;	
	margin-bottom: 10px;	
		visibility:hidden;	
	
}

a.topreiter:hover{
	text-decoration: none;
	background-color:#fff;
	color:#000000;	
}


a.topreiter.aktiv
{
	color: #fff;
	background-color:#000;
	border-top: 1px solid #000;		

}
.startseite_hg_1 {
padding: 2px 0px;

}
.startseite_hg_0 {
padding: 2px 0px;
background-color:#FFFFFF;
}

div.startseite_hg_0:hover{
background-color:#CCC;
}
div.startseite_hg_1:hover{
background-color:#CCC;
}

#kopf{
		display:none;
 
 width: 100%;
 height: 75px;
 margin: 0;
 padding: 0;
 color: #900;
 background-color: #000; 
 		visibility:hidden;
}


#kopf a{
 color: #F08D30;
}

#ameise{
display: inline;

margin-left: 0px;
margin-top: 35px;
top: 0px;
position: absolute;
color: #F08D30;
font-size: 1em;
font-weight: bold;

}

#menuspalte{
clear: both;
float: right;
		display:none;
width: 16%;
margin: 0px;
padding: 0px;
border: 0px solid #0f0;
background-color:#fff;
padding: 6px;
		visibility:hidden;
		display:none;

}

#menuspalte h4{
margin-bottom: 4px;
}

#inhaltsspalte{

float: left;
display: inline;
margin: 0px;
background-color:#fff;
width: 100%;

border: 0px solid #00f;
}

#page_margins{

border: 0px #889 solid;
margin:auto;
width:100%;
}

#foot{
		display:none;
float: left;
width: 100%;
background-color:#EEE;
border: 0px;
border-top: 4px solid #000;
margin-top: 20px;
		visibility:hidden;
}

a.fussreiter
{
	display: block;
	float:right;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0 0 ;
	background-color:#444;
    font-size: 1.1em;
	font-weight:bold;
    font-family: Calibri, Verdana, Lucida Sans Unicode, Lucida Grande, Arial;
	text-decoration: none;	
	min-width: 60px;

	color: #FFB670;
	border-top: 0px solid #000;	
	border-right: 1px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;	
	
}

a.fussreiter:hover{
	text-decoration: none;
	background-color:#fff;
	color:#000000;
	border-top: 0px solid #000;	
	border-right: 1px solid #999;
	border-left: 0px solid #ccc;
	border-bottom: 1px solid #999;		
}


a.fussreiter.aktiv
{
	color: #fff;
	font-weight: normal;
	background-color:#000;		

}

#menuspalte a{
display: block;
}

div.editor{
	display:none;
}