@charset "utf-8";
/* Reset */
* {
	margin: 0;
	padding: 0;
}

table {
	font-size: inherit;
}

img {
	border: 0;
}

body, table, li, a{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.clear {
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

hr.clear {
	display: block;
	visibility: hidden;
	height: 0;
}

/* Layout */
body {
	background-color: #D1E5E4;
	background-image: url(../media/design/bg.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 80px;
	width: 706px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 40px;
	padding-top: 10px;
	text-align: center;
	width: 695px;
}

#duema-logo  {
	/*height: 97px;
	left: 280px;
	position: relative;
	top: 50px;*/
	height: 97px;
	left: 580px;
	position: absolute;
	top: 95px;
}

#main-nav {
	height: 30px;
}

#content {
	width: 537px;
	min-height: 378px;
	padding-top: 30px;
}

#footer {

}

/* Typo */
h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px
}

h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}

p {
	margin-bottom: 15px;
}

img {
	margin-bottom: 15px;
}

.img-n-caption {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 15px;
}

.img-n-caption img{
	margin-bottom: 0px;
}

li{
	margin-left: 15px;
	margin-bottom: 5px;
}

ul.no-bullet {
		list-style-type: none;
		list-style-position: inside;
}

ul.no-bullet li{
	margin-left: 0px;
	margin-bottom: 0px;
}


#head-adress {
	display: inline-block;
	text-align: center;
	margin: 0 60px;
	
}

a:link  {
    color: #3A69CB;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #3A69CB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	margin-top: 50px;
	font-size: 10px;
	line-height: 12px;
}
/* Galerie */
.gallery {
		width: auto !important;
		text-align: center;
}

.gallery-img {
	display: inline-block;
	text-align: center;
}


/* Navigation */
#main-nav ul {}

#main-nav li {
	display: inline; 
	margin: 0;
}

#main-nav li a:link,#main-nav li a:visited {
	display: inline-block;
	width: 114px;
	height: 22px;
	background-image: url(../media/design/main-nav-buttons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

#main-nav li a:hover, #main-nav li a:active{
	background-image: url(../media/design/main-nav-buttons.png);
	background-position: -120px 0px;
	background-repeat: no-repeat;
}

#main-nav li a.cur-page {
	background-image: url(../media/design/main-nav-buttons.png);
	background-position: -240px 0;
	background-repeat: no-repeat;
}

/* Sprach-Navigation */
#language-nav {
	position: absolute;
	width: 210px;
	height: 20px;
	left: 300px;
	top: 85px;

}

#language-nav p{
	font-size: 13px;
	display: inline;
	color: #fff;
	/*text-align: center;
	margin-bottom: 5px;*/
}

#language-nav ul {
	list-style-type: none;
	display: inline;
}

#language-nav li {
	display: inline;
	margin: 0;
}
