/*
Copyright 2008 by Colourfever.
Author: lime(at)colourfever(punkt)de
URL: http://www.colourfever.de
*/

/*********************************
****      BASIC START         ****
*********************************/

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

body {
  background: #e8e8e8;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}

#wrapper {
	width: 706px;
	height: auto;
	margin-top: 136px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}


/*********************************
****      BASIC END           ****
*********************************/

/*********************************
****        IDs END           ****
*********************************/

#main {
	width: 702px;
	height: 305px;
	border-top: 1px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
	background:#e8e8e8;
}

#footer {
	width: 100%; 
}

#logo {
	width: 100%;
	height: 305px;
}

/*#logo a {
	width: 239px;
	height: 120px;
	background-image: url(img/logoMaga.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 138px;
	margin-left: 230px;
	display: block;
}*/

#logo a {
	width: 100%;
	height: 305px;
	background-image: url(img/intro-grau.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

#auswahl {
	width: 100%;
}

/*********************************
****        IDs END           ****
*********************************/
