﻿/* Allgemeines */
body { font-family: Arial, Helvetica, sans-serif; color:#FFF; background-color: #000; font-size:18px; min-width:330px; text-align:center; margin:0; padding:0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale; }
p {}
td {}
a:link { color:#FFF; text-decoration:none; }
a:visited { color:#FFF; text-decoration:none; }
a:hover { color:#FFF; text-decoration:none; }
a:active { text-decoration:none; }
a:focus { outline: none; }
.master { position:relative; width:95%; max-width:1200px; margin:auto; overflow: hidden; } 
.row:after { content:""; display:table; clear:both; }
/**************/

/* Inhalte */
#header { position:relative; width:100%; }
#headerContent { line-height: 50px; padding-top:30px; padding-bottom: 30px; }

#main { position:relative; width:100%; min-height:500px; }

#footer { position:relative; width:100%; min-height:150px; padding-top:40px; }
#footerContent { }


@media only screen and (min-width:2560px) { 

}

@media only screen and (max-width:1200px) { 

}

@media only screen and (max-width:992px) { 

}

@media only screen and (max-width:768px) { 

}

@media only screen and (max-width:600px) { 

}
/**********/