/* Copyright by Artists' Quarter Mediendesign - Alle Rechte vorbehalten. */



/* Standards festsetzen */

body {
	padding: 				0px;
	margin:					10px auto;
	font-family: 			Georgia, "Times New Roman", serif;
	font-size: 				12px;
  	line-height:			20px;
  	letter-spacing:			1px;
	color: 					#555242;
  	overflow: 				auto;
}



/* Navigation */

#navigation {
 	font-family: 			Arial, Verdana, Helvetica, sans-serif;
	line-height:			27px;
  	font-weight:			bold;
	
	position:				static;
	z-index:				1;
	top:					100px;
	left:					0px;
	margin:					0px;
	width:					780px;
}

#navigation ul {
	padding:				0px 0px 0px 58px;
	margin:					0px;
	height:					27px;
	background: 			none #8FB719;
	border-right:			1px solid #fff;
	border-left:			1px solid #fff;


}

#navigation li {
	float:					left;
	margin:					0px 0px 0px -1px;
	padding:				0px;
	list-style-type:		none;
	border-right:			1px solid #fff;
	border-left:			1px solid #fff;
	white-space:			nowrap;
	height:					27px;

}

#navigation li a {
	display:				block;
	padding:				0px 18px 0px 18px;
	background: 			none #8FB719;
	color:					#FFFFFF;
}

#navigation li a:hover {
	display:				block;
	padding:				0px 18px 0px 18px;
	background: 			none #555241;
}

#navigation li .aktiv {
	display:				block;
	padding:				0px 18px 0px 18px;
	background: 			none #555241;
}



/* Container */

#main {
	padding:				0px;
	margin:					0px;
	width:					780px;
	border:					10px solid #bab496;
	text-align:				left;
}

#news, #standard {
	width:					573px;
	padding:				0px;
	margin:					30px 58px;
	text-align:				left;
}

#news_text {
	position: 				relative;
	width:					375px;
	top:					-127px;
	left:					195px;
}

#datum {
	position:				relative;
	font-size: 				10px;
	margin-bottom:			-35px;
	text-align:				right;
}

#position {
	position:				relative;
	font-size: 				10px;
	margin-bottom:			-38px;
	text-align:				right;
}

#mehr_bilder {
	position:				relative;
	font-size: 				10px;
	margin:					135px 0px -145px 15px;
	text-align:				left;
	width:					160px;
}

/* Bild */

#news img {
	width:					150px;
	height:					100px;
	padding: 				0px;
	margin:					0px;
	border: 				1px solid #a19b7d;
}

#bilderrahmen {
	margin: 				5px 15px;
	width:					152px;
	border: 				1px solid #a19b7d;
	padding:				7px;
}

a.popup {
	text-decoration:		none;
	padding:				0px;
	background: 			#fff;
}

a.popup:hover{
	text-decoration:		none;
	padding:				0px;
	background: 			#fff;
}



/* Ueberschriften */

h1 {
	border-bottom: 			1px solid #555241;
	margin:					15px 0px;
	padding:				0px 13px;
	font-size: 				14px;
	background: 			url(bilder/pfeil_h1.jpg) no-repeat;
	background-position:	center left;
}

h2 {
	font-size: 				12px;
	font-style: 			italic;
	font-weight: 			bold;
	margin: 				0px 0px 0px -13px;
}

h3 {
	font-size: 				12px;
	font-style:				italic;
	font-weight:			bold;
	margin: 				0px;
}



/* Linkformatierungen */

#link {
	margin-top:				-120px;
	text-align:				right;
	padding-bottom:			15px;
}

a {
	color: 					#7EA50E;
	text-decoration:		none;
	padding:				0px 0px 0px 13px;
	background: 			url(bilder/pfeil_link.jpg) no-repeat;
	background-position:	center left;
}

a:hover {
	color:					#555242;
	text-decoration:		none;
	padding:				0px 0px 0px 13px;
	background: 			url(bilder/pfeil_link.jpg) no-repeat;
	background-position:	center left;
}

a.impressum {
	color:					#555242;
	position:				relative;
	font-size: 				10px;
	text-decoration:		none;
	margin:					0px 0px 0px 700px;
	background: 			url(bilder/pfeil_h1.jpg) no-repeat center left;
	background-position:	center left;
}

a.impressum:hover{
	color:					#7EA50E;
	position:				relative;
	font-size: 				10px;
	text-decoration:		none;
	margin:					0px 0px 0px 700px;
	background: 			url(bilder/pfeil_h1.jpg) no-repeat;
	background-position:	center left;
}


/* Formularelemente */

.former {
	font-family: 			Georgia, "Times New Roman", serif;
	font-size: 				11px;
	background-color: 		#ffffff;
	color: 					#555242;
	text-decoration: 		none;
	border: 				1px solid #a19b7d;
  	margin-top: 			5px;
  	padding: 				3px;
}

label {
 	cursor: 				pointer;
 	cursor: 				hand;
}