html {
	height:100%;
	
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	background:#000c1e url(../../_images/bg.jpg) no-repeat left top;
}


/*****************************************************
	allgemeine Elemente 
*****************************************************/
img {
	border: none;
}
* html img {
	display:block;
}


/*****************************************************
	wichtige Elemente 
*****************************************************/
div#header {
	position:relative;
	margin:0px auto;
	width:740px;
	height:170px;
	margin-top:20px;
	z-index:100;
}
div#footer {
	position:relative;
	margin:0px auto;
	width:740px;
}
div#site {
	position:relative;
	width:740px;
	margin:0px auto;
	background:url(../../_images/content_bg.gif) repeat-y;
}
div#content {
	float:left;
	position:relative;
	padding:40px 0px 0px 0px;
	width:530px;
	min-height:300px;
}
* html div#content {
	height:300px;
}

div#footer {
	position:relative;
	width:740px;
	height:20px;
	margin:0px auto;
	background:url(../../_images/content_footer.gif) no-repeat;
	text-align:right;
	padding:20px 0px 0px 0px;
}

/*****************************************************
	Header / Navigation
*****************************************************/
div#navigation {
	position:absolute;
	left:0px;
	top:80px;
}
div#navsub {
	float:left;
	width:150px;
	padding:40px 0px 0px 20px;
}


/*****************************************************
	Text 
*****************************************************/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	line-height:1.4em;
	color:#246;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px auto;
	font-size:1.6em;
	line-height:1.2em;
	color:#A10;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:0px;
}
h2 {
	font-size:1.2em;
	margin:10px 0px 20px 0px;
	padding:0px;
}
h3 {
	font-size:1em;
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

div#footer {
	font-size:0.9em;
}


/*****************************************************
	Links 
*****************************************************/
a {
	color:#A10;
	text-decoration:none;
}
a:hover {
	color:#000;	
}

div#footer a {
	color:#bcc7e0;
	text-decoration:none;
	margin:0px 10px 0px 0px;
}

div#footer a:hover {
	color:#FFF;
}



/*****************************************************
	Tabellen 
*****************************************************/


/*****************************************************
	Diverses 
*****************************************************/
#illu {
	position:absolute;
	right:0px;
	top:0px;
}


/*****************************************************
	Formulare 
*****************************************************/
form {
  display:inline;
}

input, select, textarea { 
  font-family: Verdana, Arial, Helvetica; 
  font-size:11px; 
  padding:2px 2px 2px 2px; 
  border:1px solid #cdcccc; 
}
* html input, * html select, * html textarea {
	height:18px; 
}

select, textarea { 
  padding-right:0px; 
  overflow-y:scroll; 
  padding:0px; 
  height:18px; 
  vertical-align:text-bottom; 
}

input.button { 
	padding:1px 12px 1px 12px; 
	background-color:#edeeee;
}
* html input.button {
	padding:0px 12px 0px 12px; 
}

input.box { 
  float:left; 
  margin-top:0px; 
  margin-left:0px; 
  background-color:#ffffff; 
  border:0px; 
}

* html input.box {
	margin-top:-2px; 
	margin-left:-3px;
}


input:focus, select:focus, textarea:focus { 
  background:#fafafa url(../images/bg_input.gif) repeat;  /* funktioniert in IE erst ab 7 */
}

textarea:focus { 
  background:#fafafa; 
  background : url(../images/bg_textarea.gif) repeat;  
}


/*****************************************************
	Pflege 
*****************************************************/

body.pflege, body.editor {
  background: none;
  background-color: #fefae2;
  margin-left: 20px;
  font-size: 12px;
}

body.editor {
  margin: 5px 20px;
}

a.pflege {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

a.pflege:hover, a.pflege_aktiv {
  color: #FCE118;
  font-weight: bold;
  font-size: 12px;
}

body.pflege td {
  font-size: 12px;
}

h2.pflege {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}