/*

---------------------------------------------------------------------------------------------------------------------
Homepage Bachtanz Langenselbold
Start: 16.10.2007
Letzte Änderung: 17.12.2007
Autor: Peter Haluska
Medium: screen / monitor
----------------------------------------------------------------------------------------------------------------------
*/


* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #999999;
	background-image: url(../images/hintergrund.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	font: 80% Arial, Helvetica, sans-serif;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-weight: bold;
	color: #282A83;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #282A83;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #282A83;
	font-size: 110%;
	font-weight: bold;
}

.clearfloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 0px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-left: 8px;
}

#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------
Kopfbereich
-------------------------------------------------------------------------*/

#kopfbereich{
	background-image: url(../images/homepage_bachtanz_01.jpg);
	background-repeat: no-repeat;
	height: 260px;
}
#kopfbereich  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: none;
}

/*--------------------------------------------------------------------------
Containerinhalt
--------------------------------------------------------------------------*/

#containerinhalt {
	background-image:url(../images/homepage_bachtanz_02.jpg);
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: repeat-y;
	height: 100%;

}

/*--------------------------------------------------------------------------
Navibereich
--------------------------------------------------------------------------*/

#navibereich {
	float: left;
	width: 200px;
	padding: 20px 15px 20px 40px;
	margin:0;
}

#navibereich  ul {
	list-style-type: none;
	padding:0 0 20px 0;
	color: #666666;
}
#navibereich  p {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0 5px 0;
	font-size:110%;
	color: #282A83;
}

/*--------------------------------------------------------------------------
Textbereich
--------------------------------------------------------------------------*/

#textbereich{
	padding: 25px 60px 20px 255px;
}
#textbereich  h1 {
	margin: 0 0 15px 0;
}
#textbereich  h2 {
	margin: 0 0 5px 0;
}
#textbereich  p {
	line-height: 150%;
	margin-bottom: 10px;
}
#textbereich  ul {
	margin-left: 15px;	
}

.lauftext { margin-top:-20px;
			padding-bottom:20px;}

/*--------------------------------------------------------------------------
Fussbereich
--------------------------------------------------------------------------*/

#fussbereich {
	height: 55px;
	background-image: url(../images/homepage_bachtanz_03.jpg);
	background-repeat: repeat-x;
}
#fussbereich  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 0px 0 0 40px;
}
#fussbereich  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

/*--------------------------------------------------------------------------
Allgemeine Styls und Klassen
--------------------------------------------------------------------------*/

.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #323078;
}

.bildrechts {
	float: right;
	margin: 10px 0px 10px 25px;
	border: 1px solid #323078;
}

.bild {
	border: solid 3px #666666;
}

.textgrau {
	background-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}

