/*General*/

*{padding: 0; margin: 0;}
body {
	text-align: center; 
	color: #812d23;
	font: 11px Georgia, "Times New Roman", Times, serif;
	background: url(../images/startseite/body-back.jpg) repeat;
}
h1 {
	font-size: 20px; 
	padding-top: 45px;
	background-position: center;
	color: #bf8a44;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #a09387 0 1px 2px;
}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px; 
	color: #943023;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px; 
	color: #d43d27;
	text-shadow: rgba(129,45,35,0.5) 0 0 3px;
}

/*Layout*/

#container { 
	width: 745px;
	margin: 0px auto;
}

#pageHeader {
	padding: 0px;
	margin-top: 50px;
	height: 200px;
	background: url(../images/startseite/hero.png) no-repeat center;
}

#content {	
	text-align: center;
	height: 230px;
	margin-top: 10px;
}
.slideshow { 
	text-align: center;
	padding: 50px 30px 30px;
}

.description {
	line-height: 18px;
	text-align: center;
	color: #812d23;
	font-size: 15px;
	font-style: italic;
	position: relative;
	top: 40px;
	margin-top: 60px;
}

#languages {
	margin-top: 60px;
}

#languages a {
	margin: 4px;
}

#footer {
	background: url(../images/startseite/footer.png) no-repeat center bottom;
	height: 230px;
	text-align: center;
	color: #812d23;
}

#copyright {

}

#externlinks {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

a.ext-link  {
	display: inline;
	height:16px;
	padding:17px 0 0 45px;
	color:#943023;
	font: 11px Helvetica, Verdana, Arial, sans;
	background: url(../images/startseite/ornament-link.png) no-repeat left top;
	margin-left: 35px;
	margin-right: 35px;
}

a.ext-link:hover  {
	color: #d43d27;
}

div#icons {
	overflow:hidden;
	text-align:center;
}

#startpic {
	
}

#starthtml a {
	background: url(../images/startseite/starthtml.png) no-repeat 0 0;
	width: 249px;
	height: 96px;
	float: right;
	margin-top: -43px;
	margin-right: 65px;
}

#starthtml a:hover {
	background: url(../images/startseite/starthtml-ov.png) no-repeat 0 0;
	width: 249px;
	height: 96px;
	float: right;
	margin-top: -43px;
	margin-right: 65px;
}

#startflash a {
	background: url(../images/startseite/startflash.png) no-repeat 0 0;
	width: 239px;
	height: 109px;
	float: left;
	margin-top: -60px;
	margin-left: 70px;
}

#startflash a:hover {
	background: url(../images/startseite/startflash-ov.png) no-repeat 0 0;
	width: 239px;
	height: 109px;
	float: left;
	margin-top: -60px;
	margin-left: 70px;
}

a img {
	border: 0px;
}

