/* CSS Document */
body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
}
/* /////////////////BOXEN//////////////////////// */
#container {
	position: relative;
	margin: 0 auto;
	padding: 1px 1px 1px 1px;
	text-align: left;
	width: 800px;
	height: auto;
	/*border: 1px solid blue;*/
}
#navigation {
	width: 125px;
	position: absolute;
	left: 0px;
	text-align: left;
	margin-top: 50px;
	height: 315px;
	/*overflow: auto;*/
	overflow:hidden;
}
#logo{
	text-align:center;
	width: 510px;
	margin-left: 145px;
	height: auto;
	padding: 0px;
	/*border:1px solid red;*/
}
#visitenkarte{ /*visitenkarte*/
	text-align:center;
	width: 510px;
	height: 500px;
	margin-left: 145px;
	height: auto;
	/*border:1px solid black;*/
	/*background-color:red;*/
}
#thumb{
	text-align:center;
	width: 700px;
	margin-left: 50px;
	overflow:auto;
	/*height: 110px;*/
	height: 81px;
}
#cr{
	text-align:center;
	width: 700px;
	margin-top: 10px;
	margin-left: 50px;
}
#grossbild{
	width: 700px;
	height: 500px;
	border: 0px solid white;
	background-color:#33FF00;
}
#navigation ul{
	list-style-type:none;
	padding: 0px 0px 0px 0px;	
	margin: 0px;
}
#navigation li{
	width: 112px;
	display: block;
	/*background-image:url(bullet.gif);
	background-repeat:no-repeat;
	padding-left: 10px;*/
	margin: 0px 0px 0px 0px;
}

/*style="width:700px; height:500px; border:0px solid white;" */
/* /////////////////Textelemente//////////////////////// */
/*p.schmal {
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
}*/
p {margin-top: 11px;}
a {color:#6699CC;}
img {border:0;}
h1 { font-size:14px;}

a.country{
	color:#6699CC;
}
a.recent{
	color:#FF0000;
}
a.ngo{
	color:#6699CC;
}
/* /////////////////Zellen//////////////////////// */
#logo td{
	text-align: left;
	padding: 2px 5px 2px 5px;
	height: 30px;
}
#logo td.titel{
	text-align: left;
	padding: 0px 5px 15px 5px;
}
#logo td.titel2{
	text-align:center;
	padding: 0px 5px 15px 5px;
}
#logo td.adresse{
	text-align: left;
	padding: 0px 5px 0px 5px;
	vertical-align:bottom;
}

/*#navigation {
	border: 1px solid black;
	
}
#logo{
	border: 1px solid black;
}
#logo2{
	border: 1px solid black;
}
#bild{
	border: 1px solid black;
}
#thumb{
	border: 1px solid black;
}*/
