/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body
{margin:0; padding:0; color:#303030; 
	background: #fff;
	font:76% Verdana,Tahoma,sans-serif; background: #3399FF url(img/Sterne_01.png) top center repeat fixed;}

#wrapper {
	background: #fafafa;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	min-height: 100%;
	
	}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:0.9em;}

li
{margin:0 0 8px 25px;}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}

img
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}

a img
{border-color:#d85d5d;}

a img:hover
{background:#d85d5d; border-color:#d85d5d;}

/**************** Sidebar area styles ****************/

#sidebar
{	float:left;
	width:220px; 
	height:100%; 
	overflow:auto; 
	text-align:right;
	background: url(img/sidebarbg.gif) top right repeat-y;
	}
#sidebarEnd {
	background: url(img/sidebarend.gif) top right no-repeat;
	width:220px; 
	height:150px;
	margin-top: 0px;
	}


#sidebar h1
{margin:20px 18px 0 5px; color:#d85d5d; font-size:1.6em; letter-spacing:-2px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#808080; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}

#sidebar a
{color:#808080}

/**************** Navigation menu styles ****************/

#menu ul {
	margin: 0;
	padding: 0;
	display: outline;
	}
#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#menu a
{display:block; width:202px; padding:5px 18px 5px 0; color:#606060; font-size:1.8em; font-weight:normal; text-decoration:none; letter-spacing:-2px;}

#menu a:hover 
{color:#303030; background:#f0f0f0 url(img/sidebarbg.gif) top right repeat-y;}

#menu li.active a
{padding:5px 18px 5px 0; background:#fafafa; border-top:2px solid #c0c0c0; border-bottom:2px solid #c0c0c0;}

#menu li.active a:hover
{color:#505050; background:#fafafa;}

/**************** Content area styles ****************/

#content
{float:left; width:520px; margin:0  0 0px 0px; padding:20px 10px; height:100%; }

#content p
{margin:0 0 20px 0; line-height:1.5em;}

#content h1
{margin:0; color:#d85d5d; font-size:4em; letter-spacing:-5px; text-align:left;}

#content h2
{margin:0; color:#d85d5d; font-weight:normal; font-size:2.7em; letter-spacing:-2px; text-align:left;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#d85d5d; font-weight:normal; font-size: 2em; letter-spacing:-2px;}


/************* SideContent ***********************/
#sideContent {
	background: #fafafa url(img/sidebarbg.gif) top right repeat-y;
	margin-top: 0px;
	text-align: left;
	padding: 15px 5px;
	}
#sideContent h3{
	margin-top: 6px;
	margin-bottom: 3px;
	text-align: left;
	}
#sideContent p{	
	margin-top: 5px;
	margin-bottom: 1px;
	}

/************* Form elements ***********************/
form {
	padding: 0;
	margin: 0;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.searchbutton {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

.button {
	background: url(img/button.gif) top left repeat-x;
	border: 1px solid #367EA6;
	height: 20px;
	font-size: 1em;
	color: #444;
}

input.text, textarea.text {
	width: 505px;
	}
ieldset {
	border: 0px;	
	}

label {
	text-align: left;
	width: 100%;
	}	

#EmailForm label {
	text-align: left;
	width: 100%;
	}	


input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	background:#E7F1F3 none repeat scroll 0%;
	border:1px solid #888888;
	color:#000000;
}
input, textarea, select {
	background:#EEEEEE none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	color: #000;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:normal;
	padding:1px;
}
input, textarea, select {
}			


.small {
	width: 150px;
	}

.required {
	border: 1px solid #c00;
	}	
label.required {
	border: 0px solid #c00;
	color: #c00;
	}	

.errors {
	color: #c00;
	}

fieldset {
	margin:0;
	padding: 0;
	}