/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF url(bg.gif) repeat-x;
	line-height: 16px; 
}

#c2cBody {
	background: #FFFFFF;	
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #000; 
}

a {
	color: #EC7405;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	margin: 10 0 10 0;
	padding: 0;
	letter-spacing:90%; 
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 10px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #EC7405; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #EC7405;
	background-color: inherit;
	text-decoration: none;
}

#contactNote {
	color:#333333;
	font-weight:bold;
	margin-top:25px;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 780px; 
}

.header { 
	height: 65px; 
	margin: 0px 0 2px 0; 
	padding: 0px 0 0 5px;
	border-top: 4px solid #696969;
	background: url(headerbg.gif) repeat-x bottom left;
	color: #808080;
}

.header #mainLogo {
	padding: 20px 0 0px 0px;
	float:left;
}

.header #imagePicture {
	margin-left:10px;
	float:right;
}
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.topNavigation {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.topNavigationLeft {
	line-height: 28px;
	width: 193px;
	background: url(hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.topNavigationLeft a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	/*background-color: inherit;*/
}

.topNavigationLeft a:hover {
	line-height: 27px;
	background: #ff6c2d;
	color: #626262;
}


.topNavigationRight {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #626262;
	float: right;
	width: 574px;
}

.topNavigationRight ul {
	padding: 0px;
	margin: 0px;
}

.topNavigationRight li {
	list-style-type:none;
	float:left;
}

.topNavigationRight a {
	line-height: 27px;
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;	
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.topNavigationRight a:hover {
	line-height: 27px;
	background: #EC7405 url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #EC7405;
	color: #FFFFFF;
}

.topNavigationRight .topnavActive {
	background: #EC7405 url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #EC7405;
	color: #FFFFFF;	
}


/* SUBNAV */

.topSubNavigationRight {

	float: right;
	width: 574px;
	color: #FFFFFF;
	background: #ff6c2d;
}

.topSubNavigationRight ul {
	padding: 0px;
	margin: 0px;
}

.topSubNavigationRight li {
	list-style-type:none;
	float:left;
}

.topSubNavigationRight a {
	line-height: 27px;
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;	
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	/*background-color: inherit;*/
}

.topSubNavigationRight a:hover {
	line-height: 27px;
	background: #ff6c2d;
	color: #626262;
}

.topSubNavigationRight .subnavActive {
	line-height: 27px;
	background: #ff6c2d;
	color: #626262;	
}

/* END SUBNAV */

.sidenavBack {
	color: #626262;
	font-size:7pt;
}

.sidenavActive {
	font-weight:bold;	
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
	position:relative;
	top:-20px;
}

.leftContent {
	border-bottom: 1px solid #e6e6e6;
	width: 193px;
	padding-bottom: 10px;

}

#leftMiddle {
	padding-top: 10px;
}

#leftMiddle ul {
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
}

#leftMiddle li {
	list-style-type:none;
	padding: 4px 5px 4px 0px;
}

#leftBottom {
	padding-top: 10px;
	border-bottom: 0px;
}

.partnerLogo {
	margin: 15px 0 0 0;
}

.right {
	float: right;
	width: 560px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px; 
	color: #000;
	background-color: #FFFFFF; 
	border-left: 1px solid #e6e6e6;
}

.right h2 {
	margin-top:10px;
}

.right h2 a{
	text-decoration:none;
}

.right h2 a:hover{
	color:inherit;
}

a.info {
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:1em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
}

.footer a { 
	text-decoration: underline; 
}

.footer #productLinks a{
	color:#aaaaaa;
	
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

.right_top_left {
	width: 260px;
	padding: 13px;
	height: 180px;
	float: left;
}
.right_top_right {


	float: right;
	width: 180px;
	padding: 13px;
	height: 180px;
}
h3 {

	margin: 0; 
	padding: 3px 0 6px 0; 
	font: bold 130% Arial, Sans-Serif;
	color: #333333;
	background-color: inherit;
}
.getacro {
	float: right;
}
.infobox_var {
	padding: 6px 5px 6px 10px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #333333;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	font-size: 90%;
}
.smallListHead {
	padding: 13px 0 1px;
	color: #333333;
	background-color: inherit;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	clear:both;
}
.smallListAufzaehlung {

	padding: 0px 0px 0px 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	list-style-type: disc;
	color: #333333;
}
p.info {
	text-decoration:none;
	position:relative;
	padding: 0px;
}
p.info span {

	display:none;
}
p.info:hover {

	
	cursor:default;
}
p.info:hover .infobox {
	font-weight: normal;
	display:block;
	position:absolute;
	top:20px;
	;
	left:0;
	;
	width:205px;
	height:70px;
	border: 1px solid #ccc;
	background:#f4f4f4 url(corner.gif) no-repeat right bottom;
	color:#333333;
	text-align:left;
	font-size:90%;
	padding-left:10px;
	padding-top:10px;
}
.lineparagraph {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.kontaktformular {
	font-size: small;
	border: 1px solid #999999;
}

.hotline {
	font-weight:bold;
	font-size:120%;
	margin-top:20px;
}

.hotline2 {
	font-weight:bold;
	font-size:120%;
}


#contactForm {
	margin-top:10px;
}

.jobHeadline {
	padding-top:20px;
}

#c2cIframe {
	margin:5px 0 0 30px;
}

#Anrufen {
	margin-top:10px;
}

.NewsHead {
	font-weight:bold;	
	margin-top:10px;
}

.NewsContent {
	padding-left:10px;
}

.practiceTable th {
	background-color:#EC7405;
	color:#ffffff;
	padding:10px;
	font-weight:bold;	
}

.practiceTable .practiceTableFirst {
	background-color:#ffb26a;
	color:#ffffff;
	padding:10px;
	font-weight:bold;
}

.practiceTable .practiceTableOther {
	color:#626262;
	background-color:#C8C8C8;
	padding:10px;
	vertical-align:top;
	text-align:left;
}