/**
	MAIN CSS FILE
**/

body	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	background-color: #254771; /* DFDDDE */
}

img	{
	border: 0px;
}

a	{
	text-decoration: none;
	color: black;
	font-size: 10pt;
}

a:hover	{
	color: gray;
}

h1	{
	margin: 0px 0px 10px 0px;
	font-size: 14pt;
}

h2	{
	margin: 40px 0px 20px 0px;
	font-size: 12pt;
	border-bottom: 2px solid #054A64;
}

/* center page for IE */
#centerDIV	{
	text-align: center;
}

/* MAIN DIV */
#all	{
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 57em;
	height: auto;
}

/* HEAD *//* container for headmenu, headlinks, logo... */

#head	{
	float:left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #DFDDDE;
	padding: 5px;
}

#head #headline	{
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #254771;
	color: white;
	width: 100%;
}

#head #headline #titel {
	padding: 0px 0px 0px 10px;
	float: left;
	text-align: left;
	width: 40%;
	font-weight: bold;
}
#head #headline #adminbar {
	float: right;
	text-align: right;
	width: 25em;
}

#head #adminbar #loginbar	{
	text-align: right;
	float: right;
	padding: 2px 10px 0px 10px;	
}

#head #logo	{
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 13em;
	height: 5em;
	float: left;
}

#head .logoImgMelk	{
	background-image: url('../img/head/logo_melk_small.jpg');
	background-repeat: no-repeat;
}
#head .logoImgLoosdorf	{
	background-image: url('../img/head/logo_loosdorf_small.jpg');
	background-repeat: no-repeat;
}
#head .logoImgVerein	{
	background-image: url('../img/head/logo_verein_small.jpg');
	background-repeat: no-repeat;
}

#head #navigation	{
	float: right;
	width: 43em;
}

#head #sitemap	{
	margin: 5px 0px 0px 0px;
	float: left;
	padding: 2px 0px 2px 0px;
	background-color: #254771;
	width: 100%;
	font-size: 10pt;
	text-align: left;
	color: white;
}

#head a	{
	font-size: 10pt;
	color: white;
	padding: 2px;
	text-decoration: underline;
}

#head a:hover	{
	font-size: 10pt;
	background-color: white;
	color: black;
	text-decoration: none;
}

/** REGIONS **/
	
	#head #regions	{
		margin: 4px 0px 0px 0px;
		float: left;
		width: 100%;
	}
	
	#head .container	{
		float:left;
		width: 14em;
		height: 2em;
		padding-top: 1em;
		font-weight: bold;
		border: 1px solid #DFDDDE;
	}
	
	#head #regions a	{
		font-size: 12pt;
		color: gray;
		padding: 1em 0em 0em 0em;
		text-decoration: none;
	}
	
	#head #regions a:hover	{
		text-decoration: underline;
		color: black;
	}
	
	
	#head #melk	{
		margin: 0em 0.3em 0em 0em;
		background-image: url('../img/head/start/head_melk_b1DSC_1303.jpg');
		background-repeat: no-repeat;
	}
	
	
	#head #loosdorf	{
		margin: 0em 0.3em 0em 0em;
		background-image: url('../img/head/start/head_loosdorf_b1DSC_1313.jpg');
		background-repeat: no-repeat;
	}
	
	
	#head #verein	{
		float:right;
		background-image: url('../img/head/start/head_verein_b1DSC_1300.jpg');
		background-repeat: no-repeat;
		margin: 0em 0em 0em 0em;
	}
	
	/** ACTIVE **/
	
	#head #melkActive	{
		background-image: url('../img/head/start/head_melk_b2DSC_1303.jpg');
		background-repeat: no-repeat;
		border: 1px solid black;
		margin: 0em 0.3em 0em 0em;
	}
	
	#head #loosdorfActive	{
		background-image: url('../img/head/start/head_loosdorf_b2DSC_1313.jpg');
		background-repeat: no-repeat;
		border: 1px solid black;
		margin: 0em 0.3em 0em 0em;
		
	}
	
	#head #vereinActive	{
		background-image: url('../img/head/start/head_verein_b2DSC_1300.jpg');
		background-repeat: no-repeat;
		border: 1px solid black;
		float:right;
		margin: 0em 0em 0em 0em;
	}
	
	#head #regions #melkActive, 	#head #regions #loosdorfActive, 	#head #regions #vereinActive	{
		color: black;
	}
	
	 /** HOOVER **/
	#head #melk:hover	{
		background-image: url('../img/head/start/head_melk_b2DSC_1303.jpg');
		background-repeat: no-repeat;
		border: 1px solid black;
	}
	
	#head #loosdorf:hover	{
		background-image: url('../img/head/start/head_loosdorf_b2DSC_1313.jpg');
		background-repeat: no-repeat;
		border: 1px solid black;
	}
	
	#head #verein:hover	{
		background-image: url('../img/head/start/head_verein_b2DSC_1300.jpg');
		background-repeat: no-repeat;
		border: 1px solid black;
	}

/** SITEMAP **/




/* CONTENT */ /* container for menu / nav, real content */
#body	{
	width: 100%;
	min-height: 500px;
	float: left;
	background-color: #DFDDDE;
	margin: 5px 0px 0px 0px;
	background-image: url('../img/bg/bg8.png');
	background-repeat: no-repeat;
}

#body #nav	{
	width: 11em;
	float: left;
	padding: 5px 7px 5px 5px;
	margin: 0em 0.5em 0em 0em;
	border-right: 1px #6981fa dashed;
}

/* standard menu */
#body #nav #mainMenu	{
	margin: 0em 0em 10em 0em;
}

#body #nav ul	{
	padding: 1px 1px 1px 0px;
	margin: 0px;
	list-style: none;
}

#body #nav ul li	{
	display: block;
	background-color: #f5e4e4;
	padding: 1px 1px 1px 0px;
	margin: 6px 2px 2px 2px;
	border: 1px #6981fa groove;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
}

#body #nav ul li:hover	{
	background-color: red;
}

#body #nav ul li a a:active a:visited {
	display: block;
	text-decoration: none;
}

#body #nav ul li a:hover	{
	display: block;
	text-decoration: underline;
}

/* admin menu */
#body #nav #adminMenu	{
	margin: 60px 0px 0px 0px;
}

/* title */
#body #title {
	font-size: 0;
	float: left;
	width: 77%;
	margin: 5px;
}

/* content */
#body #content	{
	margin: 5px;
	width: 77%;
	float: left;
	font-size: 10pt;
}

#footer	{
	background-color: white;
	width: 100%;
	min-height: 10px;
	float: left;
	text-align: center;
	font-size: 10pt;
	font-weight: 800;
	margin-top: 20px;
}

.admin {
	background-color: black;
	width: 100%;
	float:left;
	color: red;
	text-align: right;
}

/**
 INPUT FIELDS
**/

input	{
	border: 1px black groove;
}

/** editContainer **/

#editContainer	{
	float:right;
	min-width: 30%;
	max-width: 60%;
}

/**
	PORTRAITS
**/

#portrait	{
	background-color: white;
	float: right;
	width: 30%;
	border: 2px solid #5A80B5;
	font-size: 9pt;
	padding: 5px;
}

#editContainer #portrait	{
	width: 20em;
}

#portrait #titel	{
	padding: 2px;
	font-weight: bold;
	background-color: #f1f1f1;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

/** LINKS **/

#editContainer #editlinks	{
	background-color: white;
	float: right;
	border: 2px solid #5A80B5;
	font-size: 9pt;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	max-height: 300px;
	min-width: 60%;
	overflow: auto;
}

* html #editContainer #editlinks	{
	height: 200px;
	width: 100%;
}

#editContainer #editlinks #titel	{
	padding: 2px;
	font-weight: bold;
	background-color: #f1f1f1;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

#editContainer #editlinks #newLink	{
	background-color: white;
	width: 25em;
	position: absolute;
	z-index: 1500;
	padding: 20px;
	border: 2px solid #5A80B5;
}

#editContainer #editlinks table	{
	width: 100%;
}

#editContainer #editlinks table .desc	{
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

#editContainer #editlinks table .url	{
	text-align: right;
	font-size: 9pt;
}

/**
 POPUPS
*/

#login	{
	background-color: white;
	border: 2px solid #5A80B5;
	padding: 5px;
	width: 15em;
	height: 9em;
	text-align: left;
	position: absolute;
	z-index: 1500;
	color: black;
	font-size: 10pt;
}

#close	{
	text-align: right;
	float: right;
	width: 16px;
	height: 16px;
	position: static;
}

#upload	{
	background-color: white;
	border: 2px solid #5A80B5;
	width: 400px;
	height: 400px;
	left: 40%;
	top: 20%;
	position: absolute;
	z-index: 3000;
	padding: 10px 20px 20px 20px;
}

#editGallery	{
	background-color: white;
	width: 50em;
	height: 26em;
	left: 10%;
	top: 10%;
	position: absolute;
	z-index: 1500;
	padding: 20px;
	font-size: 11pt;
	border: 2px solid #5A80B5;
}

#gallery	{
	background-color: white;
	width: 60em;
	left: 10%;
	top: 10%;
	position: absolute;
	z-index: 1500;
	padding: 20px;
	border: 2px solid #5A80B5;
}

#cancelbar	{
	float: right;
	width: 20%;
	text-align: right;
}

* html #gallery	{
	width: 65em;
}

#drag	{
	background-color: #f1f1f1;
	width: 90%;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	margin-top: 10px;
}

/**
 FORMS
*/

dt {
	border-top: 1px groove red;	
	background-color: #d8e5e9;
}

dd {
	background-color: #d8e5e9;
	margin-bottom: 30px;
}

.errors {
	color:red;
	font-weight:bold;
}

.required {
	font-weight:bold;
}

h6	{
	margin: 0px;
}

table.visitors td {
	padding: 0px 10px 0px 10px;
}
