/**
 * Style sheet FDP-Layout
 */
html
{
	height:101%;
}

body
{
	margin-top:20px;
	background-color:#c8c8c8;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#2d4895;
	line-height:130%;
}

#header
{
	width:780px;
	height:124px;
}

#wrapper
{
	width:779px;
	background-image:url("tl_files/FDP-Ortsverband-Beelen/bilder-layout/hintergrund-neu.gif");
	background-position:left center;
	background-repeat:repeat-y;
}

#main
{
	height:410px;
	padding:30px;
	background-color:#cae1fb;
}

.aktuelles #main
{
	height:100%;
	padding:30px;
	background-color:#cae1fb;
}

.kontakt #main
{
	height:480px;
}

.kandidaten #main
{
	height:100%;
}

.buergermeister #main
{
	height:100%;
}

.ziele #main
{
	height:100%;
}

.waterpatt #main
{
	height:100%;
}

#left
{
	width:137px;
	background-color:#FCF01B;
}

#left .inside
{
	background-color:#FCF01B;
}

.start-text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d4895;
	line-height:140%;
}

.verlinkung a
{
	text-decoration:underline;
	color:#2d4895;
}

