@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	border:0px;
	margin:0px;
}
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	min-width:900px;
	min-height:600px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	overflow:auto;
	background-color:#000000;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	padding-top:10px;
	padding-left:5px;
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #FFFFFF;
	width:310px;
}
h2 {
	width:300px;
	padding-top:15px;
	padding-left:25px;
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
}
p {
	padding-top:15px;
	padding-left:25px;
	width:280px;
	font-size:11px;
}
ul {
	padding-left:25px;
}
li {
	list-style-type:none;
	font-size:12px;
	
	padding-top:10px;
	}
#portrait {
	width:200px;
	height:470px;
	position:absolute;
	bottom:20px;
	left:0px;
	background-image:url(../img/portrait.png);
	background-repeat:no-repeat
}
#wrapper {
	width:100%;
	height:100%;
	min-width:900px;
	min-height:600px;
	position:absolute;
	bckground-color:#000000;
	background-repeat:no-repeat;
	/*background-position:center;*/
}
#horizontcenter {
	width:10px;
	height:100%;
	left:50%;
	position:absolute;
	overflow:visible;
}
#vertcenter {
	width:100%;
	height:10px;
	top:50%;
	position:absolute;
	overflow:visible;
}
#content {
	padding:0px;
	width:700px;
	height:480px;
	position:relative;
	/*background-image:url(../img/background.png);*/
	margin-left:-200px;
	margin-top:-480px;
	overflow:auto;
}
#content_bg {
	padding:0px;
	width:700px;
	height:480px;
	position:relative;
	background-image:url(../img/background.png);
	margin-left:-200px;
	margin-top:-205px;
}
#picture {
}
#worldmap {
	width:2700px;
	height:870px;
	position:relative;
	background-image:url(../img/worldmap.gif);
	background-repeat:no-repeat;
	}
#navigation {
	text-align:left;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	position:absolute;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	overflow:hidden;
}
#navigation a {
	margin-left:25px;
	color:#FFDD00;
	text-decoration:none;
}
#navigation a:hover {
	color:#FFFFFF;
}
#footer {
	width:100%;
	height:600px;
	position:absolute;
	left:0px;
	bottom:0px;
}
#bottomnavigation {
	padding-top:5px;
	text-align:center;
	bottom:0px;
	left:0px;
	width:100%;
	height:15px;
	position:absolute;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	overflow:hidden;
}
#bottomnavigation a {
	color:#DDDDDD;
	text-decoration:none;
	top-margin:5px;
}
#bottomnavigation a:hover {
	color:#FFDD00;
}
#designkraft {
	font-size:10px;
	position:absolute;
	right:0px;
	bottom:0px;
	background-color:#000000;
}
#logo {
	top:5px;
	right:10px;
	position:absolute;
	width:100px;
	height:100px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}
#picturecontent {
	width:350px;
	height:480px;
	background-color:#CCCCCC;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:-200px;
	margin-top:-205px;
	overflow:hidden;
}
/*classes*/
.flag {
	position:absolute;
	}
.flag:hover {
	cursor:pointer;
	}
.city {
	background-color:#FFDD00;
	width:5px;
	height:5px;
	border:1px solid #000000;
}
.city:hover {
	border:1px solid #FFFFFF;
	}
.textflag {
	margin-left: 0px;
	text-align:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFDD00;
	background-image:url(../img/bg_orange.jpg);
	background-repeat:repeat-x;
	border:none;
	position:absolute;
	padding:5px;
	width:150px;
}
.textflag a {
	color:#000000;
	font-weight:bold;
	}
#mapnav {
	position:absolute;
	top:75px;
	right:0px;
	background-color:#FFFFFF;
	padding:5px;
	color:#666666;
	}
#mapnav a {
	color:#000000;
	}
#content450 {
	position:absolute;
	left:350px;
	top:0px;
	overflow:auto;
}
#bg_pictures {
	left: 10px;
	bottom:0px;
	position:absolute;
	height:15px;
	color:#999999;
	font-size:11px;
}
#bg_pictures a {
	color:#DDDDDD;
	text-decoration:none;
}
#bg_pictures a:hover {
	color:#FFDD00;
	text-decoration:none;
}
#blog h1 {
	width:670px;
}
#blog h2 {
	width:400px;

}
#blog h3 {
	width:400px;
}
#blog p {
	left:10px;
	width:400px;
}
.imgblog {

	top:20px;
	left:0px;
	position:relative;
	float:left;
}
.textblog {
	
	top:0px;
	position:relative;
	margin-left:210px;
	width: 400px;
}