/* ------------------------ CSS RESET ------------------------
--------------------------------------------------------------*/

* {
	padding: 3;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}



body {
	margin:0px;
	padding:0px;
	background-color:#CCC;
	}

#container {
	background:url(images/background-ipad.jpg) top right no-repeat;
	position:relative;
	width:1024px;
	height:768px;
	margin:0px auto;
	}


---------- POSITIONS ------------
---------------------------------

#border {
	position:absolute;
}
	

#logo {
	position:absolute;
	top: 20px;
	left:30px;
	}
	
	
#navigation {
	position:absolute;
	top:160px;
	width:600px;
	margin:0 0 0 30px;
	text-align:left;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding: 5px 0 5px 0;
	}


#content {
	position:absolute;
	top:200px;
	left:30px;
	width:600px;
	padding-top:10px;
	padding-left:3px;
	}


#informationen {
	position:absolute;
	top:0px;
	left:30px;
	}

#stellenausschreibungen {
	position:absolute;
	top:400px;
	width:600px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding: 5px 0 5px 0;
	padding-left:3px;
}


#login {
	position:absolute;
	top:450px;
	width:600px;
	border-bottom:1px solid #666;
	padding: 5px 0 0 0;
	margin-left:3px;
}


#kunden_text {
	position:absolute;
	top:580px;
	width:946px;
	padding: 5px 0 5px 0;
	border-bottom:1px solid #666;
}


#kunden {
	position:absolute;
	top:600px;
	width:946px;
	left:150px;
}


#footer {
	position:absolute;
	top:730px;
	left:30px;
	width:946px;	
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding: 5px 0 5px 0;
	}




ul {
	list-style:none;
	}
	
li {
	display:block;
	float:left;
	}
	
a:link,a:visited {
	color:#F25E2C;
	text-decoration:none;
	}
	
a:hover {
	color:#F25E2C;
	}	
	

----------- SCHRIFT --------------
----------------------------------

h1 {
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:26px;
	line-height: 30px;
	text-align:left;
	font-weight:normal;
	}


p, body {
	color:#CCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-wight:normal;
	}


.text {	
	color:#CCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-wight:normal;
	margin-bottom:15px;
	}

.text_gross {
	font-family:Helvetica, Arial, sans-serif;
	font-size:26px;
	line-height: 30px;
	text-align:left;
	font-weight:normal;
	margin-bottom:10px;
	}

------------ NAVIGATION TOP ---------------
-------------------------------------------


#mini_navi {
	border:1px solid #666;
	border-style:solid none;
	height:30px;
	line-height:30px;
	}

#navigation span {
	width:20px;
	margin:0px 3px;
	}





------------- FORM ---------------
----------------------------------



#login {
	height:90px;
	border-bottom:1px solid #666;
	margin-bottom:30px;
	}

label {
	margin:0px 10px 10px 0px;
	width:120px;
	height:20px;
	line-height:15px;
	}


.box {
	width: 100px;
	height:12px;
}



/* ------------------------ KUNDEN ---------------------------
--------------------------------------------------------------*/


.logo_ul {
	margin-top:30px;
	margin-bottom:30px;
	}
	
.logo_ul a {
	display:block;
	float:left;
}

.li_one {
	padding:18px 20px 0 20px;
	vertical-align:middle;
	}

.li_two {
	padding:0 20px 0 20px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	height:117;
	}

.li_three {
	padding:13px 20px 0 20px;
	height:117px;
	}



/* ---------------------- SONSTIGES --------------------------
--------------------------------------------------------------*/


.sub {
	background:none;
	border:none;
	display:block;
	margin-left:80px;
	}

#c_last {
	border-top:1px solid #666;
	height:90px;
	}

.bor_show {
	border:1px solid #666;
	border-style:none solid;
	}
	
#footer {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	}
	
.s_left {
	float:left;
	margin-left:3px;
	}
	
.s_right {
	float:right;
	margin-right:3px;
	}
	
.ste_add_height {
	height:auto;
	}
	
#impre_content {
	width:60%;
	height:470px;
	word-wrap:break-word;
	}
	
#impre_content p {
	width:100%;
	word-wrap:break-word;
	overflow:hidden;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
	}
	
.add_bod {
	border-top:1px solid #ccc;
	}
	
.stell {
	height:130px;
	}
	
.add_s {
	width:450px;
	}
	
.add_t {
	width:100px;
	}
	
.ste_sub {
	margin-left:110px;
	}
	
#content.ste_cont {
	height:196px;
	}
	
.del_bod,#login.del_bod {
	border-bottom:none;
	}

.add_dis {
	margin-top:50px;
	}


a.red,.red {
	color:#F25E2C;
	}


#login.add_s_ste {
	margin-bottom:130px;
	}


.add_dis_130 {
	height:100px;
	width:100%;
	float:left;
	}

