﻿/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Hintergrundbild						                                                                   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
body { background: #7a0000 url(/images/layout/tk_body.jpg) center top; padding: 0; margin: 0; }

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Hauptrahmen zur Positionierung                                                                     */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#top
{
	background: transparent url(/images/layout/tk_top-top.png) center top no-repeat;
	width: 100%;
}

#main
{
	width: 1000px;
	margin: 0 auto;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Kopfbereich: Logo-Link zur Startseite                                                                  */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#logo img
{
	float: right;
	display: inline;
	width: 280px;
	height: 100px;
	margin: 39px 120px 27px 0;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Hauptmenü														                                       */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#main_menu
{
	clear: both;
	list-style-type: none;
	margin: 0 0 0 100px;
	position: relative;
}

#main_menu li
{
	margin: 0 0 0; 
	padding: 0;
	float: left;
	display: inline;
	lletter-spacing: 0.1em;
}
#main_menu li.selected
{
	margin: 20px 0 0;
	font-size: 1.2em;
	background: transparent url(/images/layout/tk_menu-left.gif) bottom left no-repeat;
	color: #ffffff;
}
#main_menu li a
{
	padding: 0 10px;
	margin: 0;
	font-family: Georgia, Serif;
	font-family: Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#main_menu li a:hover
{
	color: #ffffff;
	text-decoration: none;
}
#main_menu li.selected a
{
	background: transparent url(/images/layout/tk_menu-right.gif) bottom right no-repeat;
	color: #ffffff;
	padding: 10px 20px;
	float: left;
	display: inline;
}
#main_menu li.selected a:hover
{
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Inhaltsbereich													                                       */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#main_content
{
	clear: both;
	float: left;
	width: 820px;
	margin: -12px 0 40px 70px;
	padding: 40px 0 180px;
	font-size: 1.2em;
	background: transparent url(/images/layout/tk_main-bottom.png) bottom center no-repeat;
}
#main_content.willkommen
{
	padding: 0 0 40px 0;
}
#feder
{
	clear: both;
	float: left;
	background: transparent url(/images/layout/tk_feder.png) bottom right no-repeat;
	padding: 40px 0 120px;
	width: 810px;
}
#main_content_inner
{
	clear: both;
	float: left;
	width: 760px;
	margin: 0 30px;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Fußbereich														                                       */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#footer
{
	width: 100%;
	background: transparent url(/cms/template/standard/images/perd_footer-x.gif) center top repeat-x;
	padding: 50px 0 30px;
	text-align: center;
	font-size: 1.1em;
}

#footer p.kl
{
	font-size: 0.9em;
	width: 970px;
	margin: 0 auto;
	padding: 2em 0;
}
