/* css-reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* /css-reset */

body {
	margin: 0px;
	background: #000e33 url(../grafiken/bg_site.jpg) top center no-repeat;
	
	font-family: Georgia, Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #343434;
	line-height: 16px;
	
	behavior: url("csshover3.htc");
}

table.std td {
	vertical-align: top;
	padding: 5px;
}

	table.std .headline {
		font-weight: bold;
	}

.clear {
	clear: both;
}

.small {
	font-size: 11px;
}

h1 {
	color: #314f7a;
	font-size: 28px;
	margin: 0px 0px 0px 0px;
	line-height: 34px;
}

h2 {
	color: #712f2f;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	padding-bottom: 10px;
	/*text-transform: uppercase;*/
	background: url(../grafiken/h2_deco.gif) bottom left no-repeat;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 24px;
	color: #0d0d35;
	font-style: italic;
	font-weight: normal;
}

	h3 span {
		font-style: normal;
		font-weight: bold;
	}

h4 {
	font-size: 18px;
	padding: 1px;
	display: block;
	font-weight: normal;
	color: #3f5b73;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
	color: #232323;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 10px;
}

hr {
	background-color: transparent;
	border: none;
	border-top: 1px solid #899fb6;
	margin: 20px 0px 10px 0px;
}

ul {
	margin: 10px 0px 10px 20px;
}

	ul li {
		margin-left: 10px;
	}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #2f2405;
	text-decoration: underline;
}

	#container #content .content-left a:link,
	#container #content .content-left a:visited,
	#container #content .content-left a:active {
		color: #712f2f;
	}
	
	#container #content .content-left a:hover {
		color: #2f2405;
	}

a:hover {
	color: #712f2f;
	text-decoration: underline;
}

.bigtxt {
	font-weight: bold;
	font-size: 32px;
}

.linethrough {
	text-decoration: line-through;
	color: #6c220b;
}

.spacer {
	height: 30px;
}

table td {
	padding: 5px;
}

#container {
	position: absolute;
	width: 1006px;
	left: 50%;
	top: 0px;
	margin-left: -503px;
	z-index: 2;
	background: white url(../grafiken/bg_container-middle.jpg) top left repeat-y;
}

	#container #logo {
		position: absolute;
		top: 20px;
		left: 360px;
		width: 300px;
		height: 90px;
		z-index: 50;
	}
	
		#container #logo img {
			width: 300px;
			height: 90px;
		}

	#container #content {
		width: 976px;
		min-height: 1000px;
		height: auto !important;
		height: 1000px;
		padding: 245px 0px 0px 30px;
		background: url(../grafiken/bg_container-top.jpg) top left no-repeat;
	}
	
		#container #content .content-left {
			float: left;
			width: 725px;
			line-height: 18px;
			font-size: 14px;
			z-index: 200;
		}
		
			#container #content .content-left .left {
				float: left;
				width: 335px;
				padding-right: 20px;
				border-right: 1px solid #666;
				margin-right: 20px;
				text-align: justify;
				z-index: 200;
			}
			
			#container #content .content-left .right {
				float: left;
				width: 335px;
				text-align: justify;
				z-index: 200;
			}
		
		#container #content .content-right {
			float: left;
			width: 190px;
			margin-left: 25px;
			height: 1000px;
			overflow: hidden;
			
			font-size: 13px;
		}
		
			#container #content .content-right strong {
				color: #2a3946;
			}
		
			#container #content .content-right h1 {
				color: #313d48;
				font-size: 18px;
				margin-bottom: 10px;
				border-bottom: 1px solid #313d48;
			}
			
			#container #content .content-right .news,
			#container #content .content-right .referenzen,
			#container #content .content-right .partner {
				margin-bottom: 40px;
			}
			
				#container #content .content-right .referenzen img {
					display: block;
					margin-bottom: 10px;
				}
	
	#container #footer {
		width: 974px;
		height: 108px;
		background: url(../grafiken/bg_container-footer.jpg) top left no-repeat;
		position: relative;
		bottom: 0px;
		
		padding: 66px 0px 0px 32px;
		color: white;
		font-weight: bold;
	}
	
		#container #footer a {
			color: white;
			font-weight: bold;
		}

#navi {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 900px;
	z-index: 100;
	font-family: Arial, Verdana, Georgia;
}

	#navi a {
		color: white;
		text-decoration: none;
		font-weight: bold;
	}

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

#navi li { 
	display: block;
	margin: 0px 0px 0px 15px;
	padding-right: 15px;
	float: left;
	border-right: 2px solid white;
}

	#navi .last {
		border: none;
	}

#navi li ul li {
	display: block;
	font-size: 13px;
	float: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 1px solid white;
	height: auto;
	overflow: visible;
}

	#navi li ul li a {
		display: block;
		font-weight: normal;
		color: white;
		padding: 5px;
		background: #6685a2 url(../grafiken/bg_navi_flyout.jpg) bottom left repeat-x;
		cursor: pointer;
	}
	
		/* * html #navi li ul li a {
			width: 73px;
		}*/

#navi li { 
	height: 16px; 
	overflow: hidden; 
}

#navi li:hover { 
	height: auto; 
	overflow: visible;
	border-color: white;
	background: url(../grafiken/trans.gif) top left repeat;
}

	#navi li ul li:hover {
		
	}

	#navi li:hover a {
		color: black;
	}
	
	#navi li:hover ul li a {
		color: white;
	}
	
	#navi li ul li a:hover {
		color: white;
		background: black url(../grafiken/bg_navi_flyout-hover.jpg) top left repeat-x;
		border: none;
	}


/* Müllsäcke */

.boxes {
	width: 720px;
	height: 472px;
	/*font-size: 12px;*/
	margin-left: -5px;
	margin-bottom: 20px;
	line-height: 16px;
}
	
	.box_plugin {
		width: 210px;
		height: 390px;
		padding: 177px 15px 0px 15px;
		float: left;
		background: url(../grafiken/boxes/box_bg-plugin_cs.jpg) top left no-repeat;
	}
	
		.box_plugin h3 span {
			color: #3d69a4;
		}
		
	.box_basic {
		width: 210px;
		height: 390px;
		padding: 177px 15px 0px 15px;
		float: left;
		background: url(../grafiken/boxes/box_bg-basic_np.jpg) top left no-repeat;
	}
	
		.box_basic h3 span {
			color: #355b7b;
		}
		
	.box_custom {
		width: 210px;
		height: 390px;
		padding: 177px 15px 0px 15px;
		float: left;
		background: url(../grafiken/boxes/box_bg-custom.jpg) top left no-repeat;
	}
	
		.box_custom h3 span {
			color: #0d2236;
		}
		
.boxes_flash {
	position: absolute;
	top: 352px;
	left: 35px;
	width: 700px;
	height: 145px;
}

.box_text {
	height: 306px;
	width: 213px;
}

	* html .box_text {
		width: 208px;
		height: 304px;
		padding-top: 2px;
	}

.box_more {
	width: 203px;
	text-align: right;
	padding: 2px 5px 2px 5px;
}

	* html .box_more {
		width: 198px;
	}

	#container #content .content-left .boxes .box_more a {
		color: white;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	
		#container #content .content-left .boxes .box_more a:hover {
			color: #ecd397;
			text-decoration: underline;
		}

/* flags 

a.flag_german {
	position: absolute;
	top: 150px;
	left: 995px;
	display: block;
	height: 28px;
	width: 55px;
	background: url(../grafiken/flag_german.jpg) -5px 0px no-repeat;
}

	a.flag_german:hover {
		background: url(../grafiken/flag_german.jpg) 0px 0px no-repeat;
	}
	
a.flag_english {
	position: absolute;
	top: 180px;
	left: 995px;
	display: block;
	height: 28px;
	width: 55px;
	background: url(../grafiken/flag_english.jpg) -5px 0px no-repeat;
}

	a.flag_english:hover {
		background: url(../grafiken/flag_english.jpg) 0px 0px no-repeat;
	}
	
*/

/* Preis-Tabellen */

.price {
	font-size: 20px;
	color: #a28171;
}
	
/* Content-Boxen */

.box {
	border: 2px solid #36536d;
	background: #516b84 url(../grafiken/bg_box2.jpg) top left repeat-x;
	padding: 10px;
	width: 300px;
	margin-bottom: 20px;
	color: #446e93;
	color: white;
	text-align: left;
}

	.box h4 {
		color: #36536d;
		padding: 10px;
		margin: -10px -10px 10px -10px;
		background: white;
	}
	
	.box h5 {
		color: #36536d;
		font-size: 14px;
		text-align: right;
		padding: 10px;
		margin: 10px -10px -10px -10px;
		background: white;
	}
	
	.box strong {
		color: #c7d4dd;
	}
	
	.box ul {
		margin-left: 5px;
	}
	
		.box ul li {
			margin-bottom: 10px;
		}

/* Header */

.header {
	width: 750px;
	height: 90px;
	position: absolute;
	top: 188px;
	left: 10px;
	z-index: 100;
}

	.header_complete {
		background: url(../grafiken/header_complete.jpg) top left no-repeat;
	}
	
	.header_plugin {
		background: url(../grafiken/header_plugin.jpg) top left no-repeat;
	}
	
	.header_creative {
		background: url(../grafiken/header_creative.jpg) top left no-repeat;
	}
	
/* Flash Teaser */

.flashteaser {
	width: 198px;
	height: 177px;
	position: absolute;
	top: 494px;
	left: 780px;
	z-index: 0;
}

.flashteaser-link {
	width: 198px;
	height: 177px;
	position: absolute;
	top: 494px;
	left: 780px;
	z-index: 1000;
	border: 1px solid red;
	display: block;
}

/* Links auf den Buttons in den Beuteln */

.pluginlink {
	display: block;
	position: absolute;
	width: 67px;
	height: 67px;
	top: 793px;
	left: 37px;
}

.completelink {
	display: block;
	position: absolute;
	width: 67px;
	height: 67px;
	top: 793px;
	left: 277px;
}

	.pluginlink:hover,
	.completelink:hover {
		border: 1px solid #d8e0eb;
	}