body {
	font:13px "Century Gothic";
	margin:0 auto;
	padding:0;
	color: #666666;
	margin:0 auto;
	padding:0;
	background-color: #FAFEE7;
}

a:link, a:visited, a:active {
	color: #52712f;
	text-decoration: none;
	font-weight: lighter;
}
a:hover {
	color: #34441F;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}


form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #eaf4d1;
  border: 1px solid #999;
}
a img {
border:0;
}

/***********************************
container
************************************/
#mainContainer {
	width:780px;
	padding:2px;
	border:1px solid #b7ab8c;
	margin:15px auto 0 auto;
	background-color: #EAF4D1;
	font-family: "Century Gothic";
	font-size: 13px;
	line-height: normal;
}

#container {
	margin:15px auto;
	width:760px;
	background-color: #EAF4D1;
}

/***********************************
masthead
************************************/
#masthead {
	background: url(../../bilder/logo_linkshand.jpg) no-repeat 100% 0;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 200px;
	}
	
	
.site_name h1{
	color:#fff;
	margin: 0 0 70px 30px;
	font-size: 2em;
	}
a img {border:0;}
p {margin:0 0 1.4em;}	
.stripe h1  
{
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #000;
	margin: 0px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 160px;
	vertical-align: top;
	background-color: #EAF4D1;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	border-top: none #677250;
	border-right: 1px solid #677250;
	border-bottom: none #677250;
	border-left: none #677250;
}
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ccc;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #Eaf4d1;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #Eaf4d1;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #52712F;
	display: block;
	text-decoration: none;
	font-weight: normal;
}
.menu a:hover {
	text-decoration: none;
	color: #C7DEB2;
}
.menu_current {
	color: #fff;
	background-color: #BDC39F;
}

#tools {
	float: left;
	width: 140px;
	color: #52712f;
	text-align: center;
	background-color: #EAF4D1;
	font-size: 100%;
	padding: 10px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #6D983F;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 520px;
	padding: 10px;
	background-color: #EAF4D1;
	position: relative;
	vertical-align: top;
	line-height: 20px;
	text-align: left;
	word-spacing: 2px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #BE5532; 
}
#mainContent a:hover {
	color: #52712f;
	background-color: #EEE4C9;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #52712f;
	margin: 0px;
	font-style: italic;
	border-bottom: 1px solid #EEE4C9;
}
#mainContent h2 {
	font-size: 1.6em;
	color: #40512D;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #52712f;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #52712f;
	margin: 0px;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #5D5950;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}

