/*
Oberammergau Farbpalette:
Ocker (MainFrame): F3E2CB; 
Dunkelbraun: 6B3A2B;
Navigation: A42328;
*/

html, body, div, p, table, tr, td, a, input, textarea, select {
    font-family: Georgia, Times New Roman, Times, serif;
	color:#000000;
}
html, body {
	margin:0;
	padding:0;
}

html { 	height:100%; }

body { background-image: url('/cms/images/background.gif');  }

body, p, ul, li, a, td, textarea, .eingabe, .button, select {
    font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
    text-decoration: underline;
}

#content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -275px 0 0 -478px;
    width:955px;
    height:550px;
    }

#world {
    position: absolute;
    left: 0px;
    top: px;
    width: 955px;
    height: 550px;
    background-image: url('/cms/images/world.jpg');
    }

#block_white {
    position: absolute;
    left: 300px;
    top: 11px;
    width: 655px;
    height: 60px;
    background-color: white;
    }

#bildLinks {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 550px;
    background-image: url('/cms/images/bild_links.jpg');	
    }

#block_vertical {
    position: absolute;
    left: 300px;
    top: 0px;
    width: 2px;
    height: 550px;
    background-color: #6B3A2B;
    }

#logo {
    position: absolute;
    left: 387px;
    top: 11px;
    width: 190px;
    height: 60px;
    background-image: url('/cms/images/logo_start.gif');
    overflow: hidden;	
    }

* html #logo {
    top: 13px;
    height: 58px;
}


#cdcontainer {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 11px;
    color: white;
}

#block_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 955px;
    height: 10px;
    background-color: #6B3A2B;
    }

#block_bottom {
    position: absolute;
    left: 0px;
    top: 540px;
    width: 955px;
    height: 10px;
    background-color: #6B3A2B;
    }

#intro {
    position: absolute;
    left: 395px; 
    top: 120px; 
    }

#intro h1 {
    margin: 0 0 0px 0;
    padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #6B3A2B;
    font-style: italic;
    }

#intro h2 {
    margin: 0 0 50px 0;
    padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #404040;
    font-style: italic;
    }

#intro h3 {
    margin: 0;
    padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
    font-style: normal;
    }

#intro a {
    color: #A42328;
    font-size: 13px;
    font-weight: bold;
}

#box01 { left: 395px; }
#box02 { left: 580px; }
#box03 { left: 765px; }

.box {
    position: absolute;
    top: 320px;
    padding: 2px;
    border: 1px solid #6B3A2B;
    text-align: center;
    width: 120px;
    height: 120px;
}

* html .box {
    width: 126px;
    height: 126px;
}

.box h1 {
    margin: 20px 0 0 0;
    padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #6B3A2B;
    font-style: italic;
    }

.box h1 a, .box h1 a:hover {
	font-size: 20px;
	font-weight: normal;
	color: #6B3A2B;
    font-style: italic;
    }

.box h2 {
    position: absolute;
    left: 2px;
    top: 92px;
    width: 120px;
    height: 20px;
    line-height: 20px;
    background-color: #A42328;
	font-size: 12px;
	font-weight: normal;
	color: white;
    font-style: italic;
    }

.box h2 a, .box h2 a:hover {
	color: white;
    }

* html .box h2 {
    top: 102px;
}

#extro {
    position: absolute;
    left: 695px; 
    top: 26px;
/*
    left: 395px; 
    top: 470px;
*/
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 16px;
	color: #404040;;
    }