/* CSS Document
********************************************/

/* Einheitliche Ausgangsbedingungen schaffen
********************************************/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

option {
	padding-left: 0.4em;
}

html {
    min-height: 100.01%;
}

body {
	text-align: center;  /* Zentrierung im Internet Explorer */
    color: #000;
    background-color: #fff;
	height: 100%;
    font-size: 100.01%;
    position: relative;
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

select, input, textarea {
	font-size: 99%;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 0.2ex;
	color: #CCC;
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 10px;
	/* margin-left: 25px; */
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1ex;
	color: #FFF;
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 5px;
	/* margin-left: 25px; */
}

h3 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.2ex;
	color: #C0C0C0;
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 5px;
	/* margin-left: 25px; */
}

div#main {
	text-align: left;        /* Seiteninhalt wieder links ausrichten */
	margin-top: 2px;
	margin-right: auto; 	 /* standardkonforme horizontale Zentrierung */
	margin-left: auto; 		 /* standardkonforme horizontale Zentrierung */
	width: 800px;
	height: 600px;
	border-top: 1px inset #999;
	border-right: 1px outset #999;
	border-bottom: 1px outset #999;
	border-left: 10px solid #0066CC;
}

/* form elements
********************************************/
form {
	color: #FFF;
}

label {
	display: block;
	margin-bottom: 1px;
}

input {
	color: #666;
	vertical-align: middle;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}

input.checkbox {
	background: transparent;
}

input.button {
	line-height: 16px;
	color: #333;
	background: #EEEEEE url(../images/buttons/buttonDefault.gif) no-repeat right bottom;
	height: 19px;
	border: none;
	padding: 0 6px 2px 6px;
	margin: 0 0 1px 0;
	cursor: pointer;
}

textarea {
	color: #666;
	width: 400px;
	padding: 1px;
	margin-bottom: 5px;
	height: 100px;
	display: block;
	border: 1px solid #CCC;
}

.left {
	width: 324px;
	height: 575px;
	background: url(../images/bg.gif) no-repeat top;
	vertical-align: top;
}

.randompicture img {
	margin-top: 105px;
}

/* Navigation Link unten - 1te ebene
********************************************/
.leftContainer {
	font-size: 10px;
	width: 148px;
	float: right;
	border-top: 10px solid #0066CC;
}

.leftNav a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #CCC;
	background-color: #F7F7F7;
}

.leftNav a:hover {
	color: #0066CC !important;
}

.leftTitel {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 18px;
}

/* rechte Seite - Hauptmenüleiste
********************************************/
.rightContainer {
	background-color: #666;
	margin: 1px;
}									

.rightNav {
	font-size: 11px;
	width: 33.3%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	empty-cells: hide;
}

.rightNav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.rightNav a:hover {
	color: #0066CC !important;
	background-color: #CCC;
}

/* rechte Seite - Menüleiste oben
********************************************/
.menue {
	width: 470px
}

.menue ul {
	font-size: 10px;
	float: right;
	margin-top: 30px;
	margin-right: 25px;
}

.menue li {
	list-style-type: none;
	display: inline;
}

.menue a {
	text-decoration: none;
	color: #666;
}

.menue a:hover {
	color: #0066CC;
	text-decoration: underline;
}											

/* Inhalte
********************************************/
div#content {
	font-size: 11px;
	color: #FFF;
	background-color: #006699;
	height: 470px;
	margin-left: 1px;
	padding-left: 25px;
	padding-right: 5px;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: auto;
}

div#content p {
	line-height: 14px;
	margin-bottom: 15px;
}

div#content a {
	color: #FFF;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none
}

div#contentFooter {
	text-align: right;
	margin: 20px 35px;
}


/* footer IDs
********************************************/
div#footer {
	font-size: 9px;
	color: #333;
	background-color: #E4E4E4;
	text-align: center;
	line-height: 18px;
	padding-top: 4px;
	margin: 1px;
}

/* Button-Banner classes
********************************************/
.leftBanner {
	margin-top: 20px;
	float: left;
}

.rightBanner {
	text-align: right;
	margin-top: 20px;
	/* border-top: 1px solid #CCC; */
}

.contentBanner {
	text-align: center;
	margin-top: 50px;
	background-color: #FFF;
	/* border: 1px solid #999; */
}

/* Skyscraper IDs
********************************************/
div#leftSkyContainer {
	position: absolute;
	z-index: 100;
	visibility: visible;
}

div.leftSky {
	position: relative;
	left: -132px;
	top: -1px;
	border: 1px inset #CCC;
}

div#rightSkyContainer {
	position: absolute;
	z-index: 100;
	visibility: visible;
}

div.rightSky {
	position: relative;
	left: 802px;
	top: -1px;
	border: 1px inset #CCC;
}

/* admin IDs and classes
********************************************/
.admin {
	clear: both !important;
	float: left;
	text-align: left;
	white-space: pre;
}

/* FCKeditor classes
********************************************/
.Bold {
	font-weight: bold
}

.Title {
	font-weight: bold;
	font-size: 18px;
	color: #CC3300;
}

.Code {
	font-family: 'Courier New', Monospace;
	border: #8b4513 1px solid;
	color: #000066;
	background-color: #ff9933;
	padding-right: 5px;
	padding-left: 5px;
}

