/********* global styles **********/

html {
	min-height:101%;
}

body {
	background-color: #D2D2C5;
	color: #888;
	font: 71% tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

a:link { color:#666;	text-decoration: none; }
a:visited { color:#666;	text-decoration: none; }
a:hover { color:#000; text-decoration: underline; }
a:active { color:#ccd0d5;	text-decoration: none; }

p {
	margin: 0px 0px 5px;
}

h1 {
	font-size: 100%;
	margin: 3px 0px 1px 0px;
	color: #000;
}

.footer h2 {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: none;
	color: #888;
	margin: 7px 0px 2px 0px;
}

.footerStart h2 {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: none;
	color: #888;
	margin: 7px 0px 2px 0px;
}

h2 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #888;
	margin: 7px 0px 2px 0px;
}

img {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	float: left;
}

ul {
	padding: 0px 0px 0px 12px;	
}

li {
	padding: 0px 0px 3px 0px;	
}

/********* Startseite **********/

#containerStart {
	position: absolute;
	float: none;	
	width: 380px;
	height: 600px;
	left: 50%;
	margin-left: -240px;  /* Um die Hälfte der Breite nach links schieben */
	margin-top: 50px;   /* Um die Hälfte der Höhe nach oben schieben */
}

.headerStart {
	font-size: 20px;
	position: relative;	
	background-color: #F0F0E1;
	height: 600px;
	padding: 50px;
	width: 380px;
}

.base {
	position: relative;
	float: none;
    height:10px;
	width: 996px;
	background-color:#fff;
}

#box1 {
	position:relative;
	float:left;
	width:229px;
	height:229px;
	padding:10px;
	background-color:#900;
	line-height:16px;
	color:#cc8080;
}

#box2 {
	position:relative;
	float:left;
	width:229px;
	height:229px;
	padding:10px;	
	background-color:#353832;	
	line-height:16px;	
	color:#9a9c99;	
}

#box3 {
	position:relative;
	float:left;
	width:229px;
	height:229px;	
	padding:10px;	
	background-color:#f90;	
	line-height:16px;	
	color:#995c00;	
}

#box4 {
	position:relative;
	float:left;
	width:229px;
	height:229px;
	padding:10px;	
	background-color:#f2c53f;	
	line-height:16px;
	color:#917626;	
}

#box1 a:link { color:#fff; text-decoration: none; }
#box1 a:visited { color:#fff; text-decoration: none; }
#box1 a:hover { color:#fff; text-decoration: underline; }
#box1 a:active { color:#fff; text-decoration: none; }

#box2 a:link { color:#fff; text-decoration: none; }
#box2 a:visited { color:#fff; text-decoration: none; }
#box2 a:hover { color:#fff; text-decoration: underline; }
#box2 a:active { color:#fff; text-decoration: none; }

#box3 a:link { color:#fff; text-decoration: none; }
#box3 a:visited { color:#fff; text-decoration: none; }
#box3 a:hover { color:#fff; text-decoration: underline; }
#box3 a:active { color:#fff; text-decoration: none; }

#box4 h1 a:link { color:#fff; text-decoration: none; }
#box4 h1 a:visited { color:#fff; text-decoration: none; }
#box4 h1 a:hover { color:#fff; text-decoration: underline; }
#box4 h1 a:active { color:#fff; text-decoration: none; }

.textLinkBox4 a:link { color:#917626; text-decoration: none; }
.textLinkBox4 a:visited { color:#917626; text-decoration: none; }
.textLinkBox4 a:hover { color:#917626; text-decoration: none; }
.textLinkBox4 a:active { color:#917626; text-decoration: none; }



#box1 h1, #box2 h1, #box3 h1, #box4 h1 {
	font-size: 100%;
	margin: 10px 0px 10px 0px;
	color: #fff;
}


.footerStart {
	clear: both;	
	position: relative;
	float: none;
	text-align:center;
	width: 996px;
	color: #666;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 140%;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
}


/********* other styles **********/

#containerContent {
	position: absolute;
	float: none;	
	height: 540px;
	top: 50%;
	margin-top: -270px;   /* Um die Hälfte der Höhe nach oben schieben */
}

a.navWeb, a.navFoto, a.navOther {
	border-left: #888 0px solid;
	border-right: #888 0px solid;
	color: #000;	
	float: left;
	font-size: 10px;
	letter-spacing: 3px;
	margin-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	text-transform: uppercase;
	text-decoration: none;	
}

a.navWeb {
	background-color: #f2c53f;
	color: #fff;
}

a.navFoto {
	background-color: #7e3e5a;
	color: #fff;
}

a.navWeb:hover {
	background-color: #000;
	color: #F2C53F;
}

a.navFoto:hover {
	background-color: #000;
	color: #975B76;
}

a.navOther:hover {
	background-color: #000;
	color: #fff;
}

a.navCurrentWeb, a.navCurrentFoto, a.navCurrentOther {
	background-color: #F0F0E1;
	border-left: #888 0px solid;
	border-right: #888 0px solid;
	color: #000;
	float: left;
	font-size: 10px;
	letter-spacing: 3px;
	margin-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	text-transform: uppercase;
	text-decoration: none;	
}

a.navCurrentWeb:hover {
	background-color: #000;
	color: #F2C53F;
}

a.navCurrentFoto:hover {
	background-color: #000;
	color: #975B76;
}

a.navCurrentOther:hover {
	background-color: #000;
	color: #fff;
}

a.navSub {
	padding: 0px 15px 0px 0px;
}

a.navSub:link, a.navSub:visited, a.navSub:active {
	color:#888;
	text-decoration: none;	
}

a.navSub:hover {
	color:#000;
	text-decoration: none;	
}

.bild {
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 70px;
	padding-top: 0px;
	text-align: right;
	width: 330px;
}

.footer {
	clear: both;	
	position: relative;
	float: left;
	width: 996px;
	color: #666;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 140%;
	padding: 5px 0px 0px 50px;
	text-transform: uppercase;
}


.frage {
	color: #888;
	font: 120% tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.text {
	float: left;
	line-height: 140%;
	padding: 20px 50px 0px 50px;
	width: 404px;
}

#bgFloater1 {
	background-color: #FFF;
	height: 140px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 13000px;
}

#bgFloater2 {
	background-color: #000;
	height: 81px;
	left: 0px;
	position: absolute;
	top: 140px;
	width: 13000px;
}

#floater {
	position: relative;
	left: 0px;
	width: 996px;
}

#floaterSub {
	font-size: 9px;
	left: 0px;
	padding-left: 50px;
	padding-top: 5px;
	position: relative;
	text-transform: uppercase;
}

#contentFloater {
	clear: both;
	background-color: #F0F0E1;
	height: 290px;
	margin: 0px;
	width: 13000px;
}

#content {
	clear: both;
	background-color: #F0F0E1;
	height: 290px;
	margin: 0px;
	width: 101%;
}


/*

#copyrightStart {
	float: left;
	line-height: 140%;
	padding: 15px 0 0 50px;
	font-size: 10px;	
	text-transform: uppercase;
	line-height: 140%;	
	letter-spacing: 2px;
	color: #888;		
	position: absolute;
	top: 490px;
	width: 996px;
	height: 100px;
}

#bodypopup {
	background-color: #000;
}

#bodypopup img {
	margin: 39px 39px;
	border: 1px solid #fff;
}

#bodypopupSepia {
	background-color: #000;
}

#bodypopupSepia img {
	margin: 39px 39px;
	border: 1px solid #beaca0;
}

#bodypopupGold {
	background-color: #000;
}

#bodypopupGold img {
	margin: 39px 39px;
	border: 1px solid #71482c;
}

.bodypopup {
	background-color: #fff;
}

a.info span {
	display: none;
}

a.info:hover {
	cursor: help;
	z-index: 25;
}

a.info:hover span {
	background-color: #FFFFFF;
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
	border-right: #888888 1px solid;
	border-top: #888888 1px solid;
	color: #888888;
	display: block;
	left: 2em;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	top: 2em;
	width: 15em;
}

div.text a.info {
	border-bottom: #888888 1px dotted;
	position: relative;
	text-decoration: none;
	z-index: 24;
}

img.screen {
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
	border-right: #888888 1px solid;
	border-top: #888888 1px solid;
}

input {
	width: 295px;
}

input.button {
	height: 23px;
	width: 22px;
}

input.radio {
	width: auto;
}

input.textfeld {
	background-color: #FFFFFF;
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
	border-right: #888888 1px solid;
	border-top: #888888 1px solid;
	color: #888888;
}

textarea {
	background-color: #FFFFFF;
	border-bottom: #888888 1px solid;
	border-left: #888888 1px solid;
	border-right: #888888 1px solid;
	border-top: #888888 1px solid;
	color: #888888;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 120px;
	width: 300px;
}
*/