body {
	font-family: "Helvetica",  Arial, Verdana, sans-serif;
	font-size: 83%;
	color: #333;
	line-height: normal;
	padding: 0;
	margin: 0px;
	background:#fff;
}
a:link, a:visited, a:active {
	color: #747474;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #ccc;
	height: 1px;
	width: 100%;
}

input,
textarea {
  color: #747474;
  background-color: #f2d7da;
  border: 1px solid #d8b4b8;
}
img {border: 0px;
	
}
pre, .code {
	color: #333;
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #d8b4b8;
	border-right: 1px solid #d8b4b8;
	border-bottom: 1px solid #d8b4b8;
	border-left: 1px solid #d8b4b8;
	background-color: #f2d7da;
	margin: 3px 0 20px 20px;
	font: 76% arial,sans-serif;text-align:left;
	letter-spacing: 1px;
	line-height:50%;
	font-size:15px;
	overflow:auto;
	
}
address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #d8b4b8;
	font-style: normal;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	margin-left: 0px;
	border-color: #d8b4b8;
}

/***********************************
	container
************************************/
#mainContainer { 
	width:1000px; 
	padding:0px;  
	background:#fff; 
	border: 0px solid #f2d7da;
	margin:0px auto 0 auto; 
}

/***********************************
	head
************************************/
#head {
	background:#fff url(images/header.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	width:1000px;
	height: 191px;
}
/***********************************
	sidebar
************************************/
#sidebar {
	float: left;
	width: 171px;
	height: 600px;
	vertical-align: top;
	background:#fff url(images/linkeseite.jpg) no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.menu{text-align: left;
margin-top: 74px;}

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

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 15px 27px 15px 27px;
	color: #747474;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #333;
	background-color: #f0a3a9;
}
.menu_current {
	background-color: #dfa4ba;
}

/***********************************
	main content
************************************/
#mainContent {
	float:right;
	width: 772px;
	padding: 15px 15px 8px 16px;
	margin: 0px 0px 0px 0px;
	background:#fff url(images/content.jpg) no-repeat;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;
	height:600px;
	overflow: auto;
	
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #49407f;
	border-bottom: 1px dotted #49407f; 
}
#mainContent a:hover {
	color: #b36b9d;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #604687;
	margin: 0px;
	
}
#mainContent h2 {
	font-size: 1.6em;
	color: #604687;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #604687;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #604687;
	margin: 0px;
}


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



#webarte_footer_credits {
	clear: both;
	height: 136px;
	margin: 0 auto;
	font-size: 13px;
	color: #404040;
	width: 1000px;
	padding: 0px;
	border-top: #d8b4b8 1px solid;
}

#webarte_footer_credits p {
	margin: 0;
	padding: 16px 0px 0px 28px;
}

#webarte_footer_credits a {
	color: #404040;
}

#webarte_footer_copy {
	float: left;
}

#webarte_footer_links {
	float: right;
}

