* {
  margin: 0px;
  padding: 0px;
}

body {
	padding-top: 0px;
	margin-top: 0px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.75em;
  	color: #636363;
  	text-align: center;
 	background: #fafafa url(img/bgrd.png) repeat-x;
	line-height: 1.2em;
}

body * {
  font-size: 100.01%;
}

img, fieldset {
  border: 0;
}

p {
  margin-bottom:10px;
}

a {
  color: #76a8d3;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

p.buttons input, .button {
  font-weight: bold;
}


#container {
  	position: relative;
  	width: 750px;
  	height: auto;
  	margin-left: auto;
  	margin-right: auto;
  	padding-top: 40px;
  	text-align: left;
  	z-index: 1;
  	background: url(img/bgrd_shine5.png) no-repeat scroll;
	padding-right: 125px;
	padding-left: 125px;
}



#logo1 {
	width: 255px;
	height: 60px;
	text-align: right;
	float: right;
}

#logo2 {
	width: 255px;
	height: 60px;
	margin-bottom: 20px;
}




/*--------------------------------------------------------------*/
/* Menu															*/
/*--------------------------------------------------------------*/

#navibar {
	width: 100%;
	height: 30px;
	background: url(img/bgrd_navibar.png) repeat-x;
}


#menu ul{
  list-style: none;
  position: relative;
}

#menu ul li{
	float: left;
	margin: 0;
	padding: 0;
	display:inline;
}


#menu a{
	float: left;
	padding: 8px 20px;
	display:block;
	text-decoration: none;
	font-size: 1.0em;
	font-family: Arial;
	font-weight: bold;
	color: gray;
	text-shadow: #fff 1px 1px 1px;
}

#menu a:hover {
	color: gray;
	background: url(img/bgrd_navibar_mo.png) repeat;
	text-shadow: #fff 1px 1px 1px;
}

#menu a:active {
	color: #4d91cb;
	text-shadow: #CCC 1px 1px 1px;
}


#shortinfo {
	height: 230px;
	padding: 20px 150px 45px 20px;
	color: #333;
	background: url(img/bgrd_shortinfo2.jpg) repeat 0;
	font: bold 1.4em/1.5em Arial;
	text-shadow: #ccc 1px 1px 0;
	border-bottom: 1px solid #ccc;
}

#shortinfo a {
	color: gray;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	z-index: 1;
}



#efa_button {
	height: 125px;
	margin-top: 200px;
	float: right;
	z-index: 4;
	clear: none;
	overflow: visible;
	margin-right: -50px;
}


/*--------------------------------------------------------------*/
/* Startseite													*/
/*--------------------------------------------------------------*/

#entrypoints {
	display: block;
	margin-top: 20px;
	margin-bottom: 35px;
}

#entry {
	width: 45%;
	height: 45px;
	margin-top: 10px;
	padding: 5px 15px 5px 20px;
	border-left: 1px dotted #333;
	display: inline-block
}

#entry h1 {
	font-family: Arial;
	text-decoration: none;
	margin-bottom: 5px;
	text-shadow: #fff 1px 1px 1px;
	font-variant: small-caps;
}

#entry h2 {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	display: inline;
}

.ALPBACH {color: #8058bd; text-decoration: none;}
.BERICHTE {color: #63c76a; text-decoration: none;}
.VORSCHAU {color: #87cefa; text-decoration: none;}


/*--------------------------------------------------------------*/
/* Articles														*/
/*--------------------------------------------------------------*/

#maincontent {
	width: 730px;
	height: auto;
	line-height: 1.5em;
	font-size: 1.1em;
	text-align: justify;
	display: inline-block;
	position: relative;
	background: url(img/bgrd_content.png) repeat;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

#text_column {
	display: block;
	width: 480px;
	float: right;
	margin-bottom: 50px;
}

#abstract {
	font-size: 1.2em;
	padding-right: 35px;
	padding-left: 35px;
	font-weight: bold;
	padding-bottom: 35px;
}

#text_column p{
	margin-top: 0.75em;
}


#pic_column  {
	float: left;
	width: 225px;
}

#pic_column img {
	border: 1px solid white;
}

#sponsoren {
	padding-top: 5px;
	height: auto;
	border-top: 1px dotted #333;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

#sponsoren h1 {
	color:  #f59019;
	font-family: Arial;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-shadow: #fff 1px 1px 1px;
	font-variant: small-caps;
	text-align: left;
}

#sponsoren img {
	display: inline;
	margin: 10px;
}


