/*********
 * Layout
 *********/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	padding-bottom: 100px;
}

#kopf {
	width: 100%;
	height: 260px;
	background-image: url(../images/kopf-verlauf.png);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
}

#logo {
	position: relative;
	top: 18px;
	left: 56px;
}

#container {
	width: 700px;
}

#zitat {
	position: absolute;
	left: 200px;
	top: 115px;
	z-index: 4;
}

#portrait {
	width: 350px;
	height: 145px;

	position: absolute;
	left: -65px;
	top: 115px;

	background-image: url(../images/sandra-roeder-portrait2.png);
	background-repeat: no-repeat;

}

.lebenslauf #spalte-1 {
	width: 500px;
}

/* Navigation */

#navigation {
	float: left;
	margin-left: 30px;
	margin-top: -5px;
	width: 159px;
	z-index: 15;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #979797;
}

#navigation a {
	color: #979797;
	text-decoration: none;
}

.erster-navi-eintrag {
	border-top: 1px solid #979797;
}

a#navi-aktiv {
	color: #ff7f00;
}

p {
	margin-bottom: 10px;
}

/* Spalten */

#spalte-1 {
	margin-left: 300px;
	width: 376px;
}

#spalte-2 {
	position: absolute;
	left: 750px;
	top: 291px;
	width: 160px;
}

/* Fuß

#fuss {
	width: 100%;
	background-image: url(../images/kopf-verlauf.png);
	background-repeat: repeat-x;

	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#fuss address {
	color: #fff;
	font-size: 0.7em;
	font-style: normal;
	padding-left: 55px;

}

#fuss a {
	color: #fff;
} */

/**********
 * Schrift
 **********/

* {
	font-family: 'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.6em;
	color: #707070;
	margin-bottom: 20px;
}

h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #707070;
	font-weight: normal;
	font-style: normal;
}

address {
	font-weight: normal;
	font-style: normal;
}

.error {
	color: #f00;
	font-style: italic;
}

.pflichtfeld {
	color: #ff7f00;
}

/*********
 * Listen
 *********/

ul, ol {
	padding-left: 20px;
	list-style-type: disc;
	margin-top: 1.2em;
	font-size: 1em;

}

/******************
 * Kontaktformular
 ******************/

/*input, textarea {
	border: 1px solid #000;
	color: #666;
	padding: 3px;
	width: 300px;
	font-size: .9em;
	margin-bottom: 10px;
}*/

label {
	width: 200px;
	font-size: 1em;
}

#senden {
	border: 0 solid #706f6f;
    color: #fff;
    font-size: 12px;
    height: 40px;
    width: 160px;
    text-transform: uppercase;
    text-align: center;
    background-color: #EE7E1C;
    margin-top: 20px;
}

#nachricht {
	height: 100px;
}


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

table {
	border-collapse: separate;
	margin-top: 40px;
}

caption {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #707070;
}

td {
	width: 150px;
	vertical-align: top;
	font-size: 1.1em;
	padding-bottom:5px;
}

td + td	 {
	width: 400px;
	font-size: 1.1em;
}
/*Kontaktformular*/
.check{
	float:left;
	width: 45px;
}
.textcheck {
    float: left;
    display: block;
    width: 300px;
    margin-left: -15px;
}
.textcheck p{
	margin-top:0;
}
input.text {
    border: 1px solid #979797;
color: #979797;
font-size: 12px;
height: 30px;
margin: 10px 0;
padding-left: 10px;
width: 320px;
height: 40px;
}
textarea {
    color: #979797;
    border: 1px solid #979797;
    margin: 10px 0 20px 0;
    overflow: auto;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 320px;
    font-size: 12px;
}
input.button {
    border: 0 solid #706f6f;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    width: 120px;
    text-transform: uppercase;
    text-align: center;
    background-color: #EE7E1C;
    margin-top: 20px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
    border: 1px solid #EE7E1C;
}
