/* Erstellt von RW */


/************************
*  Reset/Standardwerte  *
************************/

* { margin:0; padding:0; text-decoration: none; }
option { padding-left: 0.4em }

fieldset, img { border:0; }

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

html { height:100% }
body {
   min-height: 101%;
   font-size: x-small;
   position: relative;
   color: #61666a;
   background-color: #fff;
   text-align: left;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}

/***************/
/* Plattformen       */

/***************/

#page_cage {
   width: 1000px;
   margin: 0px auto 0px auto;
   background-image: url(../_pictures/_page/background.jpg);
   background-repeat: no-repeat;
   background-color: #ecf1f7;
}

#header {
   height: 80px;
}

/* NAVIGATION */


#navigation {
   height: 70px;
   width: 1000px;
   float: left;
}

#navigation ul { 
   margin-left: 25px; 
   padding: 0; 
   list-style: none; 
} 

#navigation li { 
   text-align: center;
   float: left;
   width: 148px;
   margin: 0px 5px 0px 5px; 
   padding: 0; 
}

#navigation a { 
   display:block; 
   line-height: 40px;
}

#navigation a:link, #navigation a:visited {
   font-size: small;
   font-weight: bold;
   color: white;
   text-decoration: none;
}

#navigation a:hover, #navigation .active_bg a {
   background-image: url(../_pictures/_page/hover.jpg);
   color: #9c231d;
}


/* NAVIGATION  */


#clearer {
	clear: both;
}

#content_top {
   padding: 154px 30px 0px 30px;
   height: 180px;
}

#content_top_left, #content_top_right {
   width: 450px;
   float: left;
}

#content_top_right {
   margin-left: 34px;
}

#content_below {
   padding: 20px 30px 20px 30px;
   background-color: #ecf1f7;
}

#content_below_left, #content_below_right {
   width: 450px;
   float: left;
   padding-bottom: 20px;
}

#content_below_right {
   margin-left: 34px;
}

#footer {
   background-image: url(../_pictures/_page/footer.jpg);
   background-repeat: repeat-x;
   background-color: #ecf1f7;
   padding: 17px 0px 0px 18px;
   height: 33px;
   color: #fff;
   clear: both;
}

#footer td {
   width: 480px; 
}

#footer a:link, #footer a:visited {
   color: #fff;
   text-decoration: underline;
}

#kontakt {
	width: 550px;
	height: 100px;
	margin: 80px auto 0px auto;
	background-color: silver;
	border: 1px dashed black;
	text-align: center;
	padding-top: 80px;
	font-size: small;
}

#content_top_mid {
	text-align: center;
}

/***************/
/* Formular             */
/***************/

textarea {
   height: 180px;
}

input, textarea {
   font-size: x-small;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   border: 1px solid black;
   background-color: #fff;
   padding: 1px;
   margin: 0 0 3px 5px;
}

.input {
   width: 250px;
}

.button_color {
   background-color: #f0f0f0;
}

/***************/
/* Misc                 */
/***************/

.valign_middle {
	vertical-align: middle;
}

h1 {
   color: #517fad;
   font-size: medium;
}

h2 {
   font-size: medium;
}

.grey_normal {
   font-weight: normal;
   color: #61666a;
}

.blue_bold {
   color: #517fad;
   font-weight: bold;
}

.textalignright {
   text-align: right;
}

.image_content_top {
   width: 120px;
   height: 170px;
   float: left;
   margin-right: 5px;
   border: 1px solid #000;
}


ul {
	margin-left: 25px;
}

.no_script {
	font-style: italic;
	font-style: oblique;
	color: red;
}

.valign_top {
	vertical-align: top;
}

.t_left {
	width: 100px;
}

.t_mediendaten {
	margin-left: 15px;
}

.smallest {
	font-size: xx-small;
}




/***************/
/* Links                */

/***************/

a:link, a:visited {
   text-decoration: underline;
   color: #517fad;
}

a:hover {

}
