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

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


BODY {
		background:             #ECEFF5;
		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:                 70px;
    max-height:             70px;
    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 {
		display: 								none;
}


/* Hauptnavigation */
DIV.menu {
    position:               relative;
    min-width:							320px;
    float:                  left;
    clear:                  both;
    margin									0px;
    padding-top:						10px;
    background-color:       transparent;
    vertical-align:         middle;
    font-weight:            bold;
    font-size:            	10px;
    color:                  #FFFFFF;
		border:									0px;
    z-index:                100;
}
#menu a, #menu a:visited {
    height:             16px;
    line-height:        16px;
    display:            block;
    text-decoration:    none;
		color: 							#567B8E;
    background:         transparent;
    overflow:           hidden;
    font-weight:        bold;
}
#menu ul {
		padding-left: 10px;
    margin-right:       1px;
		margin-left:       	0px;
		display: block;
		border: 						none;
}
#menu ul li {
    margin-right:      1px;
		margin-left:       0px;
		display: block;		
}
#menu li.spacer {
		display: 						none;
}

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


/* SUCHE */
DIV.headerMenu DIV.headerSearch {
		height:							14px;
		max-height: 				14px;
		margin-top: 				20px;
		margin-left: 				10px;
    width:              80px;
    max-width:          80px;
    padding:            1px 2px 2px 2px;
    float:              left;
    clear:              none;
    border:							1px solid #FF9900;
}
DIV.headerMenu DIV.headerSearch INPUT#formText {
		color: 							#cccccc; 
		display: 						inline; 
		border: 						none;
		_display: 					inline; 
		float: 							left; 
		height: 						12px; 
		max-height: 				12px;
		font-size:					10px;
		width: 							60px; 
		max-width: 					60px; 
		margin: 						0px;
		padding: 						0px;
}
DIV.headerMenu DIV.headerSearch INPUT#formSubmit {
		display: 						inline;
		border: 						none;
		padding: 						0px;
		_display: 					inline;
		float: 							left;
		margin-left: 				4px;
}


/* 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;
}





/* 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:                 0px;
    padding: 10px;
    float:                  none;
    clear:                  both;
    background-color:       transparent;
    font-size:              1.0em;
    border: 								0px;
}


