/*
Style sheet japan.saisch-e-gruess.ch
___________________________________________________________________

Description		CSS Layout properties
Company			japan.saisch-e-gruess.ch

@date			09/05
@author			PR
*/


/* General settings*/
body {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent url(../images/hg-flagge.gif) fixed no-repeat;
}

body, th, td, input, textarea, label, select, option {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

/* Layers */
#container {
	position: relative;
	top: 0;
	width: 611px;
	display: block;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	text-align: left;
	border: 1px solid #000;
}

#nav {
	position: absolute;
	left: -170px;
	top: 160px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;
	width: 150px;  /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 138px;
}

html>body #nav {
	width: 138px; /* bmh opera */
}

#header {
	width: 611px;
}

#title {
	width: 611px;
	height: 30px;
	background-color: #f00;
}

#sideline {
	float: left;
	padding: 5px;
	background-color: #fff;
	width: 100px;  /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 90px;
}

html>body #sideline {
	width: 90px; /* bmh opera */
}

#content {
	float: left;
	padding: 0 15px;
	border-left: 1px dashed #f00;
	background-color: #fff;
	width: 511px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 480px;
}

html>body #content {
	width: 480px; /* bmh opera */
}

#footer {
	width: 611px;
	clear: both;
	padding: 5px 0;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-top: 1px dashed #f00;
}

#footer a {
	color: #ccc;
}


/* Specific settings */
a:link, a:visited  { 
	font-weight: bold; 
	text-decoration: none; 
	color: #f00;
}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #f00;
}
	
p { 
	padding: 0px;
	margin: 20px 0;
}	

h1 {
	font-size: 36px;
	margin: 20px 0;
	padding: 0;
	color: #000;
	text-align: center;
}

h2 {
	font-size: 22px;
	margin: 0;
	padding: 2px 30px 2px 0;
	color: #fff;
	text-align: right;
}

img {
	border: 0;
	margin: 0;
	padding: 0;

}

/* 1st-Level-Navigation Rollover */
#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	list-style-type: none;
	margin: 20px 0 0 10px;
}

#nav ul li a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 23px;
}

#nav ul li a:hover {
	color: #f00;
	background: transparent url(../images/flagge.gif) no-repeat top left;
}
