Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "UTF-8";
- /* CSS Document */
- *{ margin: 0; padding: 0; }
- body { background-color:#f7f7f7;
- font-size:14px;
- font-family:Verdana, Geneva, sans-serif;
- }
- a { text-decoration: none;
- color:#FFF;
- }
- a.hover {color:#F00;
- }
- #rahmen { width:950px;
- margin: 0 auto;
- padding-top: 25px;
- padding-bottom: 5px;
- }
- #navi { background-color:#1fe5b9;
- height: 25px;
- }
- ul { margin-top: -5px;
- margin-left: 355px;
- }
- #navi img { display: block;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 12px;
- }
- #social img { display: block;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 12px;
- }
- #header img { display: block;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 12px;
- }
- li { list-style-type: none;
- float:left;
- }
- p { color:#FFF; }
- h1 { font-family:BebasNeueRegular;
- font-weight: normal;
- font-size:30px;
- background-color:#1fe5b9;
- color:#FFF;
- height:33px;
- padding-left:8px;
- padding-right:0px;
- margin-bottom:8px;
- }
- #content { background-color:#373737;
- height: 500px;
- padding-top:25px;
- padding-bottom:6px;
- padding-left: 25px;
- padding-right: 50px;
- }
- #slider1 { background:#373737;
- padding:0;
- margin:0;
- }
- #content a { margin-left:auto;
- margin-right: auto;
- }
- #unten { background-image:url(grafik/unten.png);
- height: 39px;
- }
- #social { padding-top: 25px;
- padding-left: 790px;
- }
- .bx-next { position:absolute;
- top:40%;
- right:15px;
- z-index:999;
- width: 30px;
- height: 30px;
- text-indent: -999999px;
- background: url(grafik/gray_next.png) no-repeat 0 -30px;
- }
- .bx-prev { position:absolute;
- top:40%;
- left:15px;
- z-index:999;
- width: 30px;
- height: 30px;
- text-indent: -999999px;
- background: url(grafik/gray_prev.png) no-repeat 0 -30px;
- }
- .bx-wrapper {
- margin-right: -25px;
- margin-top: -25px;
- }
- @font-face {
- font-family: 'BebasNeueRegular';
- src: url('fonts/BebasNeue-webfont.eot');
- src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
- url('fonts/BebasNeue-webfont.woff') format('woff'),
- url('fonts/BebasNeue-webfont.ttf') format('truetype'),
- url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- ::selection {
- background: #1fe5b9; /* Safari */
- }
- ::-moz-selection {
- background: #1fe5b9; /* Firefox */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement