/*####### Standard #######*/
* {
    padding:0px;
    margin:0px;
}

html {
    height: 99.5%;
}

body {
    height: 99%;

    text-align:center;
    font-family:"Times New Roman", Times, serif;
    color:#666666;
  /*background-color: #ffffff;*/
    background-color:#FFFDCB;
    font-size:15px;
    padding-top:5px;
}

p {
    padding:0px 0px 8px 0px;
}

a {
	color:#666666;
}

img {
    margin:0px;
    padding:0px;
}

a img{
	border:0px;
	text-decoration:none;
}

iframe {
	font-size:8px;
}

h1,h2,h3,h4 {
	font-size:inherit;
	margin:0px;
	padding:0px;
	font-weight:inherit;
}

h2 {
    font-weight:bold;
    font-size:17px;
    width:280px;
    margin-left:auto;
    margin-right:auto;
    border-bottom:1px solid #777777;
    padding:5px;
    text-align:center;
}

#container {
    /* dieses eklige prozentgedöns dürfte nun entfernbar sein */
    min-height: 99.5%;
    height: auto !important;
    height: 99.5%;
    margin: 0 auto -25px;

    text-align:center;           /* ie center */
    /*border-bottom:2px solid #bbbbbb;*/
}

/*####### centered #######*/
.page {
  text-align:left;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  width:970px;
	margin: 0px auto;
}

.gelb {
  margin-left:20px;
  margin-right:20px;
	background-image:url(bilder/menugelb170.gif);
	background-repeat:repeat-y;
}

.gelb2 {
	background-image:url(bilder/menugrad170.gif);
	background-repeat:no-repeat;
}


/*####### Menu #######*/
.menu {
	width:170px;
	margin-left:0px;
  float:left;
	text-align:center;

}
.menu_entries a {
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 33px;
}

.biglinks a{
	text-decoration:none;
	font-size:24px;
	letter-spacing:2px;
	line-height:35px;
}

.menu a {
	color:#666666;
}
.menu a:hover {
	color:#000000;
}

.activemenu a{
	color:#000000;
}


.flags {
	color:#000000;
}

/*####### Main #######*/
.main {
	padding:0px;
	margin-left:20px;
	float:left;
	width:740px;
}

.head {
	padding-left:30px;
	margin-bottom:10px;
	font-size:40px;
}

.content {
	line-height:20px;
}

.box {
    margin:10px 0px 0px 0px;
}

.leftbox {
	float:left;
  width:360px;
	height:240px;

	text-align:center;
}

.rightbox {
  float:left;
	width:360px;
	margin-left:10px;
	height:240px;
	text-align:center;
}

div.rightbox p {
    text-align:left;
}

div.leftbox p {
    text-align:right;
}

#gallery1, #gallery2, #textgallery, #mixedgallery {
    position:relative;  /* ACHTUNG: IE 8 machts nur wenn es direkt im html steht. seltsam.  */
    width:320px;        /* image size */
    margin:auto;
}

#gallery1 div, #gallery2 div, #textgallery div, #mixedgallery div {
    visibility:hidden;
    position:absolute;
    top:0px;
    z-index:0;
}
#textgallery div {
    text-align:center;
    left:0px;
    right:0px;
}

.quelle {
     /*font-style:italic;*/
}



.clearbox {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

.freeleft {
	float:left;
	width:300px;
	height:250px;
  text-align:center;
}
.freeright {
	float:right;
	width:300px;
	height:250px;
	text-align:center;
}

.freeright a, .freeleft a {
  text-decoration:none;
  font-size:20px;
  letter-spacing:3px;          
}

.largecenter {
	color:#999999;
	/*background-color:#FFFDCB;*/
	vertical-align:middle;
	text-align:center;
	font-size:22px;
	letter-spacing:2px;
  line-height:35px;
	height:70px;
}

.imgbox img{
  background-color:#DEADBF;
  text-align:center;
  vertical-align:middle;
}
.imgbox360 img{
  background-color:#DEADBF;
  text-align:center;
  vertical-align:middle;
}
.imgbox288 img{
  background-color:#DEADBF;
  text-align:center;
  vertical-align:middle;
}

.tablelined td {
  border-bottom: 1px solid #777777;
  padding:8px;
}


/* special for preloading images*/
.preload {
	display:none;
}


/*####### Footer #######*/
.push {
	height:25px;
}

.footer {

	margin-left: 10px;
	margin-right: 10px;
	height:25px;

	color:#999999;
	background-color:#FDFF92;
  font-size:14px;
	padding:0px 10px;
	border-top:3px solid #bbbbbb;
	border-bottom:3px solid #777777;
	line-height:25px;
}
.footer a {
  color:#999999;
  margin-right:20px;
}


#index_bigsun {
    background-position:center;
    background-image:url(bilder/indexbigsunv3.jpg);
    background-repeat:no-repeat;
}

.galleryimg {
    display:block;
    width:100px;
    height:100px;
}
