/*
Theme: Arkeo 2007 ver. 2.0
Description: Stylesheet for Arkeo Website.
Author: Dipl.-Ing. Dimitri Papadopoulos
Author URI: http://www.ibpmedien.de/  
*/
body {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font: 83%/1.5 "trebuchet ms", tahoma, verdana, arial, sans-serif;
	background: #FFFFFF url("images/header01.gif") 0px 0px repeat-x;
}
/*** Content styles ***/
a,a:link,a:link,a:link,a:hover {
	text-decoration:underline;
} 
a:link {
	color:#C00C00;
} 
a:visited {
	color:#999999;
} 
a:hover,a:active {
	color:#6E9BC0;
}
/*** Layout styles ***/
#header {
	margin: 0 0 40px 0;
	padding: 0 0 8px 0;
	background: transparent url("images/header02.gif") 0px 0px no-repeat;
}
#nav-first {
	width: 550px;
	margin: 0 0 0 0;
	padding: 80px 0 0 90px;
}
#main {
	position:relative;
	width:100%;
	background: transparent url("images/mainbg.gif") no-repeat 30px 16px;
}
#content {
	margin: 0 25% 0 35px;
	/*** Wenn Hauptspalte eine Mindestbreite haben soll
	min-width: 650px;
	width: 650px;
	***/
}
#content #breadcrumb {
	margin-top:0;
	margin-bottom: 5px;
	font-size: 93%;
	font-weight: bold;
	color: #94BFE5;
}
#content #breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration: none;
}
#content #breadcrumb a:hover, #content #breadcrumb a:active {
	text-decoration: underline;
}
#footer {
	clear: both;
	border-top: 1px solid #E3E8EE;
	padding: 10px 0 30px;
	font-size: 86%;
	color: #999999;
}
#footer p {
	margin: 0;
}
#footer a:link {
	color: #999999;
}
#rightcol {
	position:absolute;
	top:0;
	right:25px;
	width:20%;
	background: transparent url("images/fb01.gif") top left no-repeat;
	padding: 23px 0 40px 0;
}
.ftebox {
	color: #333333;
	padding: 15px 20px 20px;
	margin: 0 0 1.5em;
	background: #f6f6f6 url("images/fb02.gif") no-repeat 100% 100%;
}
.ftebox p, .ftebox h1, .ftebox h2, .ftebox h3, .ftebox h4, .ftebox h5, .ftebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #c00;color:#c00;
}
.ftebox p {
	border:none;
	margin: 0 0 1em;
	color:#444444;
}
.ftebox a {
	font-weight:bold;
}
#poweredby {
	width:100px;
	height:100px;
	position:absolute;
	top:5px;
	right:0px;
	z-index: 4;
}
p, ul, ol {
	margin: 0 0 1.5em;
}
ul, ol, dl {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color:#000000;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%;
}
h3 {
	font-size: 126%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 106%;
}
h6 {
	font-size: 96%;
}
ul {
	margin: 0.3em 0 1.5em 0;
	list-style-type: none;
}
ol {
	margin: .5em .5em 1.5em;
}
ol li {
	margin-left: 1.4em;
	padding-left: 0;
	background: none; 
	list-style-type: decimal;
}
li {
	line-height: 1.4em;
	padding-left: 25px;
	background: transparent url("images/elements.gif") 0px 0px no-repeat;
}
img {
	border:none;
}
hr {
	margin: 1em 0;
	background:#F2F2F2;
	height:1px;
	color:#F2F2F2;
	border:none;
	clear:both
}
.clear {
	clear:both;
	position:relative;
	font-size:0px;
	height:0px;
	line-height:0px
}
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url("images/elements.gif") no-repeat 5px -500px;
	padding-left:21px;
}
a.morelink:hover {
	background: transparent url("images/elements.gif") 5px -400px;
}
.morelink span {
	position:absolute;
	left:-9999px;
	width:900px;
}
.date {
	font: bold 82% arial;
	color:#BBBBBB;
	display:block;
	letter-spacing: 1px;
}

#frontimg, #front {
	float: left;
	margin: 12px 10px 0 0;
}
/*** Forms ***/
.messages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}

fieldset {
	padding:				0px;
	background-color: transparent;
	width:				520px;
	margin-top:			10px;
	margin-left:		2px;
	border:				none;
	display:				block;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9pt;
	color:				black;
}

fieldset legend {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9pt;
	font-weight:		bold;
	color:				black;
}

#valSummary {
	padding:				4px;
	border:				2px ridge #ffcccc;
	width:				500px;
	margin:				10px;
	background-color:	#ffcccc;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			8pt;
}

div.input {
	padding:	2px;
	clear: both;
}

div.input label {
	display:				block;
	width:				140px;
	float:				left;
	padding-left:		16px;
}

div.options {
	padding:				4px 180px 20px 0;
	text-align:			right;
	margin-top:			8px;
}

div.options input {
	font-weight:		bold;
	border: 1px outset #F5F5F5;
	background-color: #94BFE5;
	color: #000000;
}

ul {
	margin-top:			2px;
}

div.input input, div.input select, div.input textarea {
	border:				1px solid #7B9CBD;
}

div.input input.error, div.input textarea.error, div.input select.error {
	border:				2px solid red;
	background-color:	#ffcccc;
}

div.input label.error {
	color:				#ff0000;
	font-weight:		bold;
}