/*
OCEAN IMAGES CSS
Responsible: AUT media GmbH | www.aut-media.at | +43 59010 26570 | office@aut-media.at
*/

/* General Layout for Crossbrowser Compatibility */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td	{
	margin:0;padding:0;
	}
/* PNG Hack for IE - Achtung: Pfad des blank.gif im htc File anpassen */
img, div, td { behavior: url(../bilder/iepngfix.htc) }
table	{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img	{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight:normal;
	}
li	{
	list-style:none;
	}
caption,th	{
	text-align:left;
	}
h1,h2,h3,h4,h5,h6	{
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after	{
	content:'';
	}
abbr,acronym	{
	border:0;
	font-variant:normal;
	}
sup,sub	{
	line-height:-1px;
	vertical-align:text-top;
	}
sub	{
	vertical-align:text-bottom;
	}
input, textarea, select	{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}





/* individual Styles from here */




body	{
	margin:0px;
	padding:0px;
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
/*	background-image:url(website/page_bg.gif); */
	background-image:url(../bilder/import/logo_grey.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}



p	{
	margin:0px;
	padding:0px;
	}
a	{
	color: #DFA620;
	text-decoration:none;
	font-weight:bold;
	}
a:hover	{
	color: #EB9113;
	text-decoration: underline;
	}
td	{
	vertical-align: top;
	}


/* Styles for Template */
.headerTable	{
	width:790px;
	background-color: transparent;
	border:0px solid #cccccc;
/*	height:350px; */
	}

.headerArea	{
	padding-left:13px;
	padding-top:13px;
	border:0px solid #000000;
	background-image:url(../bilder/headerBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
.contentTable	{
	width:790px;
	background-color: transparent;
	border:0px solid red;
	}
	
.contentArea	{
	background-color: transparent;
	padding-left:28px;
	padding-right:28px;
	padding-top:18px;
	padding-bottom:5px;
	height:50px;
	background-image:url(../bilder/contentBg.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	border:0px solid blue;
	}
	
.bottomTable	{
	width:790px;
	background-color: transparent;
	border:0px solid #cccccc;
	border:0px solid #000000;
	}
	
	
.bottomArea	{
	background-color: transparent;
	padding-left:18px;
	padding-right:18px;
	height:64px;
	background-image:url(../bilder/bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
.bottomLogoTable	{
	width:100%;
	margin-top:14px;
	}
.copyRight	{
	border:0px solid #000000;
	padding-left:22px;
	color:#888888;
	font-size:9px;
	}
.metaNavigation	{
	border:0px solid #000000;
	padding-right:35px;
	color:#444444;
	font-size:9px;
	text-align:right;
	}
.metaNavigation a {
	color:#444444;
	font-weight:normal;
	}
	
	
/* Styles for Elemente */
.elementTable	{
	width:100%;
	background-color: transparent;
	border:0px solid #000000;
	}
.vertiLine	{
	width:20px;
	background-color: none;
	vertical-align:top;
	text-align:center;
	background-image:url(../bilder/import/linie.gif);
	background-repeat: repeat-y;
	background-position:center;
	}
.smallCol	{
	width:130px;
	color:#666666;
	}
.smallCol .textBlockHeadline	{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	padding-bottom:3px;
}

.smallCol .textBlockHeadlineBig, .textBlockHeadlineBig	{
	font-size:12px;
	color: #DFA620;
	padding-bottom:3px;
	font-weight:bold;
	}

.bigCol	{
	padding:0px 25px 0px 15px;
	font-size:11px;
	}
.textBlock	{
	width:100%;
	line-height:15px;
	}
.textBlockHeadline	{
	font-size:18px;
	color: #DFA620;
	padding-bottom:10px;
	}
.textBlockHeadlineSmall {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	padding-bottom:3px;
}

.imageBox	{
	width:100%;
	margin-bottom:10px;
	}
.imageBoxHeader	{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	padding-bottom:3px;
	}
.imageBoxImage	{
	margin-bottom:3px;
	}
