/* CSS by Rainer Bressel, March 2008 */

@page { size : 21.0cm 29.7cm;
        margin-top : 2cm;
        margin-bottom : 3cm;
        margin-left : 2cm;
        margin-right : 2cm
}

body  {
	font-family : Verdana,Arial,sans-serif;
	margin-top : 22px;
	background-color : white;
}

table.main {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	border-width : 1px;
	border-style : solid;
	border-color : #abb7c4;
}

td.logo {
	vertical-align : top;
	text-align : left;
}

td.img-comp {
	vertical-align : bottom;
	padding : 0px;
}


/* CONTENT */

td.cont {
	vertical-align : top;
	color : 333333;
	background-color : #ffffff;
	font-size : 11px;
	padding : 0px 15px 15px 0px;
}

td.cont h1 {
	width : 380px;
	font-size : 12px;
	color : black;
	font-weight : bold;
}

td.cont h2 {
	width : 380px;
	font-size : 10px;
	color : #cc0000;
	font-weight : bold;
	margin : 5px 0px 0px 0px;
}

td.cont p {
	width : 380px;
	text-align : justify;
	font-size : 11px;
	color : #333333;
	font-weight : normal;
	margin : 0px 0px 16px 0px;	
}

td.cont img.leftfloat {
	float : left;
	margin : 1px 6px 4px 0px;
	border : 1px;
	border-color : black;
}

td.cont img.rightfloat {
	float : right;
	padding : 2px;
	margin : 1px 0px 4px 6px;
	border : 1px;
	background-color : #cccccc;
}

/* NAVIGATION */

td.nav {
	width : 214px;
	vertical-align : top;
	background-color : #f0f0f0;
	background-image : url(img/cube_navbg.jpg);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : white;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : white;	
}

td.navtop {
	font-size : 12px;
	text-align : right;
	vertical-align : top;
	padding : 2px 5px 0px 0px;
}

div.nav {
	padding : 3px 10px 10px 23px;
	font-size : 12px;
	font-weight :  bold;
	color : #999999;
	line-height : 2em;
}

a.nav:link {
	color : #cc0000;
	font-weight : bold;
	text-decoration : none;
}

a.nav:visited {
	color:#cc0000;
	font-weight : bold;
	text-decoration : none;
}

a.nav:active {
	 color:#000000;
	 font-weight : bold;
	 text-decoration : none;
}

a.nav:hover {
	 color: black;
	 font-weight : bold;
	 text-decoration : none;
}


/* Std-Links */


a:link {
	color: black;
	font-weight : normal;
	text-decoration : underline;
}

a:visited {
	color: black;
	font-weight : normal;
	text-decoration : underline;
}

a:active {
	 color:#ffffff;
	 font-weight : normal;
	 text-decoration : none;
}

a:hover {
	 color:#cc0000;
	 font-weight : normal;
	 text-decoration : underline;
}


/* NAV HEADER (IMPESSUM+KONTAKT /

a.header:link {
	color : #cc0000;
	font-weight : normal;
	text-decoration : none;
}

a.header:visited {
	color : #cc0000;
	font-weight : normal;
	text-decoration : none;
}

a.header:active {
	 color : black;
	 font-weight : normal;
	 text-decoration : underline;
}

a.header:hover {
	 color : black;
	 font-weight : normal;
	 text-decoration : underline;
}



/* Mailformular START */

table.contact {
	border : 1px solid #ffffff;
	font-family: Verdana,Arial, sans-serif;
	font-size: 10px;
	width : 320px;
	padding : 2px;
}

table.contact td {
	padding : 5px;
	border-spacing : 5px;
	font-family: Verdana,Arial, sans-serif;
	font-size: 10px;
}

/* Mailformular END */




