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

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


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

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

.iehack {
	clear: both;
	float: left;
}

.formdata3{
	
	border: 1px solid #cccccc;
	width: 300px;
	margin-bottom: 3px;
}


.hint{
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	float: left;
	margin-top: 10px;
	color: #555555;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

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


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


.innencontainer {
	width: 885px;
	float: left;
	clear: left;
}





/*---------------------- dropdown inputfield -------------------------*/


.dropdown, .dropdown:visited {

	background-color: #ededed;
	width: 300px;
	font-family: 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: 2px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #cccccc;
	
}

.dropdown:hover {
	background-color: #ededed;
	width: 300px;
	font-family: 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: 2px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #0b0b0b;
	
}




.inputfield, .inputfield:visited {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 17px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 2px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #cccccc;
	
}


.inputfield:hover {
	background-img: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 17px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 2px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #0b0b0b;
	
}


.inputbox, .inputbox:visited {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	height: 100px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 2px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #cccccc;
	
}


.inputbox:hover {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	height: 100px;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 2px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #0b0b0b;
	
}







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


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

.logo {
	float: right;
	padding-right: 10px;
}

.logo img {
	float: left;
}


.topnav {
	float: left;
	padding-left: 26px;
	width: 500px;
	border: #00CC33;
	margin-top: 48px;
}


.topnav a {
	font-family: arial;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-right: 20px;
}

.topnav a:hover {
	color: #000099;
}



a.topnav-selected{
	font-family: arial;
	font-size: 11px;
	line-height: normal;
	color: #000099;
	text-decoration: none;
	float: left;
	padding-right: 20px;
}







/*---------------------- contentbig -------------------------------*/

.contentbig {
	width: 879px;
	float: left;
	background-color: #ffffff;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin: 0px;
	padding-right: 0px;
}

/*---------------------- contentshader1 -------------------------------*/

.contentshader1 {
	width: 879px;
	float: left;
	background-image: url(/img/content_shader1.gif);
	background-repeat: repeat-y;
}


/*---------------------- contentshader1 -------------------------------*/

.contentshader2 {
	width: 879px;
	float: left;
	background-image: url(/img/content_shader2.gif);
	background-repeat: no-repeat;
}












/*---------------------- suche -------------------------------*/



.suchmaske {
	width: 94px;
	float: right;
	background-image: url(/img/suchmaske.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-right: 12px;
	margin-top: 7px;
}

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

.suchmaske-input:hover {
	width: 50px;
	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-top: 2px;
	margin-top: 3px;
}






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


.mainnav {
	width: 863px;
	float: left;
	clear: left;
	background-color: #000000;
	background-image: url(/img/shader_mainnav.png);
	background-repeat: repeat-x;
	padding-left: 10px;
}

.mainnav a {
	font-family: "Arial Black";
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.mainnav a:hover {
	color: #FFFFFF;
	background-color: #636363;
	background-image: url(/img/hover_mainnav.png);
	background-repeat: repeat-x;
}



a.mainnav-selected {
	font-family: "Arial Black";
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	background-color: #636363;
	background-image: url(/img/hover_mainnav.png);
	background-repeat: repeat-x;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
}







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


.subnav {
	width: 863px;
	float: left;
	clear: left;
	background-color: #194297;
	background-image: url(/img/shader_subnav.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}

.subnav a {
	font-family: arial;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.subnav a:hover {
	color: #FFFFFF;
	background-color: #3b80dc;
}


a.subnav-selected {
	font-family: arial;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	background-color: #3b80dc;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}











/*---------------------- nopics -------------------------------*/


.nopicbig {
	width: 873px;
	height: 425px;
	float: left;
	background-repeat: no-repeat;
}

.nopicbig img {
	float: left;
}




.nopicmedium {
	width: 873px;
	height: 198px;
	float: left;
	background-repeat: no-repeat;
}

.nopicmedium img {
	float: left;
}










/*---------------------- bluetrans -------------------------------*/


.bluetransbig {
	float: right;
	width: 340px;
	height: 425px;
	background-image: url(/img/bluetrans.png);
	background-repeat: repeat;
}

.bluetransmedium {
	float: right;
	width: 267px;
	height: 198px;
	background-image: url(/img/bluetrans.png);
	background-repeat: repeat;
}


.bluetranstypo {
	font-family: "Arial Black";
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	margin-top: 30px;
	padding-left: 20px;
	width: 220px;
	font-style: oblique;
	text-transform: uppercase;
	overflow: hidden;

}







/*---------------------- bluetranshover -------------------------------*/


.bluetranspadding {
	float: left;
	padding-top: 250px;
	padding-left: 90px;

}


.bluetranshover {
	float: left;
	width: 520px;
	background-image: url(/img/bluetrans.png);
	background-repeat: repeat;
	border: 4px solid #ffffff;
}


.bluetranshovertypo {
	font-family: "Arial Black";
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	padding: 10px;
	width: 100%;
	font-style: oblique;
	text-transform: uppercase;
	overflow: hidden;
}



.bluetranshovertypo div.more {
	width: 150px;
	float: right;
	clear: left;
	font-family: arial;
	font-style: normal;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 0px;
}


.bluetranshovertypo div.more a, .bluetranshovertypo div.more a:visited  {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}


.bluetranshovertypo div.more a:hover  {
	color: #cccccc;
	text-decoration: none;
}

.bluetranshovertypo div.more img  {
	float: left;
	margin-top: -2px;
}









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




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

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




/*---------------------- 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 Black";
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	color: #214da9;
	margin: 0px;
	padding: 0px;
}

.artikel h2 {
	width: 520px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #464646;
	margin: 0px;
	padding: 0px;
}

.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;
}


.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: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.artikel div.more a, .artikel div.more a:visited  {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
}


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











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

.artikelmore {
	width: 520px;
	float: left;
	clear: left;
	margin-top: 20px;
	border-bottom: 1px dotted #cccccc;

}

.artikelmore h1 {
	width: 520px;
	float: left;
	clear: left;
	font-family: "Arial Black";
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	color: #214da9;
	margin: 0px;
	padding: 0px;
}

.artikelmore h2 {
	width: 520px;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #464646;
	margin: 0px;
	padding: 0px;
}


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


.artikelmore div.more a, .artikel div.more a:visited  {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
}


.artikelmore div.more a:hover  {
	color: #000099;
	text-decoration: none;
}












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

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

.infobox h1 {
	width: 100%;
	float: left;
	clear: left;
	font-family: "Arial Black";
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #214da9;
	margin: 0px;
	padding: 0px;
}

.infobox h2 {
	width: 100%;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #464646;
	margin: 0px;
	padding: 0px;
}

.infobox div.copy {
	width: 100%;
	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: #000099;
	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: 10px;
	margin-left: 0px;
}


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


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

















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


.footer {
	width: 885px;
	float: left;
	margin-top: 6px;
	margin-bottom: 15px;
}

.logosmall {
	float: left;
}

.logosmall img {
	float: left;
}

.footertext {
	float: right;
	width: 600px;
	margin-top: 18px;
}

.footertext h1 {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #0b0b0b;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.footertext h1 a {
	text-decoration: underline;
	color: #0b0b0b;
}

.footertext h1 a:hover {
	color: #000099;
	text-decoration: none;
}

