
/* ----- */
*
{
	padding:				0;
	margin:					0;
}

body
{
    background-color:       #FFFFFF;
    color:                  #334237;
    font:                   10px Arial, Tahoma, Helvetica, sans-serif;
    text-align:             center;
    background:             #FFFFFF url(../images/shade_center.gif) repeat-y center;
}

a:LINK,
a:VISITED
{
    color:                  #3E7BAF;
    text-decoration:        none;
}

a:hover
{
    text-decoration:        underline;
}

img
{
    padding:                0px;
    border:                 none;
}
    

#container
{
    padding:                0px 30px 0px 36px;
    min-height:             200px;
    width:                  946px;
	margin:				    auto;
	text-align:             left;

    
}

.highlight
{
    color:                  #3E7BAF;
}

.hide
{
    display:                none;
}

.clear
{
    clear:                  both;
    height:                 0.1;
    line-height:            0.1;
    font-size:              0.1;
}

.divider
{
    clear:                  both;
    display:                block;
    height:                 1px;

    background:             #FFFFFF url(../images/trenner.gif) repeat-x top left;
}

/* ----- PAGE HEAD ----- */

#page-head

{
    display:                block;
    position:               relative;
    height:                 260px;
    width:                  946px;
   	background:				#FFFFFF url(../images/bgr_header.jpg) repeat-x;
}


#top-divider
{
    height:                 7px;
    width:                  946px;
    background:				#FFFFFF url(../images/kante_top.gif) no-repeat;
}

/* ----- HEAD NAVIGATION ----- */

#head-navigation
{
    position:               absolute;
    top:                    0px;
    right:                  15px;
    height:                 31px;
    background-color:       #000000;
 
}

#head-navigation a:link
{
    color:                  #FFFFFF;
}   

#head-navigation div
{
    float:                  left;
    width:                  4px;
    height:                 100%;
}

#head-navigation #left
{
    background:             #000000 url(../images/corner_left.gif) no-repeat bottom;
}

#head-navigation #right
{
    background:             #000000 url(../images/corner_right.gif) no-repeat bottom;
}

#head-navigation ul
{
    float:                  left;
    height:                 100%;
    list-style:			    none; 
}

#head-navigation li 
{
    display:                inline;
}
#head-navigation li a
{
    line-height:            30px;
    padding:                0px 8px 0px 6px;
    color:                  #FFFFFF;
    background:             #000000 url(../images/divider_vert_white.gif) no-repeat right;
}
#head-navigation li.first
{
}
#head-navigation li.last a
{
	background-image:       none;
}

/* ----- widgets ----- */
a#book
{
	position:				absolute;

	left:                   340px;
	top:                    106px;
	
	width: 					104px;
	_width: 			    255px; 
	height: 				63px;
    
    padding:                41px 0px 0px 151px;
    
    background: 			transparent url(../images/book.gif) no-repeat;
    color:                  #FFFFFF;
}
a#videos
{
	position:				absolute;
	left:                   610px;
	top:                    106px;
	width: 					104px;
	_width: 			    255px; 
	height: 				63px;
    padding:                41px 0px 0px 151px;
    background: 			transparent url(../images/videos_eng.png) no-repeat;
    _background: 			transparent url(../images/videos_eng.gif) no-repeat;
    color:                  #FFFFFF;
}

#headline
{
    position:				absolute;

	left:                   329px;
	top:                    37px;
	
	width: 					601px;
	height: 				48px;
    
    background: 			transparent url(../images/hd_header.gif) no-repeat;
    text-indent:		    -3000px;
}

/* ----- LAGUAGE SELCT BOX ----- */

#language-selector
{
    position:				absolute;
	right:                  15px;
	top:                    85px;
	width:                  160px; 
	padding-top:            15px;

	text-align:             right;
	background: 			transparent url(../images/languages.gif) no-repeat top;
}

#language-selector a
{
    color:                  #FFFFFF;
}       

#language-selector ul
{
    list-style:			    none; 
}

#language-selector select
{
    width:                  127px;
}

#language-selector input
{
    float:                  right;
    margin-left:            3px;
}

/* ----- NAVIGATION ----- */

ul#navigation 
{
    list-style:			    none; 
    position:               absolute;
	top:                    45px;
	left:                   16px;
}


#navigation li
{
    margin:                 0px 0px 1px 0px;
    padding:                0;
}

#navigation li a
{
    display:                block;
    width:                  286px;
    height:                 17px;
    _margin-bottom:         -3px;
}


/* ----- Footer ----- */
#footer
{
    clear:                  both;
    padding:                5px 15px 10px 0px;
    _margin-right:          -66px;
    text-align:             right;  
	color:					#FFFFFF;
}

#footer a
{
    color:                  #FFFFFF;
}

#footer span
{
    font-family:            serif;
    margin:					0px 10px 0px 10px;
}