/**
	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;
}

/* 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	{
	height: 9.3em;
	text-align: center;
	background-color: white;
}

#head a	{
	color: black;
	text-decoration: underline;
	padding: 1px;
}

#head #spacer a:hover	{
	color: red;
	text-decoration: none;
	background-color: #e0e5e5;
}
#head #logo	{
	height: 100%;
	width: 21em;
	float: left;
}

.logoImg	{
	background-image: url('../img/logo_neu_transparent.png');
	background-repeat: no-repeat;
}

.logoImgMelk	{
	background-image: url('../img/head/logo_melk3.jpg');
	background-repeat: no-repeat;
}
.logoImgLoosdorf	{
	background-image: url('../img/head/logo_loosdorf1.jpg');
	background-repeat: no-repeat;
}
.logoImgVerein	{
	background-image: url('../img/head/logo_melk4.jpg');
	background-repeat: no-repeat;
}

#head #spacer	{
	width: 38.8em;
	float: left;
}

#head #statichead	{
	height: 2em;
	text-align: left;
	float: left;
	width: 95.9%;
	font-size: 10pt;
	padding: 7px 10px 0px 10px;
	margin: 0px 0px 0px 15px;
}

#head #adminbar	{
	height: 2em;
	text-align: right;
	font-size: 9pt;
	float: right;
	padding: 7px 10px 0px 10px;
}

#head #loginbar	{
	height: 2em;
	text-align: right;
	font-size: 9pt;
	float: right;
	padding: 7px 10px 0px 10px;	
}
#head #regions	{
	height: 5em;
	text-align: center;
	float: left;
	width: 105%;
	padding: 0px 0px 0px 0px;
}

#head #headmenu	{
	text-align: left;
	float: left;
	width: 95.9%;
	height: 2em;
	font-size: 10pt;
	padding: 2px 10px 5px 10px;
	margin: 0px 0px 0px 15px;
}

/** REGIONS **/

	/** LINK STYLE **/
	#head #regions a	{
	}
	
	#head #regions a:hover	{
		color: black;
		background-color: transparent;
	}

	/** CONTAINTER **/
	#head #regionMelkCon	{
		float: left;
		width: 185px;
		height: 100%;
		margin: 0px 15px 0px 15px;
		font-weight: 800;
	}
	
	#head #regionLoosdorfCon	{
		float: left;
		width: 185px;
		height: 100%;
		margin: 0px 15px 0px 15px;
		font-weight: 800;
	}
	#head #regionVereinCon	{
		float: left;
		width: 185px;
		height: 100%;
		margin: 0px 15px 0px 15px;
		font-weight: 800;
	}
	
	/* CONTAINER COLOR ACTIVE */
	#head .regionMelkConActive	{
		background-color: #70a3f7;
	}
	#head .regionLoosdorfConActive	{
		background-color: #fff662;
	}
	#head .regionVereinConActive	{
		background-color: #5ac857;
	}
		
	/** REGIONS **/
	#head #regionMelkCon #regionMelk	{
		margin: 10px 0px;
		padding: 20px 0px 20px 0px;
		display: block;
		font-weight: 800;
		border-top: 1px dotted black;
		border-bottom: 1px dotted black;
	}
	
	#head #regionLoosdorfCon #regionLoosdorf	{
		margin: 10px 0px;
		padding: 20px 0px 20px 0px;
		display: block;
		font-weight: 800;
		border-top: 1px dotted black;
		border-bottom: 1px dotted black;
	}
	
	#head #regionVereinCon #regionVerein	{
		margin: 10px 0px;
		padding: 20px 0px 20px 0px;
		display: block;
		font-weight: 800;
		border-top: 1px dotted black;
		border-bottom: 1px dotted black;
	}
	
	/** REGIONS COLOR ACTIVE **/
	#head #regionMelkCon .regionMelk	{
		background-color: #70a3f7;
		background-image: url('../img/head/start/head_melk_b2DSC_1303.jpg');
	}
	#head #regionLoosdorfCon .regionLoosdorf	{
		background-color: #fff662;
		background-image: url('../img/head/start/head_loosdorf_b2DSC_1313.jpg');
		
	}
	#head #regionVereinCon .regionVerein	{
		background-color: #5ac857;
	background-image: url('../img/head/start/head_verein_b2DSC_1300.jpg');
		
	}
	
	/** REGIONS COLOR INACTIVE **/
	#head #regionMelkCon .regionMelkInactive	{
		background-color: #70a3f7;
		background-image: url('../img/head/start/head_melk_b1DSC_1303.jpg');
		
	}
	#head #regionLoosdorfCon .regionLoosdorfInactive	{
		background-color: #fff662;
			background-image: url('../img/head/start/head_loosdorf_b1DSC_1313.jpg');
	
	}
	#head #regionVereinCon .regionVereinInactive	{
		background-color: #60db60;
	background-image: url('../img/head/start/head_verein_b1DSC_1300.jpg');
		
	}
	
	/** REGIONS COLOR HOVER **/
	
	#head #regionMelkCon a:hover	{
		background-color: #3e84f7;
	}
	#head #regionLoosdorfCon a:hover	{
		background-color: #fff100;
	}
	#head #regionVereinCon a:hover	{
		background-color: #00b800;
	}
	
/* CONTENT */ /* container for menu / nav, real content */
#body	{
	width: 100%;
	min-height: 500px;
	float: left;
	background-color: #DFDDDE;
	margin: 5px 0px 0px 0px;
}

#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;
}

* 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;
}