/* Stylesheet for page-structure of www.aupa.at */
/* 2006 WW */
body {
	/*background-color: #DDDDDD;*/
	background-color: #B6CCE4;
	margin:0;
	padding:0;
}

/* containers left & right */
#left {
	width: 15%;
	float: left;
	font-size: 0.7em; /*font size defined here because of strange bugs in IE*/
}
#right {
	margin-left: 15%;
}

/* Settings for navigation (left) bar */
#left p {
	border-bottom: 2px solid blue;
	margin: 10px 7px 5px 7px;
	color: #222222;
	font-weight: bold;
}
#left p a {
	color: #000000;
	text-decoration: none;
}
#left ul {
	list-style-type: none;
	padding: 0;
	margin: 0 8px 15px 18px;
}
#left li {
	font-size: 0.9em; /* 0.9 of previously defined 0.7em because of display errors in IE */
	margin: 0 0 6px 0;
	padding: 0;
}
#left li a { color: blue; }

/* Settings for logo & flags */
#logo {
	margin: 5px 0 20px 0;
	text-align: center;
}
#flags {
	margin-top: 25px;
	text-align: center;
}
#flags img {
	border: 0;
}

/* Settings for heading and content */
#heading { 
	height: 80px;
	padding: 1px;
}
#heading h1 {
	margin-top: 20px;
	margin-bottom: 1px;
	text-align: center;
	color: #FE0202;
	font-style: oblique;
}
#heading p {
	margin: 0 5px;
	text-align: center;
	font-size: 75%;
}
#content {
	border: 2px solid #5C84AF;
	background-color: #E0EEFF;
	padding: 5px 8px;
}
