@import url("navigation.css");
@import url("modules.css");
@import url("input.css");
@import url("search.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 {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html, body {
	background: #e6e6e6;
	color: #333;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/************************* STRUCTURE **********************/

#outer_container {
	background: url(/web/grafik/bg_outercontainer.png) repeat-y center;
	margin: 20px auto;
	padding: 0 7px 0 7px;
	width: 980px;
}

#container {
	background: #fff;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 0px;
	border-right: 0px;
	padding: 10px;
	position: relative;
	width: 960px;
	min-height: 700px;
}

	#header {
		height: 120px;
		width: 960px;
	}
	
	#mainnav {
		background: #e95d0f;
		height: 40px;
		margin: 0 0 20px 0;
		width: 960px;
	}
	
	#col0 {
		padding: 0 0 15px 0;
		width: 960px;
	}
	
	#col1 {
		margin: 30px 0 0 0;
		float: left;
		width: 635px;
	}
	
		.box {
			color: #000;
			float: left;
			font-size: 13px;
			margin: 0 14px 20px 0;
			position: relative;
			width: 310px;
			height: 110px;
		}
		
		.box3 {
			margin-right: 0;
		}
				
			.box1 img,
			.box2 img,
			.box3 img {
				position: absolute;
				right: 0;
				top: 0;
				z-index: 100;
			}
			
			.box1 a,
			.box2 a,
			.box3 a {
				background: url(/web/grafik/bg_arrow.gif) no-repeat 277px 77px;
				height: 110px;
				position: absolute;
				right: 0;
				text-indent: -9999em;
				top: 0;
				width: 310px;
				z-index: 200;
			}
		
		#news {
			background-color: #ececed;
			border: 5px solid #dae0e3;
			color: #333;
			float: left;
			padding: 0;
			position:relative;
			width: 625px;
		}
		
			#news .rss {
				position:absolute;
				right:15px;
				top:10px;
			}
		
		#seo{
			background-color: #ececed;
			border: 5px solid #dae0e3;
			color: #333;
			float: left;
			padding: 10px 10px 10px 25px;
			margin: 20px 0 0 0;
			position:relative;
			width: 590px;
		}
		
		#zetecotv {
			float: left;
			margin: 10px 0 0 0;
			width: 310px;
		}
		
		#press {
			float: left;
			margin: 0;
			width: 310px;
		}
		
		#tagcloud {
			width: 625px;
		}
			
	#col2 {
		float: left;
		margin: 30px 0 0 14px;;
		width: 310px;
	}
	
		#col2 ul {
			margin: 0 0 0 20px;
		}
	
	#topimage {
		height: 180px;
		width: 960px;
	}
	
		#topimage p {
			margin: 0;
		}
	
	#text {
		float: left;
		padding: 30px 30px 0 0;
		width: 600px;
	}
	
			#text .rss {
				float: left;
				margin: 0 0 0 10px;
			}
	
	#text img {
		padding: 5px;
	}


/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #eb6e29;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

	#news h2 {
		background: #dae0e3;
		color: 000000;
		height: 15px;
		padding: 5px 0 0 5px;
		font-family: "Arial", Verdana;
		font-size: 10px;
		font-weight: bold;
		width: 55px;
	}
	
	 h1.news{
		float: left;
	}
	
	#press h2 {
		border-top: 3px solid #ececed;
		border-bottom: 3px solid #ececed;
		color: #eb6e29;
		font-size: 14px;
		padding: 5px 0 5px 0;
	}

h3 {
	color: #eb6e29;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	color:#888888;
}

a:hover {
	color:#888888;
}

a:focus {
	color:#888888;
}

a:visited {
	color:#888888;
}

/************************* TABLES **********************/

table {
}

table th {
}

table td {
}

/************************* OTHERS **********************/

.logo {
	display: inline;
	float: left;
	margin: 20px 0 0 0;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}
