/* CSS-Layout für www.am-limes-grenzenlos.de */
/* Version 0.1 */
/* Autor: Markus Slaby - www.markus-slaby-media.de */


body{
	margin: 0px;
	padding: 0px;

	background-image:url(../grafik/background-green.gif);
}

#page{
	width: 1020px;
	left: 50%;
	top: 25px;
	position: absolute;

	margin-left: -512px;
	padding: 0px;

	background-color: #FFFDDE;
	background-image:url(../grafik/page-bg.gif);
}

#head{
	width: 1020px;
	height: 150px;
	left: 0px;
	top: 0px;
	position: relative;
	
	background-color: #FFFFFF;	
	background-image:url(../grafik/kopf.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo{
	width: 286px;
	height: 85px;
	left: 720px;
	top: 0px;
	position: absolute;
}

#slogan{
	top: 95px;
	right: 5px;
	position: absolute;
	
	text-align: right;
}

#menu{
	width: 1024px;
	top: 115px;
	left: -4px;
	position: absolute;

        margin: 0px;
        padding: 0px;
}

#submenu{
	top: 20px;
	left: 0px;
	width: 156px;
	position: relative;

	float: left;
}

#submenu ul{
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 5px;
}

#inhalt{
	top: 20px;
	left: 15px;
	width: 620px;
	position: relative;

	/*margin-left: 170px;*/
	/*margin-right: 225px;*/

	float: left;
}

#rechts{
	top: 20px;
	left: -25px;
	width: 170px;
	position: relative;

	float: right;
}

#kalender{
	margin-top: 50px;
}

#sponsor{
	margin-top: 40px;
	margin-bottom: 40px;
	
	padding-top: 15px;
	padding-bottom: 15px;
}

#clear{
	top: 0px;
	width: 100%;
	height: 25px;
	position: relative; 

	float: none;
	clear: both;
}
