2008-08-26 22:27:24 +02:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2008 Jan Dittberner <jan@dittberner.info>
|
|
|
|
* Jan Dittberner IT-Consulting & -Solutions
|
|
|
|
* Cottbuser Str. 1, D-01129 Dresden
|
|
|
|
*
|
|
|
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
|
|
|
*
|
|
|
|
* This file is part of the ScrollingJQueryGallery component of the
|
|
|
|
* gnuviech-server.de Websitetools
|
|
|
|
*
|
|
|
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
|
|
|
* and/or modify it under the terms of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
|
|
* License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
|
|
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with ScrollingJQueryGallery. If not, see
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
|
|
|
*
|
|
|
|
* Version: $Id$
|
|
|
|
*/
|
2008-08-26 15:10:33 +02:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
body {
|
2008-08-26 22:27:24 +02:00
|
|
|
font-family:Verdana;
|
|
|
|
font-size:12px;
|
|
|
|
font-weight:bold;
|
|
|
|
text-decoration:none;
|
|
|
|
background-color:#660000;
|
|
|
|
color:#000000;
|
|
|
|
line-height:1,5;
|
|
|
|
margin:0px;
|
|
|
|
padding:0px;
|
|
|
|
onload:initScrollLayer();
|
|
|
|
margin-bottom: auto;
|
|
|
|
margin-top: auto;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
2008-08-26 22:27:24 +02:00
|
|
|
font-family:Verdana,Arial,Helvetica;
|
|
|
|
font-size:12px;
|
|
|
|
font-weight:bold;
|
|
|
|
color:#000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
font-family:Verdana,Arial,Helvetica;
|
|
|
|
font-size:10px;
|
|
|
|
font-weight:normal;
|
|
|
|
text-decoration:none;
|
|
|
|
color:#FFFFFF;
|
|
|
|
margin-left: 1px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
a:visited {
|
2008-08-26 22:27:24 +02:00
|
|
|
font-family:Verdana,Arial,Helvetica;
|
|
|
|
font-size:10px;
|
|
|
|
font-weight:normal;
|
|
|
|
text-decoration:none;
|
|
|
|
color:#FFFFFF;
|
|
|
|
margin-left: 1px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
a:active {
|
2008-08-26 22:27:24 +02:00
|
|
|
font-family:Verdana,Arial,Helvetica;
|
|
|
|
font-size:10px;
|
|
|
|
font-weight:normal;
|
|
|
|
text-decoration:none;
|
|
|
|
color:#FF6600;
|
|
|
|
margin-left: 1px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
#left {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:202px;
|
|
|
|
height:100%;
|
|
|
|
background-color:#333333;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#right {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:202px;
|
|
|
|
height:100%;
|
|
|
|
background-color:#333333;
|
|
|
|
left: 808px;
|
|
|
|
top: 0px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:616px;
|
|
|
|
height:100%;
|
|
|
|
background-color:#660000;
|
|
|
|
top: 0px;
|
|
|
|
left: 50%;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-left: -308px;
|
|
|
|
border-left: 3px #454648 solid;
|
|
|
|
border-right: 3px #454648 solid;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#content_container {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:490px;
|
|
|
|
height:492px;
|
|
|
|
background-color:#3D0000;
|
|
|
|
border:3px;
|
|
|
|
border-style:solid;
|
|
|
|
border-color:#454648;
|
|
|
|
left: 63px;
|
|
|
|
top: 57px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#invisible {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:490px;
|
|
|
|
height:492px;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
z-index:1;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#content_container_s {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:490px;
|
|
|
|
height:492px;
|
|
|
|
border:0px;
|
|
|
|
border-style:solid;
|
|
|
|
border-color:#454648;
|
|
|
|
left: 63px;
|
|
|
|
top: 57px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu {
|
2009-07-10 23:12:59 +02:00
|
|
|
list-style:none;
|
|
|
|
display:inline;
|
|
|
|
position:absolute;
|
2008-08-26 22:27:24 +02:00
|
|
|
width:330px;
|
|
|
|
height:14px;
|
|
|
|
left: 143.5px;
|
|
|
|
top: 553px;
|
|
|
|
margin-top:2px;
|
|
|
|
z-index:10;
|
2009-07-10 23:12:59 +02:00
|
|
|
padding:0;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sub_menu {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:490px;
|
|
|
|
height:14px;
|
|
|
|
left: 0px;
|
|
|
|
top: 450px;
|
|
|
|
margin-top:2px;
|
|
|
|
text-align:center;
|
|
|
|
z-index:1;
|
|
|
|
font-family:Verdana;
|
|
|
|
font-size:12px;
|
|
|
|
font-weight:normal;
|
|
|
|
text-decoration:none;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sub_menu_produkte {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:490px;
|
|
|
|
height:19px;
|
|
|
|
background-color:#000000;
|
|
|
|
font-family:Verdana;
|
|
|
|
font-size:12px;
|
|
|
|
font-weight:normal;
|
|
|
|
text-decoration:none;
|
|
|
|
color:#FFFFFF;
|
|
|
|
left:0px;
|
|
|
|
top:425px;
|
|
|
|
margin-top:2px;
|
|
|
|
text-align:center;
|
|
|
|
z-index:2;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#slider {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:474px;
|
|
|
|
height:65px;
|
|
|
|
background-color:#333333;
|
|
|
|
left: 8px;
|
|
|
|
top: 8px;
|
|
|
|
padding:0px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#slider_2 {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:474px;
|
|
|
|
height:67px;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#content_sub {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:330px;
|
|
|
|
height:330px;
|
|
|
|
left: 143px;
|
|
|
|
top: 149px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#content_nav {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:20px;
|
|
|
|
height:10px;
|
|
|
|
left: 298px;
|
|
|
|
top: 305.5px;
|
|
|
|
z-index:1;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#content_main {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:311px;
|
|
|
|
height:311px;
|
|
|
|
top: 9.5px;
|
|
|
|
left: 9.5px;
|
|
|
|
text-align:center;
|
|
|
|
font-weight: normal;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#content_main_s {
|
2008-08-26 22:27:24 +02:00
|
|
|
position:absolute;
|
|
|
|
width:311px;
|
|
|
|
height:311px;
|
|
|
|
top: 9.5px;
|
|
|
|
left: 9.5px;
|
|
|
|
text-align:center;
|
|
|
|
background-image: url(../content/portraet/bilder/port_back.jpg);
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#content_main_in {
|
2008-08-26 22:27:24 +02:00
|
|
|
border:0px;
|
|
|
|
margin-left:3px;
|
|
|
|
margin-top:3px;
|
2008-08-26 15:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//////////////Menu///////////////////
|
|
|
|
|
|
|
|
|
2008-09-01 11:52:07 +02:00
|
|
|
a.menu {
|
|
|
|
display:block;
|
|
|
|
text-align:center;
|
|
|
|
width:16ex;
|
|
|
|
padding:2px;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.menu:link {
|
|
|
|
color:#ffffff;
|
|
|
|
background-color:#3d0000;
|
|
|
|
padding-left:4px;
|
|
|
|
padding-right:4px;
|
|
|
|
padding-top:2px;
|
|
|
|
padding-bottom:2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.menu:visited {
|
|
|
|
color:#ffffff;
|
|
|
|
background-color:#3d0000;
|
|
|
|
padding-left:4px;
|
|
|
|
padding-right:4px;
|
|
|
|
padding-top:2px;
|
|
|
|
padding-bottom:2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.menu:hover {
|
|
|
|
color:#ffffff;
|
|
|
|
background-color:#454648;
|
|
|
|
padding-left:4px;
|
|
|
|
padding-right:4px;
|
|
|
|
padding-top:2px;
|
|
|
|
padding-bottom:2px;
|
|
|
|
}
|
2008-08-26 15:10:33 +02:00
|
|
|
|
2008-09-01 11:52:07 +02:00
|
|
|
a.menu:active {
|
|
|
|
color:#ffffff;
|
|
|
|
background-color:#454648;
|
|
|
|
padding-left:4px;
|
|
|
|
padding-right:4px;
|
|
|
|
padding-top:2px;
|
|
|
|
padding-bottom:2px;
|
|
|
|
}
|
2008-08-26 15:10:33 +02:00
|
|
|
////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|