@charset "utf-8";
/*ie6 / 5.5 | firefox 1.0 | opera 7.54*/
*{
margin:0;
padding:0;
}
html 
{
background:#f2f2f2;
}
body {
font:0.9em Avenir, "Lucida Grande", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
margin-top: 1em;
/* 
check if this works - remove from frame div
width: 850px;
margin: 0 auto;
background:url(images/main_vert_bg.gif) repeat-y
*/
}
h1 {
width:800px;
height:125px;
text-indent:-10000px;/*px! nicht em opera 7.54*/
background:url(images/head.jpg) #374d8d;
}
input,
textarea {
	padding-left:5px;
	color:#454545;
	background: url(images/shadow/bginput.gif) repeat-x;
}
textarea 
{
	font:1em Avenir, "Lucida Grande", "Bitstream Vera Sans", verdana;
}
#framediv 
{
	/*
margin-left:auto;
margin-right:auto;
*/
	margin: 0 auto;
width:850px;
background:url(images/main_vert_bg.gif) repeat-y;
}
#borderdiv {
margin: 0 0 0 24px;
text-align: center;
width:800px;
border:1px solid #374d8d;
/*border-top: 0;*/
}

#container 
{
	text-align: left; line-height: 1.4em; font-size: 95%; margin-bottom:1.5em;
	background:#fff;
	width:800px;
}

/*
html #container {
background:#fff;
height:350px
}
#container {
width:800px;
background:#fff;
}
*/

#foot {
margin:0;
overflow:hidden;
clear:both;
width:800px;
background:url(images/foot_bg.gif) #374d8d;
}
#copy {
padding:8px 10px 0 10px;
color:#e2e2dc;
font-size:11px;
font-weight: bold;
text-align:right;
}
#validate {
float:left;
text-transform:lowercase;
text-align:left;
}
#foot a {
color:#e2e2dc;
text-decoration: none;
}
#foot a:hover {
color:#fff;
}
#menu 
{
background:#f2f2eb;
height:20px;
width:auto;
border-bottom:#e2e2dc 1px solid;
text-transform:lowercase;
}
#menu ul {
list-style-type:none;
position:relative;
left:1em;
}
#menu li {
margin:0;
padding:0;
float:left;
height:20px;
}
#liclass { /*z-index ie, opera / roll over*/
height:20px;
width:800px;
position: absolute;
z-index: auto;
}

/*
* html #liclass{
margin: 0 0 0 -380px;
}*/

/*-- menu --*/
#menu li a {
float:left;
padding:2px 12px 0 12px;
border:#f2f2eb 1px solid;
border-left:#e2e2dc 1px solid;
border-right:#fff 1px solid;
border-bottom:0 !important;
color: #374d8d;
text-decoration: none;
font-size:1em; 
font-weight: bold;
height:18px;
display:block;
}

#menu li a:hover {
border:#e2e2dc 1px solid;
border-right:#f2f2eb 1px solid;
border-bottom:0 !important;
color:#738e49;
background:#fff;
z-index: 20;
}

/* -- inserted sm -- */
a, a:link, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#374d8d;
}
acronym,
abbr {
	cursor:help;
	text-transform:none;
	font-style:normal;
	border-bottom: 0;
	padding:0.4em 0;
	margin:-0.5em 0;
	background:url(images/underlinev.gif) bottom right no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Avenir, "Gill Sans", Myriad, "Century Gothic", "Bitstream Vera Sans", arial, helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
h2,h3 { font-size: medium; }
p { padding: 0.5em 0 1em 0; }
#menu a.aktiv { color: #738e49; }


/*-- right, left --*/
#right, #left { float:left; margin-top: 1.5em; margin-bottom: 1.5em; }
#right {
	padding-left: 10px;
	width:610px !important; /* ua > v6 */
	width /**/:600px;
}
#left { padding-left: 10px; }
#right h1 {
	color:#374d8d;
	font-size:95%;
	font-weight:bold;
	text-indent:0;
	text-transform:uppercase;
	padding-top:0;
	padding-left:0px;
	padding-bottom:3px;
	margin-bottom:0.9em;
	letter-spacing:2px;
	background:none;
	height:auto;
	width:auto;
}
#right ul li {
	margin: 0;
	border: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-image: url(images/square.gif);
	list-style-position: outside;
	vertical-align: bottom;
}
#right a, 
#right a:link {
	text-decoration:none;
	padding-bottom:5px;
	background:url(images/underline.gif) bottom right no-repeat;
}

#right a:hover {
	color:#738e49;
	background:url(images/underline.gif) bottom left no-repeat;
}

/* -- sidebar -- */
.mod { padding-bottom:10px; margin-bottom:6px; }
.box 
{
	border:1px solid #bdc9d9;
	/*
	margin-left:0;
	margin-right:auto;
	border:1px solid #bdc9d9;
	width:auto;
	padding:1em;
	overflow:hidden;
	*/
}
#sidebar {  width: 610px; display: block; color: #3a3a3a; font-size: 85%;}
#sidebar h2 { color: #374d8d; text-indent:1em; line-height: 1em; font-weight: bold; }
#sidebar .mod { background:url(images/box_footer.gif) repeat-x left bottom; }
#sidebar .mod2 { padding-top: 14px;background:url(images/box_head.gif) no-repeat left top; }
#sidebar .mod3 
{
	border: 2px solid #f2f2f2; 
	border-width:0 2px 0px; 
	border-bottom-color:#f2f2f2; 
	padding:1.5ex;
}
#sidebar .mod2>.mod3 { border-bottom-width:0; }
/* -- end sidebar -- */

/*-- navigation --*/
html #navigation { height: 130px; }
#navigation { min-height: 130px; width: 157px; display: block; }
/* #navigation[id] { position: fixed; } requires #right float:right; */
#navigation .mod { background: url(images/navi_foot.gif) repeat-x left bottom; }
#navigation .mod2 { padding-top:13px; background:url(images/navi_head.gif) no-repeat left top; }
#navigation .mod3 { border:2px solid #f2f2f2;border-width:0 2px 0px 2px;border-bottom-color:#f2f2f2;padding:8px 0px 3em; }
#navigation .mod2>.mod3 { border-bottom-width:0; }
#navigation ul { width: 100%; font-size: 85%; }
#navigation ul li { list-style-type: none; }
#navigation ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
	display: block;
	height: 29px;
}
#navigation ul li a:hover, #navigation ul li a:focus {
	color: #738e49;
	background: url(images/navi_over_bg.gif) repeat-x;
}
#navigation ul li a.aktiv { color: #738e49; }
/* end_navigation */
/* -- news -- */
#news {
	padding: 0.8em;
	margin: 0;
}
#news ul li {
	/*list-style-type:disc;
	list-style-image:none;*/
	line-height:1.3em;
	margin-bottom:0.7em;
	margin-top:0;
}
#news .box {
	padding:0.9em 0.9em 1.5em 0.9em;
	border:solid 1px #e2e2e2;	
	margin-bottom:2em;
	height:100% !important;
}

#news .date {
	font-size:x-small;
	font-weight:bold;
	padding-bottom:3px;
	margin:0;
	background:url(images/underlinev.gif) bottom right no-repeat;
}
#news .imgbox  
{
	float:left;
	padding:0;
	margin:10px 10px 0 10px !important;
	margin:10px 10px 0 5px;
	background:url(images/shadow/shadow.png) no-repeat bottom right !important;
	background:url(images/shadow/shadow.gif) no-repeat bottom right;
}
#news .textbox
{
	display:block;	
	padding-bottom:0.5em;
	margin:0;
	border:none;
	height:100% !important;
	overflow:hidden;
}
#news a, #news a:link { background-image: none; }
#news a img 
{	
	display:block;
	padding:0;
	margin:0;	
}
#news  a:hover img
{
	background-color:#f0f0f0;
}
#news .imgbox img
{
	border:1px solid #ccc;
	margin:-6px 6px 6px -6px;
	padding:4px;
	display:block;
	background-color:f7f7f2;
	position:relative;
}

/* -- contact -- */
#contact { margin: 0; }

#contact ul li {
	margin:0;
	background: url(images/vcard.gif) 0px 3px no-repeat;
	list-style:none;
	list-style-image:none;
	padding-left: 25px;
	padding-bottom: 1em;
}
#contact a.vcard {
	color: #3a3a3a;
	font-weight: normal;
	background: none;
	margin-bottom: 0.5em;
}
#contact a.vcard:hover {
	color:#738e49;
	/*color: #d15602;*/
	background: none;
}

/*-- references -- */
#references h1 {
	background: url(images/underlinev.gif) bottom right no-repeat;
}
#references .imgbox {
	margin-left:10px;
	margin-bottom:10px;
	display:block;
	float:right;
	font-size:9px;
	text-align:center;
	width:180px;
	z-index:10;
	background:url(images/frame.png) repeat-y;
}
#references .imgbox a {
	display: block;
	padding:0;
	background:transparent;
}
#references .imgbox a:hover{
	display:block !important;
	background:url(images/frame_hover.png) no-repeat ! important;
}
#references .imgbox img {
	margin: 10px;
	border: 1px solid #ccc;
}
#references .imgbox_prompt a {
	padding:0;
	display:block !important;
	border: 1px none #ccc;
	background: url(images/button.png) no-repeat bottom;
}
#references .imgbox_prompt a:hover {
	display:block;
	border: 1px none;
	background: url(images/button_hover.png) no-repeat bottom;
}
#references ul li {
	padding: 0;
	margin-bottom: 0.7em;
}
#references .description {
	width: 60%;
}
#references .box {
	padding: 1em;
}

/*-- end references --*/


/* Will only be seen by IE */
/*
* html #tp 
 {
    background: url(images/cptgrey.png) repeat-x;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
    (
    src='typo3.png',sizingMethod='scale'
    );
}
*/

/*-- competences -- */
#competences h1 
{
	padding-bottom:1.9ex;
	margin-bottom:0.5em;
	background-image:none;
	background:url(images/h3.jpg) bottom left no-repeat;
	clear:both;
}
#competences a, 
#competences a:link 
{
	background-image: none;
}
#competences ul	li 
{
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#competences .description > ul li 
{
	margin-left: 40px;
}
#competences .box 
{
	padding:0;
	margin:0;
	border:none;
	height:100% !important;
	overflow:hidden;
}
#competences .description > p 
{
	margin-left:20px;
}
#competences .description 
{
	width:65%;
	margin:-6px 0;
	padding:0 0 0.5em 0;
	float:left;
}
#competences .imgbox 
{
	float:left;	
	padding:0;
	margin:10px 10px 0 10px !important;
	margin:10px 10px 0 5px;
	float:left;
	background:url(images/shadow/shadow.png) no-repeat bottom right !important;
	background:url(images/shadow/shadow.gif) no-repeat bottom right;
}
#competences a img 
{	
	display: block;
	padding:0;
	margin:0;
}
#competences a:hover img
{
	background-color:#f0f0f0;
}
#competences .imgbox img
{
	border:1px solid #f2f2f2;
	margin:-6px 6px 6px -6px;
	padding:4px;
	display:block;
	background-color:f7f7f2;
	position:relative;
}
#competences blockquote 
{
margin:10px 0 20px;
padding:20px 20px 6px;
font-style:italic;
border:1px solid #f2f2f2;
border-width:0 1px 1px 0;
background:#f7f7f2 url(images/cite2.gif) no-repeat left top;
}
#competences blockquote .cite 
{
	text-align:right;
}

/*-- end comptences --*/

/*-- fcontact --*/
#imgcontact { display:none;float: left;height: 58px;width: 50px; padding-bottom: 20px; }
#contactformular{ width: 450px; }
#fcontact input { border: solid 1px #c0c0c0;vertical-align: top;margin-left: 10px;width: 200px; }
#fcontact textarea{ vertical-align: top;margin-left: 10px;height: 80px;width: 200px;border:solid 1px #c0c0c0;overflow: auto }
#fcontact .cell { text-align: right; margin: 5px; font-weight: bold; }
#fcontact #btnsend{ background:url(images/topshadow.png) repeat-x;padding: 1px 6px 1px 6px;font-size: 12px;border:1px solid #c0c0c0;width:80px;float:right }
#contactformular #error .must { color:red; }
<!-- #contactformular #error .hidden { color:red; display:block; } -->
#contactformular span{
color:red;	
padding:0 5px 0 0;
background:url(images/list.png) no-repeat;
}
#contactformular input:focus,#contactformular textarea:focus{
background: #f7f7f2;
}
.email { direction:rtl; unicode-bidi: bidi-override; }