@font-face {
	font-family: 'Conv_Vivaldii';
	src: url('fonts/Vivaldii.eot');
	src: local('?'), url('fonts/Vivaldii.woff') format('woff'), url('fonts/Vivaldii.ttf') format('truetype'), url('fonts/Vivaldii.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}   

body {
background-color:#000;
color: #fff;

font-family: Georgia,Times New Roman,Times,serif;
*//
}
.open {
	color: yellow !important;
}

.closed {
	color: red !important;
	font-weight: bold;
}
#canvas {

        background: transparent url(/media/bg_zier.png) no-repeat top center ;
        background-size: 80%;
        background-repeat: repeat-y;
 margin:auto;       

}

#content {
border: 0px solid red;
margin: auto;
margin-top: 2%;
text-align: center;
}

img {
    max-width: 100%;
}

#content img.rund {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
 
    border-image: none;
    border-radius: 100% 100% 100% 100%;
    border-style: none none solid solid;
    border-width: 3px 3px 4px 4px;
    margin: 5px;
    max-width: 18%;
}

#content img.rund2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
 
    border-image: none;
    border-radius: 100% 100% 100% 100%;
    border-style: none none solid solid;
    border-width: 3px 3px 4px 4px;
    margin: 5px;
    max-width: 18%;
    margin-bottom: 170px;
    
}

#links {

border: 1px solid blue;


}

#rechts {


border: 1px solid yellow;

}

#clearall {
clear:both;
}

#info{
text-align: center;
margin: 20px;
}

a:link, a:visited {
color: #C3B97E;
}

@media only screen and (max-width: 1000px) { 

#content img.rund {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
 
    border-image: none;
    border-radius: 100% 100% 100% 100%;
    border-style: none none solid solid;
    border-width: 3px 3px 4px 4px;
    margin: 15px;
    max-width: 70%;
    
}

#content img.rund2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
 
    border-image: none;
    border-radius: 100% 100% 100% 100%;
    border-style: none none solid solid;
    border-width: 3px 3px 4px 4px;
    margin: 15px;
    max-width: 50%;

}

} 