@charset "utf-8";

	/*****************/
	/*** SITELAYOUT ***/
	/****************/

html, body {
	height: 100%;
	margin: 0px;
	text-align: center;
}
body {
	background-image:url(../images/stripe_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#000;
}
#wrapper  {
	background-repeat: no-repeat;
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index: 2;
}
.logo {
	outline: none;
	background-image: url(../images/wappen.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	width: 340px;
	height: 330px;
	position: absolute;
	z-index: 2;
}
#navigation {
	float: left;
	outline: none;
	width: 350px;
	margin-top: 270px;
	margin-bottom: 30px;
}
#topnavigation {
	background-image:url(../images/stripe_bg.png);
	background-position: top center;
	text-align: left;
	padding-left: 350px;
	padding-right: 10px;
	height: 63px;
}
#content {
	text-align:justify;
	margin: 30px 0px 30px 350px;
}
#content img {
	/* width: 600px; in nen hack für IE 6?? */
	max-width: 590px;
	margin: 10px;
	border: 2px solid #222222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	border-top: 1px dashed #111111;
	background-color:#000000;
	clear:both;
	height: 80px;
	text-align: center;
}
.loadingIcon {
	border: 0px;
	display: block;
	position :absolute;
	left: 0px;
	top: 63px;
	width: 100%; 
	height: 100%;
	opacity:0.90;
	filter: alpha(opacity=90);
	background-color: #000;
	background-image: url(../images/ajax-loader.gif);
	background-position: 480px 250px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index: 1;
}
#fotos {margin-top: 15px; text-align:center;}
textarea { width: 608px; }
input, select {
	border: 1px solid #999999;
	background-color: #cccccc;
}
.fotoalbum { display: inline-block; text-align: center; padding: 5px;	opacity:0.60; margin-right: 10px; }
.fotoalbum:hover { display: inline-block; text-align: center; padding: 5px;	opacity:1; }
.fotoalben { padding-left: 18px; margin: 0px; background-color: #000;}
.box-o { background-image: url(../images/fotos-o.png); height: 20px; }
.box-u { background-image: url(../images/fotos-u.png); height: 10px; margin-bottom: 20px; }
.fotopreviewwidth { width: 98px; height: auto; }
.fotopreviewwidth:hover { border-color: #555555 !important; }
.fotopreviewheight { height: 74px; width: auto; }
.fotopreviewheight:hover { border-color: #555555 !important; }
	/*****************/
	/*** TEXTLAYOUT ***/
	/*****************/
	
/* Allgemein */	
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #aaaaaa;
	font-size: 12px;
}
p {
	font-weight: normal;
	line-height: 18px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2F2F2;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	text-shadow: 2px 2px 0px #000000;
	margin: 13px 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #F2F2F2;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	text-shadow: 1px 1px 0px #000000;
	margin: 10px 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2F2F2;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-shadow: 1px 1px 0px #000000;
	margin: 10px 0px;
}
a, a:link, a:visited {
	color: #5454eb;
	outline:none;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}
#content p {
	border: 0px;
	margin: 10px 0px;
}
hr {
	background-color: #333333;
	border: 0px none;
	height: 1px;
}

/* Special dinger */

.message {
	border: 1px solid #666666;
	background-color:#111111;
	margin-bottom: 30px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.message p {
	margin: 0px !important;
}
table {
	width: 100%;
}
.users td {
	padding: 5px;
	border-bottom: 1px solid #333333;
}
.checkboxtext:hover {
	cursor: default;
}

.mceItemTable {
	width: 100% !important;
	font-family: Verdana, Geneva, sans-serif !important;
	color: #aaaaaa !important;
	font-size: 12px !important;
}
.linkbutton, .linkbutton:visited, .linkbutton:link {
	color: #5454eb;
	border: 0px;
	background-color: transparent;
	padding: 3px 0px;
	margin: 0px;
	outline: 0px none;
}
.linkbutton:hover, .linkbutton:active {
	color: #ffffff;
	cursor: pointer;
}
input::-moz-focus-inner { 
	border: 0px none; 
}
.schwarz {
	border: 1px solid #444444;
	background-color:#000;
	color: #aaaaaa;
}
	
.pagination {
	text-align: center;
	padding: 0px;
	margin-top: 35px;
}
.pagination li {
	display: inline;
}
.pagination span {
	color: #fffffff;
	border: 1px solid #3b3b3b;
	background-color:#1a1a1a;
	padding: 2px 5px;
	margin: 3px;
}
span.off {
	border: 1px solid #1a1a1a;
	background-color:#0a0a0a;
	padding: 2px 5px;
	margin: 3px;
	color:#333;
}
.pagination li a {	
	color: #777;
	border: 1px solid #222222;
	background-color:#111111;
	padding: 2px 5px;
	margin: 3px;
}
.pagination li a:hover {
	color: #ffffff;
}

#seitenzahl {
	float: right;
}
#seitenzahl p {
	color: #444444;
	font-variant: small-caps;
	margin: 0px;
}
/* Navigation */

#navigation ul {
	list-style-type: none;
	margin: 10px 40px;
	padding: 0px;
	width: 260px;
	text-align: center;
}
#navigation a {
	text-shadow: 1px 1px 1px #000000;
	outline:none;
	padding: 5px 20px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#navigation a:hover, #navigation a:active {
	color: #ffffff;
	background-color: #101010;
}
#navigation ul li a {
	color:#cccccc;
	line-height: 22px;
	font-size:15px;
	font-variant: small-caps;
	font-family: Helvetica, Arial, sans-serif;
}
#navigation ul  ul  {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#navigation ul ul * a {
	color: #999999;
	line-height: 26px;
	font-size:12px;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#navigation ul ul a:hover, #navigation ul ul a:active {
	background-color: #050505;
}
/*#navigation a.selected, #footer a.selected {
	text-decoration: underline;
	color: #ffffff;
}*/

/* Footer und Topstyles */	

#footer ul{
	display: inline-block;
	height: 45px;
	padding: 0px;
	margin: 16px 10px;
}
#topnavigation ul {
	display: inline-block;
	height: 45px;
	padding: 0px;
	margin: 26px 0px 0px -18px;
}
#footer li, #topnavigation li {
	vertical-align: middle;
	display: inline-block;
}
#footer img, #topnavigation img {
	border: 0px;
}
#footer a, #topnavigation a {
	display: block;
	outline:none;
	padding: 5px 20px;
	font-size:12px;
	color:#666666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer a:hover, #footer a:active {
	color: #cccccc;
	background-color: #050505;
}
#topnavigation a:hover, #topnavigation a:active {
	color: #cccccc;
	background-color: #600;
}
a.inactive, a:visited.inactive, a:hover.inactive, a:active.inactive {
	display: block;
	outline:none;
	padding: 5px 20px;
	font-size:12px;
	color: #444444 !important;
	text-decoration: none !important;
	background-color: transparent !important;
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
