@charset "utf-8";


/* Basisvorlage CSS
In-West
www.inwest.de
Start: 20.1.09
Letzte Aenderung: 20.1.09
*/
/* CSS Document */

/* Reset
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
/* Globals und Typo
------------------------------------------------*/
html, body{height:100%;margin:0; padding:0}
body {
	font-size: 75%;
	background-image:url(../bilder/all/bg_body.png);
	background-color:#000000;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
html>body {
	font-size: 12px;
}
a:link {color: black;
	text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:underline;}
.fett {font-weight: bold;}
.rot {color: red;}
.keinbottom {margin-bottom: 0em;}
.liste{
	margin-left: 15px;
}
/* macht gepunktete linie um geklickte links unsichtbar
------------------------------------------------*/
a:focus {outline:none;}
/* box positioning
------------------------------------------------*/
#seite {
	margin: auto;
	width: 960px;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#seite1 {
	margin: auto;
	width: 960px;
	position: relative;
	min-height: 100%;
	background-color: white;
}
#kopfschwarz {
	width: 860px;
	height: 21px;
	background-color: black;
	color: white;
	line-height: 21px;
	clear:both;
}
#kopf {
	width: 960px;
	height: 155px;
	background-image:url(../bilder/all/bg_body.png);
	background-position: -21px 0px;
}
.logografik {margin: 28px 50px 0px 0px; float: right; clear:both;}

#inhalt {
	width: 860px;
	padding-top: 30px;
	float: right;
	background-color: white;
	line-height: 1.5em;
}
/* inhalt spaltensatz
--------------------------------------------------------------------------------------- */
.einerlinks {float: left; width: 194px; padding: 20px 10px 20px 0px; border-right: 1px solid silver;}
.einer {float: left; width: 194px; padding: 20px 10px 20px 10px; border-right: 1px solid silver;}
.zweier {float: left; width: 409px; padding: 20px 20px 20px 10px; border-right: 1px solid silver;}
.dreier {float: left; width: 600px; padding: 20px 20px 20px 10px; border-right: 1px solid silver;}
.einerrechts {float: right; width: 194px; padding: 20px 10px 20px 10px; }
.bgsilver {background-color: silver;}
.keinborder {border: 0px;}
/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext
--------------------------------------------------------------------------------------- */
.padding50 {padding-left: 50px; padding-right: 50px;}
p {
	font: 1em/1.5em Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h1 {
	font: 14px/0.9em Geneva, Arial, Helvetica, sans-serif;
	/*margin-top: 0.9em;*/
	margin-bottom: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0a382f;
}

h2 {
	font: 12px/1em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	font-weight: bold;
	color: #0a382f;
}

h3 {
	font: 1.33em/1.13em Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
}

h4 {
	font: 1.17em/1.29em Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
}
/* Bilder und verlinkte Bilder ohne Rahmen 
--------------------------------------------------------------------------------------- */
img, a img {
	border: 0;
}
/* Links- bzw. Rechtsausrichtung für Elemente
--------------------------------------------------------------------------------------- */
.links {
	float: left;
	margin: 0 0 0 0;
}

.rechts {
	float: right;
	margin: 0 0 0 0;
}
/* button mit grafik
--------------------------------------------------------------------------------------- */
a.button {display: block; width: 120px; height: 20px; background-image: url(../bilder/all/button.png); padding: 2px 0 0 30px; text-decoration: none; color: black;}
a.button:aktiv {font-weight: bold;}
a.button:hover {font-weight: bold;}
a.button:focus {outline: none;}
/* menu oben
--------------------------------------------------------------------------------------- */
a.menutop {color: #dedede; text-decoration: none; font-size: 12px;}
a.menutop:aktiv {font-weight: bold;}
a.menutop:hover {font-weight: bold;}
a.menutop:focus {outline: none;}
/* menu bunt
--------------------------------------------------------------------------------------- */
#navi {
	float: left; margin: 75px 0 0 0;
}

#navi li {
	display: inline;
}
#navi li a {
	margin-top: 22px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	height: 20px;
	padding: 5px 10px 0px 10px;
	text-align: center;
	float: left;
	margin-right: 1px;
}

*html #navi li a {margin-top: -10px;}
a.problem {
	border-bottom: 10px solid #3d4576;
	background-color:#150d5f;
	color:#FFFFFF;
}
a:hover.problem {
	border-bottom: 10px solid #07002b;
	background-color:#07002b;
	color:#FFFFFF;
}
a.aktivproblem {
	border-bottom: 10px solid white;
	background-color:white;
	color: black;
}
a.ansatz {
	border-bottom: 10px solid #acada5;
	background-color:#6a6b66;
	color:#FFFFFF;
}
a:hover.ansatz {
	border-bottom: 10px solid #464844;
	background-color:#464844;
	color:#FFFFFF;
}
a.aktivansatz{
	border-bottom: 10px solid white;
	background-color:white;
	color: black;
}
a.loesung {
	border-bottom: 10px solid #7c1529;
	background-color:#5d0a09;
	color:#FFFFFF;
}
a:hover.loesung {
	border-bottom: 10px solid #3b0605;
	background-color:#3b0605;
	color:#FFFFFF;
}
a.aktivloesung {
	border-bottom: 10px solid white;
	background-color:white;
	color: black;
}
a.handeln {
	border-bottom: 10px solid #9b7e92;
	background-color:#3a2a34;
	color:#FFFFFF;
}
a:hover.handeln {
	border-bottom: 10px solid #11070d;
	background-color:#11070d;
	color:#FFFFFF;
}
a.aktivhandeln {
	border-bottom: 10px solid white;
	background-color:white;
	color: black;
}
/*formulare*/
.form { width: 400px;}
.form form {margin: 0px; padding: 0px;}
.form .separator {margin:0px; padding: 0px;}

.form .element {
    margin: 0px 0px 5px 0px;
    clear: both;
}

.form .element .description {
    float: left;
    width: 100px;
}

.form .element .description .note {
    display: block;
    font-size: 10px;
    color: #aaa;
}

.form .element .field input {
    width: 290px;
    text-align: left;
    border: 1px;
    color: black;
    border-color: #aaa;
    border-style: solid;
    background: none;
}

.form .element .field select {
    width: 290px;
    text-align: left;
    border: 1px;
    color: black;
    border-color: #aaa;
    border-style: solid;
    background: none;
}

.form .element .field textarea {
    width: 290px;
    height: 100px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    border: 1px;
    color: black;
    border-color: #aaa;
    border-style: solid;
	background: none;
}

.form .element .field .checkbox {
    width: 20px;
    border: 0px;
    background: none;
}

.form .element .field .radio {
    width: 20px;
    border: 0px;
    background: none;
}

.form .element .field .submit {
    text-align: center;
    width: 100px;
    color: #000;
    border-color: #aaa;
    background-color: #eee;
	cursor: pointer;
}

.form .element .field input.error {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
    color: white;
	background-color: red;
}
.form .element .field div.error {color: red; font-size: 12px;}




input.callback
{
  	display: block;
	background: none;
	width: 280px;
	float: left;
	height: 19px;
	padding: 0; margin-bottom: 5px;
	border: 1px solid #6c695c;
}
input.button
{
	text-align: center;
    width: 100px;
    color: #000;
    border-color: #aaa;
    background-color: #eee;
	cursor: pointer;
}
