* {
	padding: 0px;
	margin: 0px;
}

body{
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image:url(verticalPageGradient.gif);
	background-repeat:repeat-x;
}

table {
	border-spacing:0px;
	border-collapse: collapse;
}
	
h1, h2, h3{
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #555555;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top:10px;
}

h1{
	font-size: 24px;
	border-bottom: 1px solid #555555;
}

h2{
	font-size: 20px;
	border-bottom: 1px solid #cccccc;
}

h3{
	border-bottom: 1px solid #cccccc;	
}

a{
	
/*	padding-left: 12px;
	background-image:url(arrowForward.gif);
	background-repeat: no-repeat;
	background-position: left center;
*/	
/*	color: #669900;*/
	text-decoration: none; 
	
	color:black;
}

a:hover{
	text-decoration: underline;
	color: #669900;
}

p{
	padding-top: 3px;
	padding-bottom: 3px;	
}

ul{
	list-style-type: square;	
}

#frameBorderTop{
	height:17px;
	background-image:url(borderTopMin.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#frameWrapper{
	background-image:url(shadowLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

#frame{
	background-image:url(shadowRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

#frameWrapper, #frameBorderTop, #frameFooter{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

#scene{
	background-image:url(scene.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:170px;
}

#container{
	background-color: white;
	width: 100%;
}

#header{
	height: 50px;
}

#headerLeft{
	background-image:url(grossevollmer.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#headerCenter{
	background-image:url(slogan.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#headerLeft, #mainLeft{
	background-color: #e4e4e4;
	width: 240px;
}

#headerRight, #mainRight{
	width: 240px;
	display: none;
}

#mainCenter{
	height: 550px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#mainLeft, #mainCenter, #mainRight{
	vertical-align: top;
}

#frameFooter{
	background-image:url(footerTransparent.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 16px;
}

#footer{
	height: 20px;
	background-color: #555555;
	color: white;
	text-align: center;
}

#footer a{
	color: white;
	padding-left: 0px;
	background-image:none;
}

#mainMenu{
	list-style-type: none;
	padding-top: 30px;
}

#mainMenu a{
	color: #555555;
	padding-left: 30px;
	margin-top:5px;
	margin-bottom: 5px;
	display: block;
	background-image:none;
}

#mainMenu a:hover{
	color: #669900;
}

.activePage{
	background-color:white;
}

#mainMenu  li.activePageChildless{
	background-color:white;
	border-bottom-width: 1px;
	border-bottom-color: white;
	border-bottom-style: solid;
}

#mainMenu  li{
	border-top-width: 1px;
	border-top-color: #555555;
	border-top-style: dotted;
	
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: solid;
}

#mainMenu ul{
	list-style-type: none;
	background-color: #e4e4e4;
}

#mainMenu ul li a{
	padding-left: 60px;
}

.gallery {
	margin-bottom: 20px;
	background-color: #e4e4e4;
}

.gallery img{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-color: #e4e4e4;
	margin-right: 4px;
}

.gallery a:hover img{
	border-color: white;	
}

.gallery button{
	border: none;	
	padding: 0px;
	margin: 0px;
	outline: none;
	background-color: #e4e4e4;
}

.gallery button:active, .gallery button:focus{
	outline: none;
}

.gallery button:hover{
	cursor: pointer;
}

.gallery .navButtonDisabled:hover{
	cursor: default;
}

.gallery .navButtonDisabled{
		
}

.gallery td{
	padding-top: 2px;
	padding-bottom: 2px;	
}

.gallery td.buttonCell{
	width: 40px;	
}

.introImages{
	table-layout: fixed;
	width: 100%;
	text-align: center;
/*	background-color: #e4e4e4;*/
	margin-bottom: 20px;
}

.introImages td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.rassedatenTable{
	width: 460px;
	margin-bottom: 20px;
}

.rassedatenTable td{
	padding: 1px;	
}

#homeHuehner, #homeGaense{
	background-color: #e4e4e4;
	width: 150px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-left: 20px;
	height: 200px;
	margin-top: 10px;
}

#homeHuehner ul, #homeGaense ul{
	padding-left: 20px;
	padding-right: 5px;
}

#homeHuehner p, #homeGaense p{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #555555;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #555555;
}

#homeHuehner li, #homeGaense li{
	margin-top: 3px;	
}

#homeHuehner a, #homeGaense a{
	color: #555555;
	background-image:none;
}

#homeHuehner a:hover, #homeGaense a:hover{
	background-color: #e4e4e4;
	color: #669900;
}

#homeHuehner{

}

#homeGaense{
}

.conditions{
	color: #a7a7a7;
	font-size: smaller;
	margin-top: 20px;
}

.infoPanel{
	border-style: solid;
	border-width: 1px;
	border-color: #669900;
	background-color: #ecffcc;
	padding: 10px;
	margin-top: 20px;
}

.uploadInvitation{
	float: right;
	width: 200px;
	background-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
	border-color: #a7a7a7;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.uploadInvitation .uiHeader, .uploadInvitation .uiContent{
	padding: 5px;
}

.uiFooter{
	text-align: center;	
	padding: 2px;
	margin-top: 2px;
}

.uiHeader{
	background-color: #a7a7a7;
	color: white;
	font-weight: bold;	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.cButton{
	background-color: #669900;
	border-style: solid;
	border-width: 1px;
	border-color: #669900;	
	background-image:url(buttonBackground.gif);
	background-repeat:repeat-x;
	background-position: left top;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	font-weight: bold;
}

.cButton:hover{
	color: white;	
}

table.tabularInfo{
	margin-top: 10px;
	margin-bottom:10px;
}

