/*------------------------------------------------------------------------
	IOK CSS // © Frederic K. Herring, cmXs 2009
--------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
}


img {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}

.high {
	position:relative;
	top: -0.4em;
	font-size: 70%;
	line-height: 0%;
	color: #333333;
}






/*---------------------- container -------------------------------*/


.container {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


.innencontainer {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}




/*-------------------------------------------------
eingabefelder
-------------------------------------------------*/


.dropdown, .dropdown:visited {

	background-color: #ededed;
	width: 250px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #cccccc;
	
}

.dropdown:hover {
	background-color: #ffffff;
	width: 250px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #0b0b0b;
	
}




.inputfield, .inputfield:visited {
	background-color: #f6f6f6;
	width: 250px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #cccccc;
	
}


.inputfield:hover {
	background-color: #ffffff;
	width: 250px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #0b0b0b;
	
}


.inputbox, .inputbox:visited {
	background-color: #f6f6f6;
	width: 250px;
	height: 100px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #cccccc;
	
}


.inputbox:hover {
	background-color: #ffffff;
	width: 250px;
	height: 100px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #0b0b0b;
	
}











/*---------------------- topbox -------------------------------*/


.topbox {
	width: 840px;
	float: left;
	clear: left;
	margin-bottom: 2px;
	
}

.logo {
	float: left;
}

.logo img {
	float: left;
}




.flagbox {
	float: right;
	width: 180px;
	margin-top: 60px;
}

.flagbox img {
	float: right;
}


.flagbox a.de {
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/de.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}

.flagbox a.de:hover {
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/de.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	border: none;
}


.flagbox a.en {
	float: right;
	width: 18px;
	padding-left: 8px;
	background-image: url(../img/en.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}

.flagbox a.en:hover {
	float: right;
	width: 18px;
	padding-left: 8px;
	background-image: url(../img/en.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	border: none;
}

.flagbox a.en {
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/en.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}

.flagbox a.en:hover {
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/en.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	border: none;
}


.flagbox a.fr{
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/fr.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}

.flagbox a.fr:hover {
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/fr.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	border: none;
}


.flagbox a.ru {
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/ru.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.flagbox a.ru:hover {
	float: right;
	width: 17px;
	padding-left: 8px;
	background-image: url(../img/ru.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	border: none;
}









.suchebox {
	float: left;
	width: 180px;
	margin-top: 20px;
}

.suchmaske {
	width: 180px;
	float: left;
	background-image: url(/img/suche.png);
	background-repeat: no-repeat;
}

.suchmaske-input, .suchmaske-input:visited {
	width: 110px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	height: 14px;
	background-color: transparent;
	padding-left: 9px;
	padding-top: 2px;
	margin-top: 1px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

.suchmaske-input:hover {
	width: 110px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #cccccc;
	text-decoration: none;
	height: 14px;
	background-color: transparent;
	padding-left: 9px;
	padding-top: 2px;
}





/*---------------------- nopic -------------------------------*/


.nopicbox {
	width: 845px;
	float: left;
	clear: left;
	padding: 0px;
}

.nopicbox img {
	float: left;
}

.border1 {
	background-color: #ededed;
	float: left;
	width: 16px;
	height: 242px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.block-i {
	background-color: #d1d1d1;
	float: left;
	width: 90px;
	height: 242px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/img/block-i.gif);
	background-repeat: no-repeat;
}

.block-i:hover {
	background-color: #d1d1d1;
	float: left;
	width: 90px;
	height: 242px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/img/block-i_ro.gif);
	background-repeat: no-repeat;
}


.block-o {
	background-color: #f0eef0;
	float: left;
	width: 107px;
	height: 242px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/img/block-o.gif);
	background-repeat: no-repeat;
}

.block-o:hover {
	background-color: #f0eef0;
	float: left;
	width: 107px;
	height: 242px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/img/block-o_ro.gif);
	background-repeat: no-repeat;
}


.block-k {
	background-color: #969696;
	float: left;
	width: 123px;
	height: 242px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/img/block-k.gif);
	background-repeat: no-repeat;
}

.block-k:hover {
	background-color: #969696;
	float: left;
	width: 123px;
	height: 242px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/img/block-k_ro.gif);
	background-repeat: no-repeat;
}


.nopic {
	float: left;
	height: 242px;
	width: 472px;
	border-right: 2px solid #ffffff;
}

.nopic img {
	float: left;
}

.border2 {
	background-color: #6e6e6e;
	float: left;
	width: 20px;
	height: 242px;
}




/*---------------------- mainnav -------------------------------*/


.mainnav {
	width: 840px;
	float: left;
	clear: left;
	padding: 0px;
	margin-top: 4px;
}

.mainnav a {
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	padding-right: 20px;
	text-transform: uppercase;
}

.mainnav a:hover {
	color: #0b0b0b;
}




/*---------------------- subnav -------------------------------*/


.subnavbox {
	width: 838px;
	float: left;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.subnav {
	width: 465px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.subnav a {
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	padding-right: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.subnav a:hover {
	color: #0b0b0b;
}




/*---------------------- content -------------------------------*/



.content {
	width: 838px;
	float: left;
	clear: left;
	padding-bottom: 20px;
	margin-top: 20px;
}









/*---------------------- leftside / rightside -------------------------------*/




.leftside {
	width: 520px;
	float: left;
	margin-top: 11px;
}

.rightside {
	width: 220px;
	float: right;
}




/*---------------------- subnavright -------------------------------*/


.subnavright {
	width: 220px;
	float: left;
	clear: left;
	padding-bottom: 11px;
}



.subnavright a {
	float: left;
	font-family: arial;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	clear: left;
	width: 220px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-image: url(/img/dotlinesmall.gif);
	background-repeat: no-repeat;
	background-position: 0px 23px;
}

.subnavright a:hover {
	color: #0b0b0b;
}




/*---------------------- content artikel -------------------------------*/

.artikel {
	width: 520px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-top: 20px;
}

.artikel h1 {
	width: 520px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.artikel h2 {
	width: 520px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.artikel div.copy {
	width: 520px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.copy {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}


.artikel div.copy a, .artikel div.copy a:visited  {
	color: #666666;
	text-decoration: underline;
}


.artikel div.copy a:hover  {
	color: #0b0b0b;
	text-decoration: none;
}



.artikel div.more {
	width: 520px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.artikel div.more a, .artikel div.more a:visited  {
	color: #666666;
	text-decoration: underline;
}


.artikel div.more a:hover  {
	color: #0b0b0b;
	text-decoration: none;
}










/*---------------------- infobox -------------------------------*/

.infobox {
	width: 220px;
	float: left;
	clear: left;
	margin-top: 20px;
}

.infobox h1 {
	width: 220px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.infobox h2 {
	width: 220px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.infobox div.copy {
	width: 220px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.infobox div.copy a, .infobox div.copy a:visited  {
	color: #0b0b0b;
	text-decoration: underline;
}


.infobox div.copy a:hover  {
	color: #999999;
	text-decoration: none;
}





.infobox div.more {
	width: 220px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.infobox div.more a, .infobox div.more a:visited  {
	color: #666666;
	text-decoration: underline;
}


.infobox div.more a:hover  {
	color: #0b0b0b;
	text-decoration: none;
}










/*---------------------- footer -------------------------------*/



.footer {
	width: 838px;
	float: left;
	clear: left;
	margin-top: 15px;
	margin-bottom: 25px;
}

.minilogo {
	float: left;
}

.minilogo img {
	float: left;
}

.adressbox {
	float: right;
	width: 465px;
}

.adressbox h1 {
	font-family: arial;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
}

.adressbox h1 a, .adressbox h1 a:visited {
	color: #666666;
	text-decoration: underline;
}

.adressbox h1 a:hover {
	color: #666666;
	text-decoration: underline;
}
