@charset "utf-8";
/* CSS Document */

/* common height of whole document*/
html {
	height: 100%;
}

/* commons for body*/
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images_iwi/common/bg/bg_1101.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #595959;
}

img {
	border: 0;
}

#bg {
	background-color:white;
	height:100%;
	margin:auto;
	width:970px;
}

#main {
	background-color:white;
	background-image:url(images_iwi/common/bg/bg_head.jpg);
	background-repeat:repeat-x;
	border-left:1px solid white;
	border-right:1px solid white;
	clear:left;
	float:left;
	padding:0 24px;
	width:920px;
}

#head {
	float: left;
	width: 100%;
	min-height: 73px;
	height: auto !important;
	height: 73px;
	padding-top: 25px;
}

#logo {
	float: left;
}

#signs {
	float: right;
	margin-bottom: 15px;
}

#signs img {
	display: block;
	float: left;
	margin-left: 10px;
}

#metanav {
	clear: right;
	float: right;
	font-size: 0.9em;
	color: #666;
}

#metanav a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
}

#metanav a:hover {
	text-decoration: underline;
}

/* NAV START*/

#nav {
	clear: left;
	float: left;
	width: 920px;
	background-image: url(images_iwi/common/nav/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #646464;
	/*min-height: 30px;
	height: auto !important;*/
	height: 30px;
}

#nav ul {
	display: block;
	width: 920px;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(images_iwi/common/nav/nav_corners.gif); 
	background-position: left top;
	background-repeat: no-repeat;
}

#nav li {

	margin-left: 0px;
	display: block;
	float: left;
	color: white;
	font-size: 1.3em;
	text-transform: uppercase;
	background-image: url(images_iwi/common/nav/nav_btn_line.jpg);
	background-position: 6px top;
	background-repeat: no-repeat;
	padding-left: 12px;
}

* html #nav li {
	min-width: 5px;
	width: auto !important;
	width: 5px;
	white-space: nowrap;
}

#nav li.first {
	background-image: none;
}

#nav a {
	color: white;
	text-decoration: none;
	display: block;
	height: 24px;
	padding-top: 6px;
	padding-left: 5px; padding-right: 5px;
}

#nav a:hover {
	background-image: url(images_iwi/common/nav/nav_btn_bg.jpg);
	background-repeat: repeat-x;
}

#nav .corner {
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 4px 0 4px;
}

#nav_btm {
	width: 100%;
	clear: left;
	float: left;
	height: 1px;
	background-image: url(images/nav_corners.gif);
	background-repeat: no-repeat;
}

* html #nav_btm {
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

/* NAV END*/

#frame {
	clear: left;
	float: left;
	background-image: url(images_iwi/common/bg/start_frame_bg.jpg);
	background-repeat: repeat-x;
	/*min-height: 280px;
	height: auto !important;
	height: 280px;*/
	width: 920px;
	padding: 0;
	margin-top: 1px;
}

#content {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
}


		#monitor, #slidebox, #hotlinks, #zielgruppen {
			float: left;
			width: 451px;
			height: 268px;
			/*background-color: white;*/
			margin: 5px 0 5px 0;
		}

		#monitor {
			margin-left: 7px;
		}

			#monitor .top {
				background-image: url(images/monitor_top.gif);
				background-repeat: no-repeat;
				height: 5px;
			}

			#monitor .mdl {
				background-image: url(images/monitor_bg-trans.png);
				background-repeat: repeat-y;
			}

			#monitor .btm {
				background-image: url(images/monitor_btm.gif);
				background-repeat: no-repeat;
				height: 5px;
			}

		#frame .mbox_top {
			background-image: url(images/mbox_top.gif);
			background-repeat: no-repeat;
			height: 5px;
		}

		#frame .mbox_mdl {
			background-image: url(images/mbox_bg-trans.png);
			background-repeat: repeat-y;
			text-align: left;
			padding: 0 5px 0 5px;
		}

		#slidebox .mbox_mdl {
			height: 258px;
		}

		#hotlinks .mbox_mdl {
			height: 174px;
		}

			.mbox_mdl h3 {
				display: block;
				float: left;
				width: 100%;
				margin: 0;
				font-size: 1em;
				text-transform: uppercase;
				font-weight: normal;
				background-image: url(images/mbox_btn_bg.jpg);
				background-repeat: repeat-x;
				background-color: #AAA;
				height: 24px;
				/*padding: 5px 9px 0 9px;*/
				margin-bottom: 1px;
			}

			.mbox_mdl h3.col {
				background-image: url(images/mbox_head_1001.jpg);
				background-color: #D71C4F;
			}

			.mbox_mdl h3 a, span.head {
				display: block;
				padding: 5px 9px 5px 9px;
				color: white;
				text-decoration: none;
				background-image: url(images/mbox_btn_corners.gif);
				background-repeat: no-repeat;
			}

			span.head {
				background-image: url(images/mbox_head_corners.gif);
			}

			.mbox_mdl div {
				clear: left;
				width: 195px;
				padding: 14px 9px 5px 9px;
				background-image: url(images/mbox_cont_bg.jpg);
				background-repeat: no-repeat;
				overflow: auto;
				margin: 0;
			}

			#slidebox .mbox_mdl div {
				height: 146px;
			}

			#hotlinks .mbox_mdl div {
				min-height: 130px;
				height: auto !important;
				height: 130px;
			}


		#frame .mbox_btm {
			background-image: url(images/mbox_btm-trans.png);
			background-repeat: no-repeat;
			height: 5px;
		}

		#slidebox, #hotlinks, #zielgruppen {
			width: 223px;
			margin-left: 4px;
			text-align: left;
		}

		#slidebox {
			height: 268px;
		}

		#hotlinks {
			height: 183px;
		}

		#zielgruppen {
			width: 215px;
			margin-left: 4px;
		}

		#frame .fcorners {
			width: 100%;
			clear: left;
			float: left;
			height: 1px;
			background-image: url(images/frame_corners.gif);
			background-repeat: no-repeat;
		}

		* html #frame .fcorners {
			font-size: 0px;
			line-height: 0px;
			height: 1px;
		}


