
    /* HEADLINES */

	.headline-small {

	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	
	}

	.headline-large {

    font-family: Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
	
	}


	.headline-large-home {

    font-family: Helvetica, Arial, sans-serif;
	color: #333;
	margin-top:20px;
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
	
	}

	.headline-sub {

	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color:#333;
	
	}

		
	/* TEXT */
	
	p,label {
		font-family: Gill Sans, Verdana;
		font-size: 13px;
		line-height: 16px;
		margin-top:8px;
		margin-bottom:16px;
	}

	.description-home {
		font-size:11px;
		margin-right:25px;
	}

	.error p {
		margin-top:10px;
		margin-bottom:30px;
		margin-right:50px;
		padding:10px;
		background:#d5e9f6;
		border:1px solid #c4d8E5;
		font-size:12px;
		color:#000000;
	}
	
	a {
		font-weight:bold;
		color: #00aeef;
		text-decoration:underline;
	}
	
	a:visited,a:hover {
		color: #00aeef;
		text-decoration:underline;
	}
		
	ul {
		margin:0;
		padding:0;
		list-style-type:disc;
	}
	
	li {
		font-family: Gill Sans, Verdana;
		font-size: 12px;
		line-height: 16px;
		margin-left:37px;
	}
	
	/* TABLES */

	table {
		font-family: Gill Sans, Verdana;
		font-size: 13px;
		line-height: 16px;
		padding:0;
		empty-cells:show;
		border-spacing:0px;
		background-color:#fff;
		margin-top:20px;
		table-layout: fixed;
		width:950px;
	}

	thead {
		border-bottom:2px solid #000;		
		border-left:1px solid #000;
		padding-top:4px;
		padding-bottom:4px;		
		padding-left:10px;
	}
	
	thead tr td {
		font-size:13px;
		font-weight:bold;
	}

	
	table td {
		padding-top:4px;
		padding-bottom:4px;		
		padding-left:8px;
		padding-right:8px;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		empty-cells:show;		
	}
	
	table tr {
		border-bottom: 1px solid #000;
	}

	.table_foot {
		border:0;
	}

	.table_firstcolumn {
		border-left:0px;
	}

	.table_lastrow {
		height:20px;
		border-bottom:none;
	}
	
	.tablefilter {
		font-size:18px;
		line-height:20px;
		height:20px;
		width:316px;
		margin-left:15px;
		padding:4px;
	}
	
	
	/* ACCENTS */
	.blue-accent 	{ color: #00aeef; } 
	.red-accent 	{ color: #ff0000; } 

	.divider {
		border-top: 3px double #CCC;
	}

	/* Notices and Warnings */

	.box {
		margin-bottom:30px;
		padding:10px;
		background-color:#ffffff !important;
		font-family: Gill Sans, Verdana;
		font-size: 13px;
		line-height: 16px;
		color:#000000;
		border:1px dotted #333;
	}
	
	.notice {
		margin-top:10px;
		margin-bottom:30px;
		padding:10px;
		background-color:#ccffcc !important;
		font-family: Gill Sans, Verdana;
		font-size: 13px;
		line-height: 16px;
		color:#000000;
		border:1px solid #66ff99;
	}

	.warning {
		margin-top:10px;
		margin-bottom:30px;
		padding:10px;
		background-color:#d5e9f6 !important;
		border:1px solid #c4d8E5;
		font-family: Gill Sans, Verdana;
		font-size: 13px;
		line-height: 16px;
		font-weight:bold;
		color:#000000;
	}

	.extremewarning {
		margin-top:10px;
		margin-bottom:30px;
		padding:10px;
		background-color:#ff6666 !important;
		border:1px solid #ff0000;
		font-family: Gill Sans, Verdana;
		font-size: 13px;
		line-height: 16px;
		font-weight:bold;
		color:#000000;
	}

    /* FORMS */	
    
    label {
		font-size:11px;
		line-height:26px;
    }
    
    input,textarea {
    	border:1px solid #ccc;
		font-family: Gill Sans, Verdana;
		font-size: 13px;
		line-height: 16px;
    }

	.input_url {
		font-size:16px;
		line-height:16px;
		height:22px;
		width:316px;
		padding:4px;		
	}
    
    .button-submit {
    	padding:7px;
    	line-height:16px;
    	font-weight:bold;
    	border:1px solid #fff;
    	color:#fff;
    	background-color:#00aeef;
    }
	
	/* LAYOUT */
	
	#container {
		position: relative;
		width: 960px;		
		text-align: left;
		padding-top: 9px;
		margin: 0px auto 15px auto;
		clear: both;
	}
	
	.w240-home {
		width:240px; margin-bottom:20px; margin-left:0px; margin-right:0px; float:left;
	}

	.w240 {
		width:220px; margin-bottom:20px; margin-left:10px; margin-right:10px; float:left;
	}
		
	.w480 {
		width:460px; margin-bottom:20px; margin-left:10px; margin-right:10px; float:left;
	}

	.w720 {
		width:700px; margin-bottom:20px; margin-left:10px; margin-right:10px; float:left;
	}	

	.w960 {
		width:940px; margin-bottom:20px; margin-left:10px; margin-right:10px; float:left;
	}
	
	.float-right { float:right;	}
	.float-left { float:left; }
	
	.videowebseiten-beispiele {

	}
	
	.videowebseite-element {
		width:310px;
		float:left;
		margin-bottom:20px;
	}

	.videowebseite-element span {
		font-family: Gill Sans, Verdana;
		font-size: 11px;
		line-height: 14px;
		text-transform:uppercase;
	}

	.videowebseite-element img {
		margin-right:25px;
		margin-bottom:10px;
		padding:7px;
		border:1px solid #ccc;
	}
	
	/* IMAGES */
	
	img {
		border:none;
	}
	
	.image-customer {
		width:215px;
		height:140px;
		border:1px solid #ccc;
		margin-top:10px;
		margin-right:10px;
		margin-bottom:5px;
		float:left;
	}

	.image-team {
		width:140px;
		height:185px;
		border:1px solid #ccc;
		margin-top:10px;
		margin-right:75px;
		margin-bottom:5px;
		float:left;
	}

	.image-left-big {
		width:440px;
		height:280px;
		border:1px solid #ccc;
		margin-top:5px;
		margin-right:0px;
		margin-bottom:5px;
		float:left;
	}
		
	.icon {
		width:36px;
		height:36px;
		margin-top:7px;
		margin-right:7px;
	}
	

	
	/* MOVIES */
	
	#videoPlayer {
		display: block;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-top: 10px;
	}

	/* CHAT */
	
	.backchat {
		width:215px;
		height:140px;
		float:left;
		margin-top:10px;
		margin-bottom:20px;
	}
	
	/* NAVIGATION */
	
	#primary-navigation-top {
		position:relative;
		margin: 20px auto 0px auto;
		width:960px;
		height:55px;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.5);
		clear: both;
	}
	
	#primary-navigation-top p {
		margin:0;
		padding:0;
		margin-left:12px;
		font-family: Gill Sans, Verdana;
		font-size: 11px;
		line-height: 25px;
		text-transform: uppercase;
		letter-spacing: -1px;
		font-weight:bold;
		color:#fff;
	}

	ul#primary-navigation-bottom {
		position:relative;
		margin: 0px auto 0px auto;
		width:960px;
		height:25px;
	    background: rgb(217, 217, 217); /* The Fallback */
		background: rgba(0, 0, 0, 0.1);
		clear: both;
		margin-bottom:35px;
	}
		
	ul#primary-navigation-bottom li {
		float:left;
		color:#333;
		font-family: Gill Sans, Verdana;
		font-size: 11px;
		line-height: 25px;
		text-transform: uppercase;
		letter-spacing: -1px;
		font-weight:bold;
		list-style:none;
		margin-left:5px;
		padding-left:7px;
		padding-right:7px;
	}
	
	ul#primary-navigation-bottom li a {
		margin-left:5px;
		padding-left:7px;
		padding-right:7px;
	}
	
	ul#primary-navigation-bottom li:hover {
		color:#fff;
		background: #00aeef repeat-x;
		cursor:pointer;
	}
	
	ul#primary-navigation-bottom li span {
		display: none; /*--Hide by default--*/		
		float: left;
		position: absolute;
		/* margin-top:19px; für IE */

		height:25px;
		left:0;
		width: 960px;
		background: rgb(217, 217, 217); /* The Fallback */
		background: rgba(0, 0, 0, 0.1);
		color: #333;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-radius-bottomleft: 5px;
		-webkit-border-radius-bottomright: 5px;				
	}

	ul#primary-navigation-bottom li:hover span { 
		display: block;
	}
	
	ul#primary-navigation-bottom li span a { 
		color:#333;
		text-decoration: none;
	}
	
	ul#primary-navigation-bottom li span a:hover {
		text-decoration: underline;
		color:#333;		
	}
	
	#breadcrumbs {
		position:relative;
		margin: 0px auto 0px auto;
		width:960px;
		border-bottom:1px solid #ccc;
		margin-bottom:20px;
	}
	
	#breadcrumbs a {
		font-family: Gill Sans, Verdana;
		font-size: 11px;		
		color:#000000;
		padding-left:10px;
		line-height: 14px;
		text-transform: uppercase;
		text-decoration:none;
		letter-spacing: 1px;
	}
	
	
	#footer  {
		position: relative;
		width:100%;
		height: 120px;
		border-top: 3px double #CCC;
		padding-top: 9px;
		margin: 40px auto 0px auto;
		text-align: center;
		clear: both;		
	}
	
	#footer p a {
		font-weight:normal;
		color:#333;
	}

	#background {
		width:100%; height:100%; position: absolute; z-index: -1; top: 0; left:0;
	}

	