@charset "utf-8";

/* CSS Document No Limits Eventagentur */
/* Copyright W-System-Usedom - http://www.w-systems-usedom.de */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link, body_alink {
	color: #666699;
	text-decoration: none;
}

a:visited, body_avisited  {
	color: #666699;
	text-decoration: none;
}

a:hover, a:active, body_ahover  {
	color: #888888;
	text-decoration: none;
}

body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 14px;
	background: #91c1d6 url(../img/body_bg.gif) repeat-x;
	color:#666699;
}

#wrapper{
     margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%
	height: 100px;

}

#container{
	margin: auto;
	margin-top: 80px;
	width: 700px;
}


#header{
	width: 700px;
	height: 180px;
	background: url(../img/header.jpg) top center no-repeat;
}

#swf{
	position: relative;
	width: 660px;
	height: 145px;
	left: 19px;
	top: 21px;
}

#menu{
	width: 700px;
	background: url(../img/menu_bg.jpg) bottom center no-repeat;
	height: 30px;
}

	#menu ul{
		list-style: none;
		padding-left: 19px;
	}
	
	#menu ul li a{
		float: left;
		padding-left: 12px;
		padding-right: 12px;
		height: 30px;
		line-height: 30px;
		display: block;
		text-align: center;
		font-size: 13px !important;
	}
	
	#menu ul li a:hover{
		background: #3399cc;
		color: #fff;
	}

#content{
	width: 700px;
	min-height:300px;
	background: url(../img/content_bg.gif) bottom center repeat-y;
}

	#contentinner{
		padding: 20px;
		
	}

#footer{
	width: 700px;
	font-size: 9px;
	text-align: center;
	background: url(../img/footer.gif) bottom center no-repeat;
	padding-bottom: 10px;
}