
/*	==================================

	Stylesheet fuer Website www.media-atelier.tv

	Kunde: Media-Atelier
	Datum: 14. April 2008
	Autor: Alexander Metzler [a-fusion]

	==================================*/


/*  ====================================
	1. Kalibrierung und allgemeine Styles
	====================================*/

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


body {
		font-family: Verdana, san-serif;
		font-size: small;
		color: #fff;
	
		background-color: #023469;
		line-height:1.4;
}

a {
		color: #fff;
}

a:visited {
		color: #fff;
}

#wrapper {
		position: relative;
		margin-right: auto;
  		margin-left: auto;
  		margin-top: 100px;
  		
  		

  		}
#info {
		
		text-align: center;
		font-size: 160%;
}

#logo {
		margin-top: 35px;
		text-align: center;
		border-bottom: #fff 1px solid;
		border-top: #fff 1px solid;
}

#schlagworte {
		text-align: center;
		font-weight: bold;
		margin: 15px 0 15px 0;
		font-size: 120%;}

#text {
		text-align: center;
		margin-top: 35px;
		font-size: 85%;
}

#nav {
		text-align: center;
	
}

#nav ul {
		margin-top: 25px;
		
		list-style: none;
}

#nav ul li{
	display: inline;
	margin-left: 15px;
}

#anfahrt {border: 1px solid #fff;
		height: 400px;
		width: 900px;
 }