/*
	Author	:	
	Email		:	
	Website	:	
*/
* {
	border:1;
	margin:0;
	padding:0;
	position: auto;
	-moz-box-shadow: inset;
	height: auto;
	
}

/* general */
a {
	color:#6699FF;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	border:none;
	color:#030303;
	display:block;
	font-style:normal;
	line-height:20px;
	margin:10px 0 0 0px;
	padding:0px 0 0 10px;
	table-layout:fixed;
}
.left {
	float:left;
	margin:0 2px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	color:none;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Arial, Arial;
	table-layout:fixed;
	font-size: 0.8em;
}

/* header */
#header {
	background:url();
	height:0px;
	margin:0 auto;
	position:relative;
	width:100px;
}

#header p {
	bottom:100px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header1 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header1 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header2 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header2 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header3 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header3 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header4 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header4 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header5 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header5 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header6 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header6 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header7 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header7 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header8 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header8 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header9 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header9 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header10 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header10 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header12 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header12 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header13 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header13 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header14 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header14 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}
#header15 {
	background:url();
	height:220px;
	margin:0 auto;
	position:relative;
	width:760px;
}

#header15 p {
	bottom:30px;
	color:#FFFFFF;
	font-size:2em;
	position:absolute;
	right:0px;
}



/* content */
#content {
	height:auto;
	margin:0 auto;
	width:1250px;
}
/*form begin*/

 #content input
{
color:#000000;
background::#6699FF;
border: 1px solid #6699FF;
}



/*form end*/

#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;
	
}
#sidebar h1 {
	border-bottom:2px solid  #000033;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:0px solid #000033;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#6699FF;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#666666;
}

/* Main */
#main {
	float:none;
	width:600px;
}
#main p {
	color:none;
	line-height:0px;
	padding:0px;
	
}
#main h1 {
	border-bottom:none;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	margin-top:20px;
}

#content h4 {
	border-bottom:1px solid  #000033;
	color:#444;
	font-size:120%;
	font-weight:400;
	line-height:30px;
	margin:0px 0 0 0;
	padding:0px 00px;
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid  #000033;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible img {
	text-align: left;
}
#screenhead tr .identity-image table tr .transparent {
	text-align: center;
}
.mitteheader {
	text-align: center;
}
.searchbuttons {
	text-align: center;
}
.l {
	text-align: left;
}
.liste1 {
	text-align: justify;
}
.liste2 {
	font-weight: normal;
}
.liste2 {
	text-align: justify;
}
.liste2 {
	text-align: center;
}
.liste2 {
	text-align: center;
	color: #0080C0;
	font-weight: bold;
}
.datatext {
	font-size: 10px;
}
