/* CSS Document Auswahlseite*/

* {
    margin:0;
    padding:0;
    border:0;
    color:#000;
    font-family:Arial,Verdana,sans-serif;
}

html, body {
    height:100%;
/*    background-color:#FEFCE9; */
	background: #C0C0C0;
    text-align:center;
}

#abstand {
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
/*margin-bottom:-302px;*/
}

div#seite {
    position:relative;
    width:1000px; height:600px;
/*width:1007px; height:603px;*/
    margin:0 auto;
    background:url(hintergrund_auswahl.jpg) center center no-repeat;
    text-align:left;
    clear:left;
}

#flaggen_pwo {
    width:100px; height:20px;
    position:absolute; top:485px; left:145px;
    text-align:center;
}
#flaggen_lindner {
    width:100px; height:20px;
    position:absolute; top:485px; left:755px;
    text-align:center;
}
#link_pwo {
    position:absolute;
    left:105px; top:90px;
}
#link_lindner {
    position:absolute;
    left:525px; top:90px;
}
#link_pwo img, #link_lindner img {
    width:360px; height:130px;
}
