/*
Original design: Variant Mini (silver edition) (v1.0 - Oct 27, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/variant-mini/
*/

body {
	margin:0;
	padding:0;
	color:#555;
	background:#e0e0e0;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 80%;
}
p {margin: 0 0 16px 10px; line-height:1.4em;}
ul {margin:0 0 12px 10px; padding:0 0 0 10px; line-height:1.3em;}
li {
	line-height:1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 1;
}
img {
	padding:1px;
	background:#ffffff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
h1 {margin: 5px 0 15px 0; padding:0; color:#55267c; font-size:2.2em; font-weight:400; letter-spacing:-1px;}
h2 {margin:0 0 10px 0; color:#55267c; font-size:1.6em; font-weight:400; letter-spacing:-1px; border-bottom:2px solid #eee;}
h3 {
	margin:0 0 10px 0;
	color:#0088c6;
	font-size:1.6em;
	font-weight:400;
	letter-spacing:-1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fdeb1a;
}
h4 {
	color:#555;
	font-size:1.1em;
	font-weight:normal;
	border-bottom:2px solid #eee;
	font-variant: small-caps;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 10px;
}
h5 {
	margin: 0 0 16px 10px;
	line-height:1.4em;
	background-color: #FFFF00;
}
a {
	color:#55267c;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:0088C6;
	text-decoration:underline;
}

#wrap {width: 830px; margin:0 auto; background:#e0e0e0 url(images/bodybg.gif) top center repeat-y;}
#header {
	width: 830px;
	height:87px;
	background-image: url(images/headbg-neu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {margin:0 0 14px 0; padding:42px 0 0 0; color:#555; text-align:center; font-size:2.4em; letter-spacing:-1px;}
#header h1 a {color:#55267c; text-decoration:none; font-weight:400;}
#header h1 a:hover {color:#0088c6; text-decoration:underline;}
#inside {width: 730px; margin:0 auto;}
#menu {
	margin:8px 0 5px 0;
	text-align:right;	
}
#menu a {font-size:1.3em; padding:2px;color: #55267C;}
#menu a:active {
	padding-bottom:1px;
	text-decoration:none;
}	
#menu a:hover {
	padding-bottom:1px;
	color:#0088C6;
	text-decoration:none;
}
#logo img {margin:5px 0 5px 0;}
#content {
	float:left;
	width:540px;
}
#contentfull {width:730px;}

#sidebar {
	width:180px;
	color:#555;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 550px;
}
#footer {
	clear:both;
	width: 830px;
	margin:5px auto 0;
	background: url(images/footbg.jpg) bottom center no-repeat;
	display:block;
	height: 69px;
	font-size: 80%;
}
#footer p {margin:0; color:#555; padding:10px 0 0 0; text-align:center;}
#footer a {color:#555;}

.menulist {list-style:none; padding:0; line-height:1.3em}
.left {width:48%; float:left;}
.right {
	width:40%;
	float:right;
}
.clear {clear:left;}
.yellow {
	clear:left;
	background-color: #FFFF33;
}
