/* CSS Document */
body, textarea {
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 640px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #FFFFFF ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
  border-color: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.roundtop {background: #ffffff; margin-top: 10px;}
.roundbottom {background: #ffffff;}

.r1{margin: 0 13px 0 0; height: 1px; overflow: hidden; background-color: #000000;}
.r2{margin: 0 9px 0 0; height: 1px; overflow: hidden; background-color: #000000;}
.r3{margin: 0 7px 0 0; height: 1px; overflow: hidden; background-color: #000000;}
.r4{margin: 0 5px 0 0; height: 2px; overflow: hidden; background-color: #000000;}
.r5{margin: 0 3px 0 0; height: 2px; overflow: hidden; background-color: #000000;}
.r6{margin: 0 2px 0 0; height: 2px; overflow: hidden; background-color: #000000;}
.r7{margin: 0 1px 0 0; height: 4px; overflow: hidden; background-color: #000000;}

.ra{margin: 0 0 0 13px; height: 1px; overflow: hidden; background-color: #000000;}
.rb{margin: 0 0 0 9px; height: 1px; overflow: hidden; background-color: #000000;}
.rc{margin: 0 0 0 7px; height: 1px; overflow: hidden; background-color: #000000;}
.rd{margin: 0 0 0 5px; height: 2px; overflow: hidden; background-color: #000000;}
.re{margin: 0 0 0 3px; height: 2px; overflow: hidden; background-color: #000000;}
.rf{margin: 0 0 0 2px; height: 2px; overflow: hidden; background-color: #000000;}
.rg{margin: 0 0 0 1px; height: 4px; overflow: hidden; background-color: #000000;}

.r10{margin: 0 13px 0 0; height: 1px; overflow: hidden; background-color: #C0C0C0;}
.r11{margin: 0 9px 0 0; height: 1px; overflow: hidden; background-color: #C0C0C0;}
.r12{margin: 0 7px 0 0; height: 1px; overflow: hidden; background-color: #C0C0C0;}
.r13{margin: 0 5px 0 0; height: 2px; overflow: hidden; background-color: #C0C0C0;}
.r14{margin: 0 3px 0 0; height: 2px; overflow: hidden; background-color: #C0C0C0;}
.r15{margin: 0 2px 0 0; height: 2px; overflow: hidden; background-color: #C0C0C0;}
.r16{margin: 0 1px 0 0; height: 4px; overflow: hidden; background-color: #C0C0C0;}

.rh{margin: 0 0 0 13px; height: 1px; overflow: hidden; background-color: #C0C0C0;}
.ri{margin: 0 0 0 9px; height: 1px; overflow: hidden; background-color: #C0C0C0;}
.rj{margin: 0 0 0 7px; height: 1px; overflow: hidden; background-color: #C0C0C0;}
.rk{margin: 0 0 0 5px; height: 2px; overflow: hidden; background-color: #C0C0C0;}
.rl{margin: 0 0 0 3px; height: 2px; overflow: hidden; background-color: #C0C0C0;}
.rm{margin: 0 0 0 2px; height: 2px; overflow: hidden; background-color: #C0C0C0;}
.rn{margin: 0 0 0 1px; height: 4px; overflow: hidden; background-color: #C0C0C0;}

#header {
  padding-top: 0.9em;
  padding-left: 3.5em;
	background-color: #000000;
	color: #FFFFFF;
}

.headerImage {
	display: block;
}

h2 {
  margin-top: 10px;
  font-size: 20px;
}
h3 {
  margin-top: 0px;
  font-size: 15px;
}

/* Menu area -------------------------------------- */

#menubox ul
{
	margin: 0;
	padding: 1em;
	list-style-type: none;
	text-align: center;
	border: 0px solid;
  border-color: #000000;
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

#menubox li { display: inline; }

#menubox a, #menybox span
{
	text-decoration: none;
	padding: .2em 1em;
	color: #FFFFFF;
}

#menubox a:hover, #menubox span#aktuell
{
  color: #87CEEB;
}

/* ----------------------------------- End Menu area */

#maincontent {
  padding: 0px;
}

/* Content area in Start and Kontakt --------------- */

#textareacontainer {
  margin-top: 30px;
  margin-bottom: 30px;
}

#textarea {
  width: 510px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  font-size: 0.8em; 
}

#frontimagebox {
  margin-bottom: 3em;
}

.center {
  border: 1px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

/* --------------------- End Content area in Start */

/* Thumbs ---------------------------------------- */

#thumbs {
  float: left;
}

#images {
  margin-bottom: 5px;
}

.thumbimages {
  width: 100px;
}

/* ------------------------------------ End Thumbs */

/* Clear ----------------------------------------- */

.clear {
  clear: both;
}

/* ------------------------------------- End Clear */

/* Big image area ------------------------------- */

#big {
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  background-color: #FFFFFF;
}

.bigimage {
  width: 360px;
}

#capimage {
  margin-top: 5px;
  padding: 2px;
  text-align: center;
  font-size: 0.9em;
}

.linktext {
  margin-top: 4px;
  text-align: center;
  font-size: 0.7em;
}

/* -------------------------- End Big image area */

/* Show Thumbs  -------------------------------- */

#naxbox {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 610px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #C0C0C0;
}

#centerbox {
  width: 575px;
  margin-right: auto;
  margin-left: auto;
}

.imagerow {
  float: left;
  margin-bottom: 7px;
}

.imagebox {
  margin: 2px;
  float: left;
  border-style: none;
  padding: 5px;
  margin-left: 2px;
  background-color: #FFFFFF;
}

.images {
  width: 100px;
  border: none;
}

#backlink {
  margin-left: 2px;
  float: left;
  font-size: 12px;  
}

#forwardlink {
  margin-right: 2px;
  float: right;
  font-size: 12px;  
}

#backlink a:link, a:visited, a:active {
  color: #000000;
}

#forwardlink a:link, a:visited, a:active {
  color: #000000;
}

#backlink a:hover {
  color: #FFFFFF;
}

#forwardlink a:hover {
  color: #FFFFFF;
}

/* ----------------------------- End Show Thumbs */

/* BG box area in upload ----------------------- */

#backgroundbox {
  margin-bottom: 0em;
  padding: 1em;
  background-color: #C0C0C0;
}

/* ------------------- End BG box area in upload */

/* Form layout --------------------------------- */

form p {
  margin-top: 8px;
  margin-bottom: 4px;
}

.submitbutton {
  margin-top: 8px;
}

/* Upload & Delete ----------------------------- */

#editcenterbox {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.editorimage {
  width: 75px;
  height: 75px;
}

/* ----------------------------- Upload & Delete */

/* Edit caption  ------------------------------- */

#captionformbox {
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  background-color: #C0C0C0;
}

/* -------------------------------- Edit caption */

/* Edit start page ----------------------------- */

#textbox {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

#texteditbox {
  width: 520px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

textarea { font-size: 0.8em; }

/* ----------------------------- Edit start page */

/* Footer area --------------------------------- */

#footer {
  clear: both;
  text-align: center;
  margin-top: 10px;
  padding-top: 0px;
  border-top: 1px solid #000000;
  font-size: 0.7em;
}

#footer p {
  text-align:center;
}

/* ----------------------------- End Footer area */
