body{
	font-size: 80%;
	line-height: 1.5em;
	background-color: #c6d4dd;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 0px;
}
body,input,select,td,li,p,textarea{
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
form{
	display: inline;
}
h1, h2, h3, h4{
	margin: 10px 0px 10px 0px;
}
h1{
	font-size: 1.5em;
	line-height: 1.1em;
}
h2{
	
}
h3{
	
}
h4{
	
}
/*_____________________________________________________________ LOGO*/
p#logo{
	position: absolute;
	width: 197px;
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: -72px;
	left: 0px;
}
p#logo a{
	display: block;
	width: 197px;
	height: 33px;
	text-indent: -90000px;
	background-image: url(images/logo.png);
}
p#slogan{
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: -54px;
	left: 210px;
	width: 322px;
	height: 14px;
	text-indent: -90000px;
	background-image: url(images/consulting.png);
}
/*_____________________________________________________________ LANGUAGES*/
#languages {
	position: absolute;
	width: 347px;
	right: 20px;
	top: 14px;
	padding: 0px 0px 25px 0px;
	text-align: right;
}
#languages a {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#languages img {
	vertical-align: middle;
	border: 1px solid #aaa;
}
/*_____________________________________________________________ META*/
#meta{
	margin: 10px 0px 0px 0px;
}
#meta a{
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: underline;
}
#meta a:hover{
	text-decoration: none;
}
/*_____________________________________________________________ NAVIGATION*/
#navigation{
	position: absolute;
	width: 220px;
	top: 100px;
	left: 20px;
}
#navigation input,select{
	width: 200px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#navigation ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navigation ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: #AAAAAA 1px solid;
	background-color: #FFFFFF;
	line-height: 1.3em;
}
#navigation ul li.level1-act{
	background-color: #FFFFCC;
	font-weight: bold;
}
#navigation ul li.empty{
	background-color: #c6d4dd;
}
#navigation ul li a{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}
#navigation ul li a:hover{
	background-color: #FFFFCC;
	text-decoration: none;
}
#navigation ul li ul{
	margin: 5px 0px 0px 0px;
}
#navigation ul li ul li{
	background-color: #FFFFCC;
	font-weight: normal;
	padding: 4px 2px 4px 0px;
	margin: 0px 0px 0px 0px;
}
#navigation ul li ul li.level2-act{
	font-weight: bold;
}
#navigation ul li ul li a{
	display: block;
	background-image: url(images/indent.gif);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 25px;
}
#navigation ul li ul li a:hover{
	/*background-color: #ffffff;*/
	text-decoration: underline;
	color: #22558f;
}
/*_____________________________________________________________ ADDITIONAL*/
#additional{
	width: 210px;
	top: 100px;
	float: left;
	margin: 100px 0px 0px -230px;
}

/*_____________________________________________________________ CONTENT*/
#container{
	margin: 100px 240px 0px 250px;
	float: left;
	min-width: 510px;
	max-width: 750px;
	width: auto !important;
	width: 510px;
}
#content{
	padding: 15px;
	border: #AAAAAA 1px solid;
	background-color: #E3EFFA;
}
#content a {
	color: #22558f;
	text-decoration: underline;
}
#content a:hover{
	color: #000000;
}
#footer{
	position: relative;
	padding: 10px 0px 10px 0px;
}
table.tx-a1teasermenu-pi1{
	border-collapse: collapse;
}
td.tx-a1teasermenu-pi1{
	padding: 0px 0px 20px 0px;
}
div.teaserH {
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	background-color: #225083;
	color: #ffffff;
}
div.teaserB {
	padding: 4px;
	border: 1px solid #225083;
}
div.teaserB a {
	display:block;
	text-decoration: none;
	text-align: right;
}
table.imgtext-nowrap {
	width: 100%;
	text-align: right;
}
fieldset.csc-mailform {
	border: none;
	padding: 0px;
	margin: 0px;
}
fieldset.csc-mailform label {
	display: block;
	width: 170px;
	float: left;
	text-align: left;
}
div.csc-mailform-field {
	text-align: right;
	vertical-align: top;
	clear: both;
}	
fieldset.csc-mailform input, fieldset.csc-mailform textarea {
	width: 280px;
	border: 1px solid #000;
}
.imgtext-table, .imgtext-table img, .imgtext-table td {
	padding: 0px;
	margin: 0px;
	border: none;
}
table.imgtext-table{
	padding-bottom: 5px;
}
div.column-box {
	border: #AAAAAA 1px solid;
	background-color: #E3EFFA;
	margin-bottom: 15px;
}
div.column-box-title {
	background-color: #225083;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
}
div.column-box-content {
	padding: 4px;
}

/* TEASER */
div.tw-teaser-menu-container {
	margin: 0px 0px 30px 0px;
	border: 1px solid #225083;
	padding: 0px 0px 0px 0px;
}
div.tw-teaser-menu-container:hover {
	/*background-color: #FFFFCC;*/
}
h1.tw-teaser-menu-header {
	background-color: #225083;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
}
div.tw-teaser-extended {
	padding: 0px 0px 5px 0px;
}
div.tw-teaser-extended:hover {
	background-color: #FFFFCC;
}
div.tw-teaser-extended p{
	padding: 0px 4px 0px 4px;
}
div.tw-teaser-extended p.teaser-image{
	text-align: center;
	/*width: 100%;*/
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.tw-teaser-extended p.teaser-image a img{
	border: none;
}
div.tw-teaser-extended h3{
	padding: 0px 4px 0px 4px;
	font-size: 1.1em;
}
p.teaser-general-link{
	text-align: right;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #225083;
}
#content p.teaser-general-link a{
	display: block;
	padding: 2px 4px 4px 4px;
	text-decoration: none;
}
p.teaser-general-link a:hover{
	background-color: #FFFFCC;
}

#content a.tw-teaser-extended-url, a.tw-teaser-extended-url {
	display: block;
	color: #000;
	text-decoration: none;
}
#content a.tw-teaser-extended-url:hover, a.tw-teaser-extended-url:hover {
	/*background-color: #FFFFCC;*/
}
p.tw-teaser-compact-title {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
div.tw-teaser-compact-subtitle {
	display: inline;
	color: #012652;
}
#content a.tw-teaser-compact-url, a.tw-teaser-compact-url {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px;
}
#content a.tw-teaser-compact-url:hover, a.tw-teaser-compact-url:hover {
	background-color: #FFFFCC;
}
