﻿/**
 * @author      Alexander Bossauer
 * @package     Joomla!
 * @link        www.forschung-gluecksspiel.de
 * @email       alexander.bossauer@gmx.de
 * @copyright   Alexander Bossauer
 *
 * Forschungsinstitut für Glückspiel und Wetten
 * Copyright (C) 2013 Alexander Bossauer
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
  margin: 0px;
  padding: 0px;
}

html, body{
  background: #FFF;
  height: 1050px;
}

/* ************************** TYPO ****************************
*****************************************************************/

body{
  font-family: Times New Roman, sans-serif;
  font-size: 12px;
  color: #000;
}

p{
  padding-left: 0px;
}

a:link {
  font-size:16px;
  color:#264162;
  text-decoration: none;
}

h1 {
  font-family: Times New Roman, sans-serif;
  font-size: 50px;
  line-height: 40px;
  padding-top: 10px;
  padding-left: 25px;
  color: #cdd0c5;
  font-variant: small-caps;
  font-weight: lighter;
}

h2 {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 25px;
  color: #264162;
  font-variant: small-caps;
  font-weight: 600;
}

h3 {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #264162;
  font-variant: small-caps;
}

#artikeltext{
  line-height: 18px;
  color: #000060;
}

footer{
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  color: #FFF;
}


/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 1200px;
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  overflow: hidden !important; /* FF Scroll-leiste */ 
}

#main-header{
  width: 1200px;
  height:110px;
  float:left;
}

#language{
  width: 100px;
  height: 110px;
  float: left;
  background: #264061;
  padding-top: 50px;
  padding-left: 100px;  
}

#main-navigation{
  width: 350px;
  height: 110px;
  float: left;
  background: #264061;  
}

#banner{
  background:#264061;
  width: 850px;
  height: 110px;
  float:left;
}

#section-wrapper{
  width: 1200px;
  
  background:url(../images/content.png);
  background-repeat: repeat-y;

  float:left;
}

#sidebar-left{
  width: 170px;
  float:left;
}

#picture{
  width: 1026px;
  height: 136px;

  border-left: 4px solid #FFF;
  
  float:left;
}


#content{
  width:990px;
  padding: 15px;
  float:left;

}

footer{
  width: 1200px;
  height: 42px;
  background: #264061;
  float:left
}
  

/* ************************** NAVIGATION ************************
*****************************************************************/

#main-navigation .menu{
  list-style-type: none;
  width: 250px;
  height: 110px;
}

#main-navigation .menu li a{
  white-space: nowrap;
  width: 70px;
  height: 30px;
  margin-top: 75px;
  display:block;
  float:left;
  color: #cdd0c5;
  
  text-decoration: none;  
}


#main-navigation .menu li a:hover{
  text-decoration: underline;

}  
  font-family: Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  


/* ************************** SUB-NAVIGATION ************************
*****************************************************************/

#sidebar-left .menu{
  list-style-type: none;
  width: 170px;
}

#sidebar-left .menu li a{
  width: 170px;
  height: 36px;
  display: block;
  float:left;
  
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 19px;
  line-height: 36px;
  text-indent: 30px;
  color: #72708a;
  text-decoration: none;
  font-variant: small-caps;
    
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
  
}


#sidebar-left .menu li a:hover{
  color: #264162;
  background:url(../images/selected.png);  
}

#sidebar-left .menu li.active a{
  color: #264162;
  background:url(../images/selected.png);  
}

/* ************************** FORMULAR ***************************
*****************************************************************/

.contact h3:first-child {
    display: none;
}

.contact h3 {
    font-size: 24px;
    padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;

}

.contact h2 {
    padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;

}

.contact {
    font-family: Times New Roman, Arial, sans-serif;
  font-size: 16px;
  padding-bottom: 20px;  
}

label {
  width:12em;
    display: block;
    float:left;
    padding: 6px;  
    padding-left: 10px; 
}

input {
  margin: 7px;
}

textarea {
  width:390px;
  margin: 7px;
}

button {
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 10px;
}


legend {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  color: #264162;
  font-variant: small-caps;
  font-weight:bold;

  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#eventformular{
  width:600px;
  padding-left: 100px
}

.chronoform a:link, .chronoform a:visited, .chronoform a:hover { 
visibility:hidden;display:none;
}

.ccms_form_element{ 
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color:#707070;
}

#id5_container_div{
  padding-left:5px;
}


