/* @override http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/weltkarte.css */

* {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

div.htmltooltip {
	position: absolute;
	/*leave this and next 3 values alone*/
	z-index: 1000;
	background: #ffffff;
	border: 3px solid #0162a9;
	padding: 10px;
	display: none;
	width: 210px;
}

div.xhtmltooltip {
	position: absolute;
	/*leave this and next 3 values alone*/
	z-index: 1000;
	background: #ffffff;
	border: 3px solid #0162a9;
	padding: 10px;
	/*width of tooltip*/
	
}

h2.landesname {
	color: #0162a9;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
}

p.rep_typ {
	font-size: 10px;
	padding-bottom: 10px;
}

div.rep_anschrift {
	font-size: 15px;
	padding-left: 20px;
	padding-bottom: 7px;
}

a.rep_email {
	font-size: 15px;
	color: #0162a9;
}

p.rep_name {
	font-size: 15px;
	padding-bottom: 5px;
}

div.telecommunication_type {
	float: left;
	margin-right: 12px;
	font-size: 12px;
}

div.telecommunication_data {
	font-size: 12px;
	display: block;
	width: 193px;
}

img.landesflagge {
	float: right;
}

/* @group Countries */

div#australien {
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/australien.png) no-repeat right bottom;
	top: 381px;
	left: 43%;
}

div#kanada {
	top: 296px;
	left: 48%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/canada.png) no-repeat right bottom;
}

div#niederlande {
	top: 316px;
	left: 48%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/holland.png) no-repeat right bottom;
}

div#spanien {
	top: 332px;
	left: 41%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/spain.png) no-repeat right bottom;
	width: 239px;
}

div#finnland {
	top: 236px;
	left: 50%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/finland.png) no-repeat right bottom;
	width: 199px;
}

div#kroatien {
	top: 323px;
	left: 48%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/croatia.png) no-repeat right bottom;
	width: 199px;
}

div#oesterreich {
	top: 322px;
	left: 50%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/austria.png) no-repeat right bottom;
	width: 199px;
}

div#polen {
	top: 273px;
	left: 48%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/poland.png) no-repeat right bottom;
	width: 199px;
}

div#schweiz {
	top: 321px;
	left: 49%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/switzerland.png) no-repeat right bottom;
}

div#norwegen {
	top: 242px;
	left: 44%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/norway.png) no-repeat right bottom;
}

div#usa {
	top: 352px;
	left: 50%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/usa.png) no-repeat right bottom;
}

div#deutschland {
	top: 308px;
	left: 48%;
	background: #fff url(http://ibeg.com/cms/fileadmin/templates/ibeg3/weltkarte/Bilder/countries/germany.png) no-repeat right bottom;
}

/* @end */