@charset "UTF-8";


body {
	color: #282828;
	line-height: 19px;
	font-family: arial;
	font-size: 11px;
	margin: 0;
	text-align: center;
	background-image: url(img/tile.jpg);
	background-repeat: repeat;
	padding-bottom: 30px;
}

#wrap {
	margin: 0 auto;
	margin-top: 20px;
	width: 1000px;
	text-align: center;  
	background-image: url(img/tile_content.jpg);
}

#top {	
	width: 1000px;
	height: 263px;
	margin-top: 0px;
	background-image: url(img/top.jpg);
}

#content{
	margin: 0 auto;
	width:700px;
	text-align: justify;
}

#footer{
	background-repeat: no-repeat;
	width:1000px;
	height: 79px;
	padding-top: 15px;
	text-align: center;
	font-size:12px;
	background-image: url(img/bund.jpg);
}

.capital {
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #020202;
}

a:hover {
	color: #87649b;
}


h1 {
	font-style: normal;
	font-weight: normal;
	margin-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 3px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

#nav {
	width: 1000px;
	height: 45px;
	overflow: hidden;
	background-image: url(img/menu.jpg);
	text-align: center; 
}

#nav ul{
	padding: 0;
	margin-top: 10px;
	margin-left: 45px;
	color:#000000;  
	width:100%;
	
}

#nav ul li{
	display: inline;
}

#nav ul li a{
	color: #000000;
	text-decoration: none;
	border-left: none;
	float: left;
}

#nav ul li a:hover{
	color: #87649b;
}


ul {
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	padding: 0;
	line-height: 27px;
	font-size: 11px;
}

ul li {
	list-style: none;
}

ul li a {
	list-style: none; 
	padding-left: 10px; 
	margin-left: 10px; 
	border-left: 7px solid #000000;
}

ul li a:hover { 
	border-left: 12px solid #000000;
}

ul li ul { 
	display: none;
}

#content ul{
		list-style:none;
		margin:0 0 0 20px;
}

#content ul li{
		padding:0 0 0 18px;
		background:url(img/bullet.png) left no-repeat;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	margin: 0px;
}
        
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	margin: 0px;
}

#login{
	padding-top: 6px;
}

#login a{
	color: #9c9c9c;
}


