/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
}
* {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	list-style:none;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

a img{
	border:0;
}
.clear{
	clear:both;
	height:0px !important;
}
.center {
    text-align:center;
    width:400px;
}
/* Layout CSS */
#Stage {
    width:900px;
    height:600px;
    margin:20px auto;
}
#StageMenue {
    width:150px;
    background:url("../images/farbverlauf1.jpg");
    float:left;
    margin-left:50px;
}
#StageContent {
    float:left;
    width:465px;
    margin-top:120px;
    margin-left:35px;
    color:#000;
}
#StageContent .clear {
    height:20px;
}
#StageRight {
    float:left;
    width:200px;
    height:100%;
    background:url("../images/logo.png") center top no-repeat;
}
#StageRightMenue {
    position:absolute;
    margin-top:570px;
}
.menue1 {
    background:url("../images/weisser_strich.gif") left top no-repeat;
    margin-top:180px;
    padding-left:30px;
    padding-top:20px;
    padding-bottom:20px;
}
.menue1 a {
    color:#ff0000;
    font-size:16px;
    font-weight:bold;
}
.menue1 li {
    line-height:40px;
}
.menue2 {
    margin-bottom:10px;
    margin-left:10px;
}
.menue2 a {
    color:#0000ff;
    font-size:14px;
}
.menue2 li {
    line-height:20px;
}
#StageFooter {
    clear:both;
}

#Impressum {
    float:left;
}
#Impressum a {
    color:#ff0000;
    margin-left:50px;
    margin-right:10px;
}

/*	Translations	*/
#Translations {
    float:left;
}
#Translations a,
#Translations {
    color:#ff0000;
}

/*	Bilder		*/
.Bild {
    float:left;
    margin-right:10px;
}
.BildText {
    float:left;
    color:#000;
    width:155px;
}

/*	Laufbilder	*/
#thisImage {
    height:304px;
    overflow:hidden;
    text-align:center;
}
#thisText {
    height:30px;
    overflow:auto;
}

