* {
    margin: 								0;
    padding: 								0;
		padding: 								0px;
}

html, body {
    height: 100%;
		padding: 								0px;
}


BODY {
		background:             transparent;
		position:								absolute;
    color:                  #000000;
    white-space:            normal;
    word-spacing:           0px;
    letter-spacing:         0px;
    font-family:            Verdana, Arial, Helvetica, sans-serif;
    font-style:             normal;
    font-variant:           normal;
    font-size:              10px;
    font-weight:            normal;
    font-stretch:           normal;
    text-decoration:        none;
    text-transform:         none;
    text-shadow:            none;
    text-indent:            0px;
    text-align:             left;
    vertical-align:         middle;
		padding: 								0px;
    border:									0px;
    float: 									none;

    height: 								100%;
    width:									100%;
}


DIV#container {
    width:									100%;
    min-width:							320px; /* PDA default screen size*/
		float: 									left;
		border: 								0px;
}


DIV#bodyContainer {
    float: 									left;
    min-height: 						100%;
    /* height: 								auto !important; */
    height: 								auto;
    height: 								100%;
    border: 								0px;
}



/* HEADER */

DIV.headerMenu {
    width:                  100%;
    min-width:							320px;
    height:                 65px;
    max-height:             65px;
    position:               relative;
    float:                  left;
    clear:                  both;
    background-color:       #FFFFFF;
    text-align:             left;
    vertical-align:         top;
    font-size:              11px;
    color:                  #000000;
}

/* META Image */
DIV.headerImage {
    width:                  100%;
    height:                 125px;
    max-height:             125px;
    position:               relative;
    float:                  none;
    clear:                  both;
    background:							#FF9900 url(../images/template_06.png) bottom right no-repeat;
    text-align:             right;
    vertical-align:         top;
    padding:                0px;
}
DIV.headerImage IMG {

}


/* Hauptnavigation */
DIV.menu {
		display:								none;
}


/* Kopf - Navigation */
DIV.headerMenu DIV.links {
		display:								none;
}


/* SUCHE */
DIV.headerMenu DIV.headerSearch {
		display:								none;
}


/* Members Login */
DIV.headerMenu DIV.headerLogin {
		display:						none;
}


/* LOGO */
DIV.headerMenu DIV.headerLogo {
    padding:            5px 0px 0px 0px;
    margin-left: 				15px;
    text-align:         right;
    float:              right;
    clear:              right;
    border:							none;
}
DIV.headerMenu DIV.headerLogo IMG {
    margin-right:       30px;
}

DIV.breadCrumbs {
    width:                  900px;
    max-width:              900px;
    height:                 20px;
    max-height:             20px;
    padding-top:						10px;
    position:               relative;
    float:                  none;
    clear:                  both;
    background-color:       #FFFFFF;
    text-align:             left;
    vertical-align:         top;
    font-size:              11px;
    color:                  #000000;
}
DIV.breadCrumbs SPAN {
		margin-left:				20px;
    float: 							none;
    color:							#949494;
}
DIV.breadCrumbs SPAN A{
    color:							#949494;
    text-decoration:		none;
}



/* BODY */

DIV#bodyContainer DIV.leftBlock {
	display:									none;
}

DIV#bodyContainer DIV.rightBlock {
    width:                  100%;
    position:               relative;
    top:                    0px;
    left:                   0px;
    float:                  left;
    clear:                  right;
    background-color:       transparent;
    border: 								0px;
}
DIV#bodyContainer DIV.rightBlock DIV.content {
    margin-top:             30px;
    padding: 10px;
    float:                  none;
    clear:                  both;
    background-color:       transparent;
    font-size:              1.0em;
    border: 								0px;
}


