
/* World of Orient basic Style Sheet */
/* ----------------------------------*/

body { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1 { font-size: 120%; margin: 0px 0px 8px 0px; }
h2 { font-size: 110%; margin-bottom: 1px; line-height:1.8em; }
h3 { font-size: 100%; margin-bottom: 2px;  margin-top: 0px; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; } 

p { margin-top: 0px; margin-bottom: 0px; }


/* ----------container zentriert das layout-------------- */
div#container {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	 margin-top: 120px; 
} 



/* HEADER */
div#header {
	width:808px;
	height:303px;
}

div#pic { width:771px; height:145px; margin-top:8px; }
div#logo { height:31px; width:178px; margin-left:0px;  margin-top: 12px; }
div#subline { width: 403px; height: 18px; margin-left: 200px; margin-top:-21px; }
div#date {  width: 200px; height: 32px; margin-left: 618px; margin-top:-21px; }
div#choice { width:771px; height:60px; margin-top:-21px; }

/* -----------subnavigation links  --------------------------- */
div#subnav {
    float: left;
    margin-left: 0;
    padding:0 3px 0px 28px;
	width: 164px;
}

/* ----------content container-------------- */
div#content { 
	margin: 0px 36px 21px 212px; 
	padding: 8px 8px 8px 4px; 
	text-align: left;
}

hr { border: 1px dotted #f26e20; margin: 24px; 12px; } 
div#content h1 { font-size: 120%; font-weight: normal; margin: 0px 0px 8px 0px; }
div#content table { font-weight: bold;  width: 100%;}
div#content li { margin-bottom: 4px;}

/* ----------Article class  inside the  container-------------- */
.article1 { height: 68px; padding: 4px; margin-bottom: 8px; text-align: left; } 
.article2 { height: 68px; padding: 4px; margin-bottom: 8px; text-align: left; } 
.article3 { height: 68px; padding: 4px; margin-bottom: 8px; text-align: left; } 
.article4 { height: 68px; padding: 4px; margin-bottom: 8px; text-align: left; } 
.articlev {  padding: 4px; margin-bottom: 8px; text-align: left; }
.mittig { text-align: center; }
.infotxt { font-size: 100%; font-weight: normal; }
.button {  display: block; width: auto; padding: 4px; font-size: 110%; font-weight: bold; }

.fotolist {  padding: 4px; text-align: center; } 
.fotolist img { padding: 1px; margin: 8px; }
.bild p { /* Bildunterschrift */
padding: 5px 0;
font-size: 12px;
}
.links {
float: left;
margin-right: 10px;
}


.clearleft {
clear: left;
height: 12px; }


.infobox {  min-height: 148px; padding: 4px; margin-bottom: 8px; text-align: left; } 
.infobox2 { min-height: 148px; padding: 4px; margin-bottom: 8px; text-align: left; } 
.infobox3 {  min-height: 148px; padding: 4px; margin-bottom: 8px; text-align: left; } 


.infobox2  td {  text-align: left; } 

.date { width: 100px;  font-weight: bold;} 
.datetxt {text-align: left;  font-weight: bold; } 

/* ----------image class  inside the  article Position right-------------- */
.floatright {
	float: right;
	margin: 3px;
	padding: 0px;
}


.clearright {
clear: right;
height: 12px; }

/* -----------subnavigation format  --------------------------- */

div#subnav ul {
	width: 180px;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left:-20px;
	font-size: 0.95em;
	font-weight: bold;
	}

div#subnav ul li{
	margin: 0;
	padding: 2px 0px 2px 3px;	
}

div#subnav ul li a, #subnav ul li a:visited {
	border-bottom: none;
	outline:0;
	text-decoration: none;
	background: url(../images/raute-weiss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

div#subnav ul li a:hover { 
	text-decoration: underline;
	background: url(../images/raute-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

div#subnav ul li .active {
	text-decoration: none;
	background: url(../images/raute-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#subnav h3 {
	width: 180px;
	font-size: 0.9em;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 2px 2px;
	padding-top: 3px;
	margin-left: -20px;
}

#subnav p {
	width:180px;
	font-size: 0.9em;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 2px 2px;
	padding-top: 3px;
	margin-left: -20px;
}

/* woo  color definition -- */

div#content p {
	margin-bottom: 12px;
}

div#content ul li a, #main ul li a:visited {
	font-weight:bold;
	text-decoration: none;
	background: url(../images/raute-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

div#content ul li a:hover { 
	font-weight:bold;
	text-decoration: underline;
	background: url(../images/raute-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

div#content ul li .active {
	font-weight:bold;
	text-decoration: none;
	background: url(../images/raute-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
