/******************************************************************************************************
	ELEMENTS
******************************************************************************************************/
html, body {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;
}

* {
	font-family: Arial;	
}

img, fieldset {
   border: 0;
}

p, h1, h2, h3, h4, h5, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

p, td {
	font-size: 12px;
}

/******************************************************************************************************
	PROJECT LAYOUT
******************************************************************************************************/
body {
	background: #FFDE00 url(../images/body_bg.gif);
}

td#main {
	background: #FFDE00;
}

td#right-border {
	background: white;
}

td#right-background {
	background: url(../images/right_bg.gif) repeat-y;
}

/******************************************************************************************************
	MENU
******************************************************************************************************/
table#menu-main {
	background: #004A7F;	
}

td#menu-logo {
	background: white;	
	padding-top: 40px;
}

td#menu-right {
	background: white;
}

td.menu-separator {
	background: url(../images/menu_separator.gif) 3px 0px repeat-y;
}

table#menu-main span.n1-number {
	font-size: 14px;
	color: #ffe600;
	cursor: pointer;
}

table#menu-main span.n1-title {
	font-size: 14px;
	color: #9a9a9a;
	cursor: pointer;
}

table#menu-main td.n2-selected {
	background-color: #246491;
	cursor: pointer;
}

table#menu-main td.n2-selected td {
	font-size: 11px;
	color: #ffe600;
}

table#menu-main td.n2-selected a {
	font-size: 11px;
	color: #ffe600;
	text-decoration: none;
}

table#menu-main td.n2-default {
	cursor: pointer;
}

table#menu-main td.n2-default td {
	font-size: 11px;
	color: #e6e6e6;
}

table#menu-main td.n2-default a {
	font-size: 11px;
	color: #e6e6e6;
	text-decoration: none;
}

/******************************************************************************************************
	CONTENT
******************************************************************************************************/
div#content-container {
	background: url(../images/content_bg.gif) right top no-repeat;
}

div#content {
	border-bottom: 1px solid white;
}

div#content h1 {
	font-size: 16px;
	font-weight: normal;
}

td#content-left {
	background: url(../images/content_left_repeat.gif);
}

td#content-left table {
	background-position: left bottom;
	background-repeat: no-repeat;
	/* background-image: url(../images/content_left_bg.gif); */
}

div#content-left1 {
	padding: 38px 0 0 25px;
}

div#content-left1 p.left-huge {	
	font-size: 64px;
	color: white;
	line-height: 50px;	
}

div#content-left1 p.left-nav {	
	color: white;
	font-size: 12px;
	line-height: 13px;
	padding-left: 3px;	
}

div#content-left1 p.left-nav a {	
	color: white;
	text-decoration: none;
}

td#content-main {
	background: url(../images/content_main_bg.gif) left bottom no-repeat;	
}

div#content-main1 {
	padding: 60px 15px 28px 0;	
}

div#content-main1 p, div#content-main1 td, div#content-main1 li, div#content-main1 a {
	color: #5e5e5b;
	line-height: 17px;
}

ul {
   font-size: 12px;
}

ul#portfolio-list {
	margin: 0;
	padding: 0;		
}

ul#portfolio-list li {
	float: left;
	width: 79px;
	margin: 0px 10px 10px 0;
	height: 47px;
   list-style-type: none;
   font-size: 0px; /* IE fix */  	
   border: 2px solid white;
}

div.portfolio-img {
	width: 79px;
	height: 47px;
	background-position: center;
	cursor: pointer;
}

td#portfolio-nav a {
	font-size: 11px;
	font-weight: bold;	
	color: white;
	text-decoration: none;
}

td#portfolio-nav img {
	margin-top: 4px;
}

table#tblContact input, table#tblContact textarea {
	font-size: 11px;
	width: 100%;
}

table#tblContact label {
	font-size: 12px;
	line-height: 20px;
}

table#tblContact input, table#tblContact textarea {
	border: 0px;
	padding: 2px 0 4px 0;
}

table#tblContact textarea {
	height: 180px;
}

table#tblContact #butContactSubmit {
	background-color: #004A7F;
	color: white;
	padding-bottom: 1px;
	border: 0px;
	margin-top: 2px;
	width: 130px;
}

td#showcase-announce p {
	font-size: 9px;
	color: white;
	line-height: 17px;
	float: left;
}

td#showcase-announce img {
	display: block;
	float: left;
}

td#content-submenu div {
	padding: 60px 0 32px 17px;
}

td#content-submenu h1, td#content-submenu h2 {
	font-size: 13px;	
	font-weight: normal;
	color: #5e5e5b;
}

td#content-submenu p {
	font-size: 11px;	
	color: #5e5e5b;
	line-height: 15px;
}

td#submenu-arrow {
	vertical-align: bottom;
	padding-bottom: 114px;
}

td.n3-selected {
	font-size: 11px;
	color: #004a7f;
	background-color: #feec01;
	cursor: pointer;
}

td.n3-default {
	font-size: 11px;
	color: #5e5e5b;
	cursor: pointer;
}

td.content-separator {
	background: url(../images/content_separator.gif) repeat-y;
}

td.content-separator div {
	background: url(../images/content_coverup.gif) no-repeat;
}

td#content-right {	
	background: url(../images/content_right_bg.gif) left bottom repeat-x;		
}

td#funny {
	/* background-position: left bottom; */
	background-position: -10000px -10000px;
	background-repeat: no-repeat;

}

td#content-right-arrow {
	vertical-align: bottom;
	padding-bottom: 96px;
}

/******************************************************************************************************
	SHOWCASE
******************************************************************************************************/
td#showcase-left {
	background: url(../images/content_left_repeat.gif);	
}

table#showcase-bg1 {
	background: url(../images/showcase_left_bg1.gif) left top no-repeat;
}

table#showcase-bg2 {
	background: url(../images/showcase_left_bg2.gif) left top no-repeat;	
}

td.showcase-separator {
	background: url(../images/content_separator.gif) repeat-y;
}

td#showcase-title {
	padding: 27px 11px 0 227px;
	color: white;
}

span.showcase-title1 {
	font-size: 34px;
	line-height: 1;
}

span.showcase-title2 {
	font-size: 22px;
}

span.showcase-title3 {
	font-size: 12px;
}

td#showcase-content * {
	color: #004A7F;
}

td#showcase-content h2 {
	font-size: 18px;
}

td#showcase-content p {
	font-size: 11px;
	line-height: 16px;
}

td#showcase-content a {
	font-weight: bold;
}

div.showcase-item {
	padding: 19px 16px 23px 16px;
	background: url(../images/showcase_item.gif) left bottom no-repeat;
}

/******************************************************************************************************
	DIVERSEN
******************************************************************************************************/
div#spacer1 {
	background: white;
	height: 19px;
}

div#spacer2 {
	background: url(../images/spacer2.gif) no-repeat;
	height: 10px;
}

ul#portfolio {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	ul#portfolio li {
		float: left;
		margin: 0 3px 15px 12px;
	}
	
/******************************************************************************************************
	POPUP
******************************************************************************************************/
div.popup-container {
	position: absolute;
	width: 267px;
	height: 352px;	
	display: none;
	z-index: 2;
	top: 265px;
	left: 560px;
}

td.popup-top, td.popup-bottom {
	background-color: #FFDE00;	 
}

td.popup-top img {
	border-top: 2px solid white;
}

div.popup-container div.popup-titel {
	height: 55px;
	border-left: 2px solid white;
	border-right: 2px solid white;	
	background-color: #FFDE00;
	background-image: url(../images/popup_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 14px 16px;
}

	div#content-main1 div.popup-container div.popup-titel p {
		padding: 14px 14px 0 35px;
		font-size: 15px;
		font-weight: bold;
		color: #004a7f;
		width: 186px;
		float: left;
	}
	
	div.popup-container div.popup-titel img {		
		width: 22px;
		height: 22px;		
		display: block;
		float: left;
	}
	
div.popup-webshot {
	text-align: center;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: #FFDE00;
}

	div.popup-webshot img {
		border: 2px solid white;
	}

div.popup-content {
	height: 58px;
	padding: 26px 14px 23px 36px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-image: url(../images/popup_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 14px 28px;
	background-color: #FFDE00;	 
}
	
	div.popup-content h2 {
		font-size: 15px;
		line-height: 18px;
		font-weight: bold;
		color: #004a7f;	
	}
	
	div.popup-content p {
		color: #004A7F;
		font-size: 11px;
	}

div.popup-line {
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: #FFDE00;
}

	div.popup-line div {
		border-top: 1px dotted white;
	}
	
td.popup-bottom {
	background-color: #004a7f;
}

	div.popup-bottom-div1 {
		height: 29px;
		background-image: url(../images/popup_arrow.gif);
		background-repeat: no-repeat;
		background-position: 7px 7px;
		padding-left: 28px;	
	}
	
		div.popup-bottom-div1 div {
			background-image: url(../images/popup_arrow2.gif);
			background-repeat: no-repeat;
			background-position: right 7px;
		}
		
		div.popup-bottom-div1 div a {
			font-family: Arial;
			font-size: 11px;
			color: white;
			line-height: 29px;
			text-decoration: none;
		}
	
	div.popup-bottom-div2 {
		height: 2px;
		background-color: white;
	}