/*
Original design: andreas02 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund and stylishtemplate.com.
For more information, see http://andreasviklund.com/templates/andreas02/
*/

/* General layout */
body {
	color:#303030;
	margin:0;
	padding:10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	background-color: #FFF;
}
#container {background:#fff; margin:0 auto 20px; padding:5px 20px 20px; width:730px;}

/* Site title */
#logo {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 85px;
}
#logo h1 a {
	border:none;
	color:#A6AFD7;
}
#logo h1 a:hover {
	border:none;
	color:#FFF;
	text-decoration:none;
}
#logo p {font-size:1.3em;  color:#505050; margin:0 0 20px 0;}

/* Tags */
a {
	border-bottom:1px dotted #505050;
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#608282;
	text-decoration:underline;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
a img {border:0;}
h1 {
	font-size:2.2em;
	font-weight:400;
	margin:0 0 5px;
	padding:0;
}
h2 {font-size:1.8em; font-weight:400; margin:0 0 12px;}
h3 {
	font-size:1.4em;
	font-weight:400;
	margin:0 0 10px;
}
p {
	line-height:1.5em;
	text-align:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5;
}
ul,ol {margin:0 0 15px 15px; padding:0;}
li {margin:0 0 3px 0;}

/* Toptabs menu */
#toptabs {
	font-size:.8em;
	width:760px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: -13px;
	margin-left: auto;
}
#toptabs p {color:gray; text-align:right;}
.toptab {background:#f0f0f0 url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #e0e0e0; color:gray; margin:0 0 0 4px; padding:4px 5px 3px; text-decoration:none;}
.toptab:hover {background:#fafafa url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #eaeaea; color:#6699ff; text-decoration:none;}
.activetoptab {background:#fff url(images/corner2.gif) top right no-repeat; border-bottom:1px solid #fff; color:#505050; margin:0 0 0 4px; padding:4px 5px 3px; text-decoration:none;}
.activetoptab:hover {border-bottom:1px solid #fff; text-decoration:none;}

/* Navitabs menu */
#navitabs {clear:both;}
.navitab {
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	font-size:1.1em;
	margin:0 0 4px;
	padding:4px 8px;
	text-decoration:none;
	background-color: #CBD8E6;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.navitab:hover {
	border-bottom:1px solid #fff;
	text-decoration:none;
	background-color: #DDE6FA;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.activenavitab {
	color:#fff;
	font-size:1.1em;
	margin:0 0 5px;
	padding:4px 8px 5px;
	text-decoration:none;
	background-color: #338bb0;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.activenavitab:hover {color:#fff; text-decoration:none;}

/* Header description area */
#desc {
	color:#CCC;
	background-color: #FFF;
	background-image: url(images/Bild1.jpg);
	background-position: left bottom;
	height: 170px;
	width: 760px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5;
}
#desc p {
	font-size:1.2em;
	line-height:1.3em;
	padding:0 0 0 15px;
	width:290px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-style: italic;
}
#desc h2 {color:#fff; padding:15px 15px 0;}
#desc a {border-color:#fff; color:#fff; text-decoration:none;}

/* Main content */
#main {
	border-right:1px solid #d8d8d8;
	float:left;
	width:500px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	height: 400px;
}

/* Sidebar */
#sidebar {
	float:right;
	width:200px;
	background-position: right;
	text-align: right;
}
#sidebar p {font-size:0.9em; line-height:1.3em; margin:0 0 15px;}
#sidebar ul {margin:0 0 15px 0; padding:0;}
#sidebar li {list-style:none;}
ul.sidelink li {list-style:none; margin:0 0 3px; padding:0;}
ul.sidelink li a{background:#f0f0f0 url(images/corner.gif) top right no-repeat; border:none; display:block; margin:5px 10px 5px 0; padding:3px 4px 3px 8px; text-align:left; width:140px;}
ul.sidelink li a:hover {background:#e0e0e0 url(images/corner.gif) top right no-repeat; border:none; text-decoration:none;}

/* Footer */
#footer {background:#fff; border-top:1px solid #d8d8d8; clear:both; margin:0; padding:0;}
#footer a {color:gray;}
#footer a:hover {color:#303030;}
#footer p {
	color:gray;
	font-size:60%;
	line-height:1em;
	margin:15px 0 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
}

/* Additional classes */
.photo {background-color:#f0f0f0; border:1px solid #d8d8d8; margin:0 0 15px; padding:2px;}
.timestamp {font-size:1.2em; color:#606060; margin:-12px 0 12px 0;}
.right {margin:-8px 0 8px 0; text-align:right;}
.block {background:#f0f0f0; padding:10px;}
.hide {display:none;}
#desc3 {
	background-image: url(images/front-IV.jpg);
	height: 170px;
	width: 760px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: left bottom;
}
#desc3 p {
	font-size: 1.2em;
	line-height: 1.3em;
	width: 290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-style: italic;
}
#desc2 {
	background-image: url(images/front-I.jpg);
	background-position: left bottom;
	height: 170px;
	width: 760px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#desc4 {
	background-image: url(images/front-VI.jpg);
	background-position: left bottom;
	height: 170px;
	width: 760px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#logo h3 {
	color: #6088B2;
}
#desc5 {
	background-image: url(images/front-III.jpg);
	height: 170px;
	width: 760px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: left bottom;
}
#desc5 p {
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-style: italic;
	width: 290px;
	padding-left: 15px;
}
#desc8 {
	background-image: url(images/front.jpg);
	height: 170px;
	width: 760px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: left bottom;
}
#desc7 {
	background-image: url(images/front-III.jpg);
	height: 170px;
	width: 760px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: left bottom;
}
#desc7 p {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #CCC;
	width: 290px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
}
#desc4 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	color: #CCC;
	width: 290px;
	padding-left: 15px;
}
#desc2 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	color: #CCC;
	width: 290px;
	padding-left: 15px;
}
#desc8 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	color: #CCC;
	width: 290px;
	padding-left: 15px;
}
#logo h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.2em;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	color: #6088B2;
}
#desc6 {
	background-image: url(images/front-I.jpg);
	background-position: left bottom;
	height: 170px;
	width: 760px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#desc6 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	color: #CCC;
	width: 290px;
	padding-left: 15px;
}
#container #main p {
	text-align: justify;
}
#container #main p {
	text-align: left;
}
