/* Links ----------------------------------------------------------------------------------------------------------*/

a:link 		{color:black; text-decoration:none; }
a:visited 	{color:black; text-decoration:none; }
a:focus 	{color:black; text-decoration:none; }
a:hover 	{color:#a80429; text-decoration:underline; }
a:active	{color:black; text-decoration:none; }


body { 
	background:#4c535b;
	margin:0;
	padding:13px 0 0;
	font-family: Verdana;
}

.warning {
	font-weight: bold;
	fonts-size: 14px;
}




/* Content-Fenster ----------------------------------------------------------------------------------------------------------*/
.mainWindowRow{
	background: url(./images/design/content-bg.png);
	height:400px;
	vertical-align:top;
}

.mainWindowColumn{
	padding: 10px;
}

.mainWindowContainer{
	width: 760px;
}

.heading{
	height: 40px;
	font-size: 22px;
	color: #a80429;
	border-width: 0 0 1 0;
	border-style:dotted;
	vertical-align:bottom;
}

/* Startpage ---------------------------------------------------------------------------------------------------------------*/

.startpageTable {
	width: 100%;
}

.welcomeText {
	font-size: 13px;
}

.headingText{
	height: 40px;
	font-size: 22px;
	color: #a80429;
	vertical-align:bottom;
}

.nextTermineText{
	font-size: 11px;
}

/* Admin-Bar ---------------------------------------------------------------------------------------------------------------*/
.adminBar{
	background-color: #DDDDDD;
}

.adminBarTable{
	width: 100%;
	padding: 5px;
	font-size: 11px;
}

.adminBarTableLogout{
	text-align: right;	
}

/* NewsBox -----------------------------------------------------------------------------------------------------------------*/
.newsContainer{
	width: 700px;
	margin-left: 20px;
}

.newsSideBar{
	vertical-align:top;	
}

.newsBox {
	border: 0px;
	background-color: #FFFFFF;
	width: 100%;
	padding: 3px;
}

/*
.newsBoxHeading{
	font-size: 20px;
}
*/

.newsBoxInfo{
	font-size: 9px;
	vertical-align:top;
	height: 25px;
	color: #777777;
}

.newsBoxText{
	font-size: 12px;
}

.newsBoxImage{
	border: 1px #000000 solid;
}

.newsButtonBold{
	font-weight:bold;
}

.fileTable{
	font-size: 10px;
	padding: 3px;
}

.fileHeading {
	font-size: 12px;
	font-weight: bold;
}

.fileUpload {
	font-size: 12px;
}

.fileBox{
	position: relative;
	top: 70px;
	background-color: #DDDDDD;
}

/*Termine ------------------------------------------------------------------------------------------------------------------*/
.termineText{
	font-size: 11px;
}

.termineHeadingText{
	font-size: 9px;
	font-weight: bold;
}

.termineCatText {
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.termineWhiteBg {
	background-color: #FFFFFF;
}

/*Zunft ----------------------------------------------------------------------------------------------------------------*/

.zunftText {
	font-size: 12px;	
}

/*Album ----------------------------------------------------------------------------------------------------------------*/

.album {
	border: 0px;
	background-color: #FFFFFF;
	width: 700px;
	padding: 3px;
}

.albumHeading{
	height: 40px;
	font-size: 22px;
	color: #a80429;
	vertical-align:bottom;
}

.albumInfo{
	font-size: 9px;
	vertical-align:top;
	height: 25px;
	color: #777777;
	border-width: 0 0 1 0;
	border-style:dotted;
}

.albumText {
	font-size: 17px;
	color: #a80429;
}

/*Gästebuch ----------------------------------------------------------------------------------------------------------------*/

.entryHeading {
	height: 40px;
	font-size: 16px;
	color: #a80429;
	border-width: 0 0 1 0;
	border-style:dotted;
	vertical-align:bottom;
}

.entryTable {
	width: 80%;	
}

.entryMessage {
	font-size: 12px;
}

/*Formulare ----------------------------------------------------------------------------------------------------------------*/

.formTable{
	font-size: 12px;
	padding: 3px;
	width: 500px;
}

.formInputBox{
	border: 1px #DDDDDD solid;
	width: 400px;
}

.formInputBoxEntry{
	border: 1px #DDDDDD solid;
	width: 300px;
}

.formInputBoxEntryHp{
	border: 1px #DDDDDD solid;
	width: 259px;
}

.formInputBoxCaptcha{
	border: 1px #DDDDDD solid;
	width: 50px;
}

.formInputBoxUser{
	border: 1px #DDDDDD solid;
	width: 200px;
}


.formTextArea{
	border: 1px #DDDDDD solid;
	width: 400px;
	height: 200px;
}

.formButton{
	border: 1px #DDDDDD solid;
}

.formInputZweiStellen {
	border: 1px #DDDDDD solid;
	width: 18px;
}

.formInputVierStellen {
	border: 1px #DDDDDD solid;
	width: 32px;
}
