@charset "utf-8";
/* CSS Document */


/*GLOBALS*/

* {
 padding: 0;
 margin: 0;
}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/background_v4.gif);
 	background-repeat:repeat-x;
}

h1 {
	font-size: 12px;
  	font-weight: lighter;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 16px;
}
h4 {
  font-size: 12px;
	font-weight: lighter;
}

/*
h1, h2, h3 {
	font-size: 14px;
}
*/

hr {
	color: #ffeda8;
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

a, a:active, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a img, a:active img, a:visited img{
	color: #000000;
	border-style: none;
}

a:hover img{
	color: #FF9900;
	border-style: none;
}

/*EIGENE IDs*/

#buchenlinks{
	background: url(../../../../fileadmin/templates/images/buchen_middle.png) repeat-x;
       width: 678px;
       //padding-top: -10px;
       vertical-align: top;
}

#buchenborder{
	border: #E7E7E7 1px solid;
	padding: 10px;
}

#wrapper {
	width: 874px;
	margin: 0 auto;
}

#border {
 border: 1px solid #dddddd;
 margin: 0 auto;
 background-color: #ffffff;
 float: inherit;
 width: 872px;
}

#header {
	height: 313px;
	background-image:url(../images/header.jpg); 
	background-repeat:no-repeat;
}	
#header1 {
	height: 313px;
	background-image:url(../images/header_telekom.jpg); 
	background-repeat:no-repeat;
}	
#header2 {
	height: 313px;
	background-image:url(../images/header.jpg); 
	background-repeat:no-repeat;
}	
#header3 {
	height: 313px;
	background-image:url(../images/header3.jpg); 
	background-repeat:no-repeat;
}	
#header4 {
	height: 313px;
	background-image:url(../images/header4.jpg); 
	background-repeat:no-repeat;
}	
#header5 {
	height: 313px;
	background-image:url(../images/header5.jpg); 
	background-repeat:no-repeat;
}	
#header6 {
	height: 313px;
	background-image:url(../images/header6.jpg); 
	background-repeat:no-repeat;
}	

#login {
	position:relative; 
	top: 15px; 
	left: 35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#login .grey{
	color:#888888; 
	font-size:10px;
}

#servicekeyword1 {
	position:relative;
	left:85px; top:120px;
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #182351;
	width: 100px;
}

#servicekeyword2 {
	position:relative;
	left:160px; top:123px;
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #182351;
	width: 100px;
}

#servicekeyword3 {
	position:relative;
	left:230px; top:126px;
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #182351;
	width: 400px;
}

#servicenumber {
	position:relative;
	left:220px; top:140px;
	font-size:36px;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #182351;
	width: 400px;
}

#headerphone {
	position:relative;
	left:50px; top:7px;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #182351;
	width: 400px;
}

#jetzttesten {
  height:300px;
  width: 600px;
	background-image:url(../../../../fileadmin/templates/images/produkt.jpg); 
	background-repeat:no-repeat;

}

#bewerben {
  height:300px;
  width: 600px;
	background-image:url(../../../../fileadmin/templates/images/produkt_urlaubsvertretung.jpg); 
	background-repeat:no-repeat;

}

#navigation {
	height: 66px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat left top;
	min-height: 120px;
	width: 874px;
}

#footer_content {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
}

/*MENU*/
.menu{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 auto 0 auto;
	background: url(../images/navigation.jpg) repeat-x; /*tab background image path*/
	height: 66px;
	list-style: none;
}

.menu li{
	float:left;
	
}

.menu li a{
	float: left;
	display: block;
	color:#888888;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 14px; /*Padding to accomodate left tab image. Do not change*/
	height: 66px;
	line-height: 66px;
	text-align: center;
	cursor: pointer;
	background: url(../images/menu_border_left.gif) no-repeat left;
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 15px 0 5px; /*Padding of menu items*/
	background: url(../images/menu_border_right.gif) no-repeat right top;
}

.menu li.current a, .menu li a:hover{
	color: #FFFFFF;
	background: url(../images/menu_active_hover.gif) no-repeat left; /*left tab image path*/
}

.menu li.current a b, .menu li a:hover b{
	background: url(../images/menu_active_hover.gif) no-repeat right top;
}

/*CONTENT*/

.nondecorated a, a:active, a:visited {
  color: #000000;
	text-decoration: none;	
}

.nondecorated a:hover {
  color: #FF9900;
  text-decoration: none;
}

.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 15px 5px 15px;
	background-color: #fffffe;
	width: 850px;
}

#inner-column ul li {
	list-style: url(../../../../fileadmin/templates/images/list.gif);
	vertical-align: top;
}

#inner-column ul {
	margin-left:30px;

}

#inner-column ol {
	margin-left:30px;
}

.maincontent strong{
	color: #EBA321;
}

.servicekeyword strong{
	font-size:16px;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #182351;

}


#border .legalform {
   width: 245px;
}
#border .country {
   width: 139px;
}

#border .workingtime {
   width: 60px;
}

#border .workdays {
   width: 60px;
}

#border .generalabsence {
   width: 174px;
}

#border .formeditlong {
	width: 241px;
}
#border .formedithalflong {
	width: 127px;
}

#border td {
	vertical-align: top;
}

#left-column {
	float: left;
	width: 200px;
	height: 100%;
}

#inner-column {
	width: 100%;
	height: 100%;
}

#right-column {
	float:right;
	width: 300px;
	height: 100%;
	margin-left: 20px;
	margin-right: 10px;
}

/*SPAN FELDER*/

.test {
	color: #FF9900;
}

.Stil3 {
	font-size: 9px;
	color: #333333;
}
.Stil4 {color: #333333;}
.Stil7 {font-size: 10px;
	 color: #0F2451;}
.Stil8 {font-size: 10px;}
.Stil8 a {color: #333333; text-decoration: none;}
.Stil8 a:hover {color: #FF9900;}




/* Zusatzoptionen Begin */

.bg_zusatz_header{
	background-image:url(../images/head.png); 
}
.bg_zusatz_footer{
	background-image:url(../images/foot.png); 
}

.bg_zusatzoptionen2{
	background-image:url(../images/grey.png); 
}
.bg_zusatzoptionen1{
  background-image:url(../images/white.png); 
}

/* Zusatzoptionen End */


/*
#box {
	
	background: url(../_img/rahmen-big-ohne-gesicht.png) no-repeat;
}
*/

#box {
  height:312px;
  width: 655px;
  padding-top: 25px;
  padding-left: 15px;
  
  /*padding-right: 15px;*/
  
	background-image:url(../../../../fileadmin/templates/images/rahmen-big-mit-gesicht.png); 
	background-repeat:no-repeat;

}

#box_header {
	font-size: 12px;	
	font-weight: bold;
} 

#box_content {
padding-top: 25px;
padding-left: 285px;
padding-right: 30px;
width: 350px;
}

#box_content2 {
padding-left: 15px;
padding-right: 15px;
width: 655px;
}

