.border {
	border-style:solid;
	border-width:1px;
	border-color:black;
}

.error {
	font-size: 7pt;
	font-weight: bold;
 	color: red;
}

.info {
	font-size: 8pt;
	font-weight:bold;
	color: green;
}

.small {
	font-size: 6pt;
}

a {
	text-decoration: none;
	color: black;
}

a.link {
	text-decoration: underline;
	color: #000000;
}

a.link:hover {
	color: #000000;
	text-decoration: none;
}

.white {
	color: #464646;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial,Verdana,Helvetica,Sans-Serif;
  font-size: 8pt;
  background: #727272;
}

form {
	margin: 0px;
}

img {
	border: none;
}

td {
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-size: 8pt;
}

td.mainnavigation {
	font-weight: bold;
	color: #464646;
	letter-spacing: 0px;
}

h1 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 26px;
	font-weight: normal;
}

h4 {
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: normal; 
	color: #58595B;
	margin: 50px;
}

div.imprint {
	padding-left: 50px;
	padding-top: 60px;
	width: 400px;
	height: 420px;
}

div.philosophytext {
	padding-left: 50px;
	padding-top: 60px;
	padding-right: 0;
	width: 300px;
	height: 420px;
}

div.contact {
	padding-left: 50px;
	padding-top: 60px;
	padding-right: 0;
	width: 190px;
	height: 420px;
	float: left;
}

div.services{
	padding-left: 50px;
	padding-top: 60px;
	padding-right: 0;
	width: 300px;
	height: 420px;
}

input {
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-size: 8pt;
}

li {
	margin: 3px;
}

ul {
	margin-bottom: 0px;
}

p {
	line-height: 12pt; 
}

#mainwindow {
	position: absolute;
	width: 800px;
	height: 480px;
	margin: -240px 0px 0px -400px;
	top: 50%;
	left: 50%;
	padding: 0px;
	border: 1px solid #727272;
	background: #cccccc;
}

/* A CSS comment before the hack \*/
* html #mainwindow {
	position: absolute;
	width: 802px;
	height: 480px;
	margin: -240px 0px 0px -401px;
	top: 50%;
	left: 50%;
	padding: 0px;
	border: 1px solid black;
}
/* A CSS comment before the hack */

#mainnavigation {
	position: relative;
	float: left;
	width: 160px;
	height: 480px;
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
}

#subnavigation {
	position: relative;
	float: left;
	width: 160px;
	height: 480px;
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
}

div.opacity img {
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}

div.opacity img:hover, div.opacity img.selected {
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

#content {
	position: relative;
	float: left;
	width: 480px;
	height: 480px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #727272;
}

.square {
	float: left;
	width: 158px;
	height: 158px;
	margin: 0px;
	padding: 0px;
	border: 1px #727272 solid;
	position: relative;
}

.square.darkgray {
	background: #727272;
}

.square div.label {
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	color: #ffffff;
	opacity: 1;
	text-transform: uppercase;
	width: 150px;
	height: 16px;
	font-weight: 700;
	font-size: 11px;
	padding: 0 4px;
}

.square_v3 {
	float: left;
	width: 158px;
	height: 478px;
	margin: 0px;
	padding: 0px;
	border: 1px #727272 solid;
}

/* A CSS comment before the hack \*/
* html .square {
	float: left;
	width: 160px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	border: 1px #464646 solid;
}
/* A CSS comment after the hack */

.smallsquare {
	float: left;
	width: 78px;
	height: 78px;
	margin: 0px;
	padding: 0px;
	border: 1px #727272 solid;
}

/* A CSS comment before the hack \*/
* html .smallsquare {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border: 1px #464646 solid;
}
/* A CSS comment after the hack */

.bigsquare {
	float: left;
	width: 478px;
	height: 478px;
	margin: 0px;
	padding: 0px;
	border: 1px #727272 solid;
}

/* A CSS comment before the hack \*/
* html .bigsquare {
	float: left;
	width: 480px;
	height: 480px;
	margin: 0px;
	padding: 0px;
	border: 1px #464646 solid;
}
/* A CSS comment before the hack */

div.label {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
	float: right;
	width: 35px;
	height: 478px;
	margin-right: 0px;
	margin-top: -479px;
}

div.urllayer {
	float: left;
	width: 425px;
	height: 16px;
	padding: 2px 10px;
	margin-left: 0px;
	margin-top: -21px;
}

.objectblue {
	background: #57719D;
	color: white;
}

.objectyellow {
	background: #B5A566;
	color: white;
}

.objectgrey {
	background: #C6C8CA;
	color: white;
}

.objectblack {
	background: #000000;
	color: white;
}

.objectbrown {
	background: #DC6B60;
	color: white;
}

.objectgreen {
	background: #9EBE6B;
	color: white;
}

.center {
	text-align: center;
	vertical-align: middle;
}

div.philosophy {
	_background-image: url(http://www.thomasblinn.de/pictures/background.gif1);
	margin: 0px;
}

.leftcolumn {
	width: 130px;
	height: 280px;
	float: left;
	margin-left: 10px;
	padding: 0px;
}

.rightcolumn {
	width: 270px;
	height: 250px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.clearfloat {
	clear: both;
}