/* 
  @author    Lars Berndsen
  @copyright 2007-2008 Lars Berndsen, DESIGNSCENE
  @link      http://www.designscene.de
  @package   shortCMS
  shortCMS Lizenz:
  @license http://www.designscene.de/lizenz/shcms_licence.txt
  
  THEME CSS-ANGABEN
*/

/* Hintergrund */
body { 
color: black; 
font-size: 12px; 
font-family: Arial; 
text-align: center; 
background-color: white; 
background-image: url(../../img/theme/standart2010/bgbd.gif); 
background-repeat: repeat-x; 
background-position: left 0; 
scrollbar-face-color: #ACACAC; 
scrollbar-highlight-color: black; 
scrollbar-shadow-color: white; 
scrollbar-3dlight-color: white; 
scrollbar-arrow-color: white; 
scrollbar-track-color: white; 
scrollbar-darkshadow-color: black; 
scrollbar-base-color: black; 
}

/* Seitenrand */
#aussen { 
margin-left: auto;
margin-right: auto;
width: 900px;
font-size: 12px; 
text-align: center; 
background-color: transparent; 
background-repeat: repeat; 
background-position: left top;
; border: thin #9900CC solid
}

/* Seitenlogo */
#titel { 
width: 100%; 
height: 100px; 
margin: 0;
color: white; 
font-size: 16px; 
font-weight: bold; 
text-align: left; 
background-color: #9966CC; 
}

.titel_text_left { 
padding-top: 10px; 
padding-left: 10px; 
color: white; 
font-size: 36px; 
font-weight: bold; 
text-decoration: none;
text-align: left; 
float: left;
}

.titel_text_right { 
padding-top: 10px; 
padding-right: 4px;
color: white; 
font-size: 22px; 
font-weight: bold; 
text-decoration: none;
text-align: right; 
float: right;
}

/* Inhalt - Content */
.titelbg { 
font-weight: bold; 
color: #990099; 
font-size: 12px; 
text-align: left; 
margin: 0; 
padding-top: 4px;
padding-bottom: 3px;
padding-left: 2px;
padding-right: 2px;
; background-image: url(../../img/theme/standart2010/left_bg_title.jpg)
}

.undertitelbg {
text-align: left; 
padding: 6px 2px; 
}

/* Container mit den Inhalten */
#conform { 
margin-left: auto;
color: black; 
font-size: 12px; 
}

.content { 
color: black; 
font-size: 12px; 
font-family: Arial; 
width: 100%; 
}

.contentinhalt { 
color: black; 
font-size: 12px; 
font-family: Arial; 
}

.content p, .contentinhalt p {
  margin: 0;
  padding: 0;
}

.shopcontent { 
color: black; 
font-size: 12px; 
font-family: Arial; 
}

.subsites { 
font-size: 10px; 
text-align: left; 
width: 24%; 
float: right; 
margin: 0 0 10px; 
padding: 2px; 
border: solid 1px #8b8b8b; 
}

.subsites a, .subsites a:hover, .subsites a:visited { 
font-size: 10px; 
}

.kleinerdate { 
font-size: 10px; 
}

.content_kleiner { color: black; font-size: 10px; font-family: Arial; text-align: left; }
.content_kleiner a { color: black; font-size: 10px; font-family: Arial; text-align: left; }
.content_kleiner a:hover, .content_kleiner a:visited { color: black; font-size: 10px; font-family: Arial; text-align: left; }

.videoinfo {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 4px;
  text-align: left;
  font-weight: bold;
  background-color: #FFFFFF;
}

/* Kommentarbereich */
.textklein { 
 color: black;
 font-size: 10px; 
 text-align: left; 
}

.commentbereich { color: black; font-size: 12px; font-family: Arial; }

.textright { 
text-align: right; 
}

.tabheadline { 
font-weight: bold; 
background-color: #d2d2d2; 
text-align: left; 
text-indent: 2px; 
height: 22px; 
}

/* Seitenfuss */
#fuss { 
width: 100%;
margin-top: 0px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 8px;
padding-bottom: 8px;
color: #9933CC; 
font-size: 11px; 
text-align: center;
background-color: transparent; 
background-image: url(../../img/theme/standart2010/bottom_bg.gif); 
background-repeat: repeat-x; 
background-position: left top; 
clear: both;
; height: 30px
}

.smallcont { 
padding-right: 4px; 
padding-left: 4px; 
}

.footer2 { 
font-size: 8px; 
font-family: Arial; 
width: 100%; 
float: none; 
}




/* SYSTEMCOPYRIGHT */
#syscopy { 
color: black; 
font-size: 10px; 
text-align: center; 
width: 100%; 
margin-top: 10px; 
margin-bottom: 10px; 
}
.sysgenerate { 
text-align: center; 
width: 100%; 
}

