/* general.css  - OnOffshoresoft GmbH */

body {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 20px;
	background-color: #E0E0E0;
}

div.centerdiv {
	margin: auto; 
	min-width: 980px; 
	max-width: 980px;
	text-align: center;
}

p, ul {
	font-family: arial,sans-serif;
	font-size: 12px;
}

td.tdtop {
	background-image: url(/img/header_bild.jpg);
	background-repeat-x: no-repeat;
	background-repeat: no-repeat;
	height: 241px;
}

.topmenu {
	background-color: #666666;
	height: 30px;
	text-align: right;
	padding-right: 10px;
}

.topmiddle {
	background-color: #666666;
	width: 201px;
	border-right: 1px solid #ffffff;
	height: 30px;
}

.lefttop {
	background-color: #FF0000;
	width: 27px;
	border-right: 1px solid #ffffff;

}
.leftborder {
	background-color: #999999;
	width: 27px;
	border-right: 1px solid #ffffff;
}

.leftcontent {
	padding: 30px 5px 15px 10px;
	border-left: 3px solid #999999;
	border-right: 1px solid #ffffff;
	background-color: #e0e0e0;
}

a.topnav {
	font-size: 14px;
	font-family: arial,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a.topnav:hover {
	font-size: 14px;
	font-family: arial,sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}



a.leftnav {
	font-size: 12px;
	font-family: arial,sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.leftnav:hover {
	font-size: 12px;
	font-family: arial,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}



a {
	color: #ff0000;
	border: 0px;
}

img {  
	border-style: none;
}
	
.maincontent {
	font-family: arial,sans-serif;
	font-size: 12px;
	padding-left: 5px;
	border-left:3px solid #e0e0e0;
}

.maincontent p {	
	padding-right: 5px;
}

td div.maincontentdiv {
	/*height: 480px;*/
	overflow-y: auto;

}

h1 {
	font-family: arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.maincontent h1,
.maincontent h2,
.maincontent h3
 {
	/*adding-left: 5px;*/
	padding-right: 5px;
	color: #333333;
}

.maincontentdiv {	
	padding: 15px 10px 15px 10px;
}

.maincontent li {	
	padding-bottom: 10px;
}



td.leftcontent.image {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}









span.language {
	color: #ffffff;
	font-size: 14px;
	font-family: arial,sans-serif;
	font-weight: normal;
}
span.languageselected {
	color: #ffffff;
	font-size: 14px;
	font-family: arial,sans-serif;
	font-weight: bold;
}

table.gridtable {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-collapse: collapse; 	
	font-family: arial,sans-serif;
	font-size: 12px;
}

table.gridtable td, table.gridtable th  {
	padding: 2px 2px 2px 2px;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0; 	
}

.smallfont {
	font-family: arial,sans-serif;
	font-size: 12px;
}