/*****************************
 File: outlook.css
******************************
 initial author: Nils Lindner
 last editor: Nils Lindner
 Version: 18.02.2007
******************************/
* {margin:0;padding:0}
body {
padding: 0 0 45px;
/*background: #fff url("../images/body_bg.gif") repeat-x 0 100%;*/
background-image:url(../images/bgpage.gif);
background-repeat:repeat-y;
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
/*font:83%/1.5 arial,tahoma,verdana,sans-serif*/
}


/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {letter-spacing: 0px; color: #999; font-family: arial,verdana,sans-serif;margin: 0.0em 0em 0.8em 0em;border-bottom: 1px solid #eee;padding-bottom: 0.1em}
h1 {font-size: 196%;}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.txtgrey{
color:#666666;
font-size:11px;
padding-top:3px;
}

/* GENERAL */
img {border:none} 
hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 
.tdcv {
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #DDD;
}
.pic_cv {
float:right;
padding:10px;
border: 1px solid #DDD;
}
.pic_cv_left {
float:left;
padding:10px;
border: 1px solid #DDD;
}
.pic_gallery {
float:left;
padding:4px;
border: 1px solid #EEE;
margin-right:20px;
margin-bottom:10px;
}

/* LAYOUT - HEADER */
#header {
width:900px;
height:75px;
}
#navi {
	width:auto;
	height:26px;
	padding-left: 50px;
	background: url(../images/bglinegreynavi.gif) 650px 0px no-repeat;
}
#corporateimage {
	width:99,99;
	height:245px;
	padding-left: 50px;
	background-color: #ECECED;
	background-image: url(../images/bgpage.gif);
	background-repeat: repeat-y;
}

#content {
	width:850px;
	padding-left: 50px;
}
#contentmain {
	width: 580px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 18px;
}
#contentright {
	width: 190px;
	float: left;
	padding: 20px 0px 0px 20px;
	;
}

/*#contentscroll {
	width: 460px; 
	height: 360px; 
	overflow: auto;
}*/



/*FORMULARE +++++++++++++++++++++++++++++++++++++++++++++++++++*/
.button:hover {
	background-color:#333333;
	color: #FFFFFF;
}
.button {
background-color:#004B48;
border:0px none;
color:#FFFFFF;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:3px;
border: 1px solid #666;
}

input, textarea {
	border-left: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #333333;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 12px;
	}

/*LINKS*/
a {color:#004B48; text-decoration:underline; font-family:Arial, Helvetica, sans-serif;}
a:link {text-decoration:none; color:#004B48; font-weight: normal;}
a:hover {text-decoration:none; color:#666; font-weight: normal;}

.sitemapkat1 {
	width: 580px;
	line-height: 1em;
	border-bottom: 2px solid #ccc;
	margin-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
} 

.sitemapkat1 a {
	text-decoration: none;
	font-weight: bold;
} 
.sitemapkat2 {
	width: 530px; 
	margin-left: 50px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 3px;
	padding-bottom: 1px;
	font-weight: normal;
}
.sitemapkat2 a {
	text-decoration: none;
	font-weight: normal;
} 

.seotext  {
font-size: 11px;
margin-top:20px;
}
.seotext h1 {
font-size: 11px;
color:#DDDDDD;
border:none;
margin-bottom:10px;
}
.seotext a {
font-size: 11px;
color:#004B48;
text-decoration:none
}

a.linkarrow {
background:transparent url(../images/link_arrow.gif) no-repeat scroll 1px 7px;
color:#004B48;
display:block;
font-size:12px;
padding-left:10px;
text-decoration:underline;
}
a.linkarrow:hover {
color: #666;
text-decoration:none;
}
a.linkarrowsmall {
background:transparent url(../images/link_arrow.gif) no-repeat scroll 1px 5px;
color:#004B48;
display:block;
font-size:11px;
padding-left:10px;
text-decoration:underline;
}
a.linkarrow:hover {
color: #666;
text-decoration:none;
}

