/* BASICS ------------------------- */

html,html body {height:100%;}

body, td
{
background-color:white;
color: black;
padding: 0;
margin: 0;
/* main-Box zentrieren in IE 5 und hoeher */
/* text-align: left;  */
font-family: "Lucida Grande", "Lucida Sans",  Arial, sans-serif;
font-size: 12px;
line-height: 17px;
}


td {
vertical-align: top;
background-color: transparent;
}

body {
margin: 0px 0px 0px 0px;
background-image: url(p/body_bg.gif);
background-repeat: repeat-y;
}

.editorbody {
	/* Dieser Body wird vom Editor verwendet - Background entfernen */
	margin-top: 15px;
	background-color:white;
	background-image: none;
}



/* BASICS - LINK STYLES --------------- */

a {
color: #484848 !important;
text-decoration: underline
}

a:hover {
color: #000000 !important;
text-decoration: none;
}

a label {
color: black !important;
text-decoration: none;
font-weight: bold;
}

a:hover label {
color: #ff0000 !important;
}

/* link klassen */

a.link             
{ 
	display:inline-block; 
 	background-image:url(p/link-external.gif);
 	padding-right:22px; 
 	background-repeat:no-repeat;
 	background-position:center right; 
 	border:0px; 
}

a.download             
{ 
	display:inline-block; 
 	background-image:url(p/link-download.gif);
 	padding-right:22px; 
 	background-repeat:no-repeat;
 	background-position:center right; 
 	border:0px; 
}

/* Image Styles */

img {
border: 0px;
margin: 0px;
padding: 0px;
display: block;
}

img.top {
	border-top: 1px solid #DCE3BE;
	border-right: 1px solid #DCE3BE;
	border-bottom: 1px solid #DCE3BE;
}

.bild {
	 float: left;
    clear: right;
    display: block;
    margin-top: 4px;
    margin-right: 14px;
    margin-bottom: 10px;
}

p {
	padding: 0;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

div {
padding: 0;
margin: 0;
}


/* Überschriften = = = = = = = = = = = = = = = = = = = = = = = = = */

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #A1BA42;
	margin: 0px 0px 17px 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

h2 ~ h2 {
	/* h2 die als vorgänger h2 hat - abstand nach oben erhöhen */
	padding-top: 15px;
}

h3 {
	/* verwendet bei Trainer */
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}

h4 {
	/* verwendet bei Trainer */
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}



/* Spalten Layout = = = = = = = = = = = = = = = = = = = = = = = = = */

#corelayout-top {
	height: 25px; /* Abstand Layout nach oben - padding emulation */
	background-image: url(p/body_top.gif);
	background-repeat: repeat-y;
}

#corelayout {
	width: 887px;
}

#corelayout td {

}

#corelayout #nav {
	width: 225px;
	background-color: white;
}

#corelayout-bottom {
	height: 36px; /* Abstand Layout nach unten - padding emulation */
	background-image: url(p/body_top.gif);
	background-repeat: repeat-y;
}

/* Haupt-Navigation ----------------------------------------------- */
ul#mnav {
	font-size: 13px;
	line-height:18px; 
	color: Black;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 233px;
	padding-left: 38px;
	color: #ff9999;
	height: 367px;
} 

ul#mnav li {
	list-style: none;
	
}

ul#mnav li a {
	text-decoration: none;
	color: #999999 !important;
} 

ul#mnav li a.a{
	color: #666666 !important;
	font-weight: bold;
}

ul#mnav a:hover {
	text-decoration: none;
	color: #666666 !important;
} 

/* Subnavigation ---------------------------------------------------- */

ul#mnav li ul {
	list-style: none;
	padding: 0;
	margin:0;
	padding-top: 18px;
	line-height: 140%;
}

ul#mnav li ul li {
	list-style: none;
}

ul#mnav li ul li a {
	text-decoration: none;
	color: #A1BA42 !important;
}

ul#mnav li ul li a.a {
	text-decoration: none;
	color: #A1BA42 !important;
	font-weight: bold;
}

ul#mnav li ul li a:hover {
	text-decoration: none;
	color: #666666 !important;
}

/* Service Navigation ----------------------------------------------- */

ul#snav {
	font-size: 11px;
	line-height:100%;
	color: Black;
	float: left;
	padding: 0;
	margin:0;
	padding-left: 38px;
	color: #ff9999;
} 

ul#snav li {
	list-style: none;
}

ul#snav li a {
	text-decoration: none;
	color: #999999 !important;
} 

ul#snav li a.a{
	color: #666666 !important;
	font-weight: bold;
}

ul#snav a:hover {
	text-decoration: none;
	color: #666666 !important;
} 

/* Key Elements */


#logo {
	position: absolute;
	top: 45px;
	left: 26px;
}

/* Content Spalte ------------------------------------------------ */

#middle {
	width: 441px;
	background-color: white;
	border-left: 1px solid #DCE3BE;
}

#content {
	padding-top: 0px;
	padding-bottom: 10px;
	width: 440px;
}

#content div.spacer {
	width: 405px;
	height: 25px;
}

#txt {
	margin-left: 15px;
	width: 425px;
}

/* CONTENT-LIST STYLE */
#txt ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 22px;
}

#txt ul li {
	padding: 0;
	background: url(p/li-pfeil.gif) no-repeat 0px 7px;
 	padding-left: 16px;
	margin: 0:
}

#content table {
	width: 425px;
	margin: 0; 
	padding: 0;
   table-layout: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

#txt address {
	font-size: 11px;
	margin-top: 8px;
	font-style: normal;
	
}

#content table tr th {
	text-align: left;
	height: 22px;
	vertical-align: top;
	font-weight: normal;
}

#content table tr td {
	text-align: left;
	height: 22px;
	vertical-align: middle;
	border-bottom: 1px solid black;
	vertical-align: bottom;
}

#content table tr th.right {
	text-align: right;
}

#content table tr td.right {
	text-align: right;
	padding-right: 4px;
	
}

#content table tr th.thplain {
	border: 0;
	font-weight: normal;
	padding-bottom: 12px;
}




/* Boxen im Content --------------------------- */
.box-green {
	width: 211px;
	height: 211px;
	background-image: url(p/box-green.gif);
	float: left;
	margin: 0px 1px 2px 0px;
}

.box-green h2 {
	font-size: 16px;
	color: white;
	padding: 19px 0px 9px 13px;
}

.box-green div.body {
	height: 116px;
	width: 190px;
	padding: 0px 0px 0px 12px;
	vertical-align: middle;
	line-height: 19px;
   color: white;
}

.box-green div.body ul {
	padding-top: 23px !important;
}

.box-green div.body ul li {
	padding: 0;
	background: url(p/li-boxgreen.gif) no-repeat 0px 7px !important;
 	padding-left: 13px !important;
	margin: 0;
	font-size: 12px;
}

.box-green div.link {
	text-align: right;
	padding-top: 7px;
	padding-right: 13px;
}

.box-green div.link a {
	font-size:11px;
	text-decoration: none;
	color: white !important;
	
	display:inline-block; 
 	background-image:url(p/link-gbox.gif);
 	padding-right:22px; 
 	background-repeat:no-repeat;
 	background-position:center right; 
 	border:0px; 
}

.box-green div.link a:hover {
	color: #8CA139 !important;
	background-image:url(p/link-gbox-hover.gif);
}

/* Raum Miniaturen */

.box-green h2.japan {
	background-image: url(p/room-japan.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.box-green h2.france {
	background-image: url(p/room-france.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.box-green h2.europa {
	background-image: url(p/room-europa.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.box-green h2.finland {
	background-image: url(p/room-finland.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* Teaser - Spalte  --------------------------------------------------- */

#right {
	background-image: url(p/body_right.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
}


/* Boxen in Sidebar ------------------------------------------ */

#editorbox, .box {
	width: 192px;
	height: 200px;
	vertical-align: middle;
	background-image: url(p/teaser-box.jpg);
	margin-left: 26px;
	line-height: 19px;
   color: white;
	margin-bottom: 6px;
}

#editorbox {
	/* Boxen im Editor */
	margin-left: 0px;
	width: 172px;
	margin-top: 15px;
}

/* Site Links = Standard */

.box a  {
	text-decoration: none;
	color: white !important;
	display:inline-block; 
 	background-image:url(p/link-box.gif);
 	padding-right:22px; 
 	background-repeat:no-repeat;
 	background-position:center right; 
 	border:0px; 
}


.boxtext a:hover {
	color: #557A85 !important;
	background-image:url(p/link-box-hover.gif);
}


/* externe Links benötigen Klasse extern */

.boxtext a.extern  {
	text-decoration: none;
	color: white !important;
	display:inline-block; 
 	background-image:url(p/link-box-external.gif);
 	padding-right:22px; 
 	background-repeat:no-repeat;
 	background-position:center right; 
 	border:0px; 
}


.boxtext a.extern:hover {
	color: #557A85 !important;
	background-image:url(p/link-box-external-hover.gif);
}

.boxtext {
	height: 200px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	line-height: 19px;
   color: white;
}

.boxtext h1 {
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
	text-decoration: underline;
}

.boxtext p {
	margin: 0;
}


/* Footer - Spalte  --------------------------------------------------- */

#footer {
	font-size: 10px;
	height: 20px;
        line-height: 20px;
	background-color: #8ECADB;
	background-image: url(p/body_footer.gif);
	background-repeat: no-repeat;
	width: 695px;
	color: #7AAFBE;
	text-indent: 467px;
	padding: 0px 0px 20px 0px;
}


/* IDs ------------------------------------------ */

/* NAVIGATIONS-Bereich */

object, embed {
padding:0;
margin:0;
display: block;
}

/* CONTENT - MODULES ---------------------------------------------------------------------  */

.dbobject {
	background-color: yellow;
	padding: 8px 4px 8px 4px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #b22222;
	font-weight: bold;
}

/* TABS ---------------------------------------------------------------------  */

ul.tab-headers,
.tab-content {
 
}

ul.tab-headers {
	 height: 17px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	 border-bottom: 1px solid #DCE3BE;
	 border-right: 1px solid #DCE3BE;
}

ul.tab-headers li {
    float: right;
    padding: 0px 4px 0px 4px;
    border-bottom: 0;
    margin-left: 3px;
	 font-size: 10px;
    cursor: pointer;
	 color: #9DB546;

}
ul.tab-headers li.active {
    background-color: #9DB546 !important;

	 color: white;
}

.tab-content {
    margin: 0;
    padding: 0;
    visibility: hidden;
}


