/*
-------------------------------------------------------
Trachtenkapelle Nordrach
Start: 7.12.2008
Autor: Matthias Huber
-------------------------------------------------------
*/

*	{
	margin: 0;
	padding: 0;
}
body  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 76%;
	line-height: 120%;
	text-align: center;
	background-color: #CCCCCC;
	font-style: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
}


   h1 {
	font-size:1.8em;
      }

   h2 {
	font-size:1.5em;
	line-height: 1.5em;
      }

   h3 {
      font-size:1.3em;
      }
  h4 {
      font-size:1em;
      }

.link:link {
	color:#CC3333;
	text-decoration:none;
	font-weight: bold;
}

.link:visited {
	color:#CC3333;
	text-decoration:none;
	font-weight: bold;
}

.link:active {
	
	color:#660000;
	text-decoration:none;
	font-weight: bold;
}

.link:hover {
	color:#CC3333;
	text-decoration:underline;
	font-weight: bold;
}
	
.table {
	left: 20px;
	border: 2px solid #000;
	left: 20px;
}


.td {
	padding: 5px 5px 5px 5px;
	border:2px solid #000;
}

.link_aktuell:link{
	color: black;
	text-decoration: none;

}
.link_aktuell:visited{
	color: black;
	text-decoration: none;

}
.link_aktuell:active{
	color: black;
	text-decoration: underline;

}
.link_aktuell:hover{
	color: #FFFFFF;
	text-decoration: underline;

}

input.login{
	width:200px;
}
input.kontakt{
	width: 300px;
	float: none;

}
table {
	margin-top: 10px;
	border: 0px;
	border-color: #FFFFFF;
	border-collapse:collapse;
	text-align: left;
}

th{
padding: 5px 5px 5px 5px;	
}

td {
	padding: 5px 5px 5px 5px;
	}


label{
	display: block;
	float: left;
	width: 110px;
}


#container {
	margin: 0;
	text-align: left;
	position: absolute;
	top: 0px;
	width: 100%;
}
#header    {
	height: 159px;
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: hidden;
	background-image: url(../images/banner_klein.jpg);
	width: 100%;
	text-align: center;
	border-bottom: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
#header a img {
	border: 0 none;
}
#header  #navigation   {
	margin-top: 10px;


}
#header #navigation li{
	padding-left: 10px;
	display: inline;
	list-style: none;
}
#header #navigation li a {
	text-decoration: none;
	color: #FFF;
}
#header #navigation li a:hover {
	text-decoration: underline;
}


#mainContent {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: repeat;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	border: thin none #D6D6D6;
}

#mainContent p{
	font-size:1.2em;
	line-height:1.2em;
}

#mainContent .img_bilder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
#mainContent a.img_button {
	border : 0;
}

#mainContent a:link {
	color:#000000;
	text-decoration: none;
}
#mainContent a:visited {
	color:#000000;
	text-decoration: none;
}

#mainContent a:active {
	color:#000000;
	text-decoration: underline;
}
#mainContent a:hover {
	text-decoration: Underline
} 


/*
#mainContent p.browse {
	position: relative;
	background: none;
	margin-top: 10px;
	color: #F06402;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
*/
#footer {
	font-size: 80%;
	text-align: center;
	color: #000000;
	height: 40px;
	width: 800px;
	padding-top: 40px;
	border: 1px none #000;
}



#footer a:link {
	color: #000000;
	text-decoration: None
}
#footer a:visited {
	color: #000000;
	text-decoration: None
}
#footer a:active {
	color: #000000;
	text-decoration: None
}
#footer a:hover {
	color: #000000;
	text-decoration: Underline
}
textarea{
	overflow: scroll;
}
