/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.08.2018, 20:12:12
    Author     : KoljaStrauß
*/

html{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width:100%;
}

p{
    text-align: justify;
}

header,footer,#content, #content_admin{
    box-shadow: 10px 10px 8px #888888;
}

header, footer{
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    background-color: RGB(149,43,143);
    border-radius: 5px;
    color: white;
    overflow: hidden;
}

a:link, a:visited{ 
  color: #fff;

  cursor:pointer;
}

#content, #content_admin{
    margin-left: auto;
    margin-right: auto;   
    background-color:#666;
    border-radius: 5px;    
    margin-top: 10px;
    color: white;
    padding: 10px;
    overflow: hidden;
    margin-bottom:10px;
}

#content{
    width: 900px;
}

#content_admin{
    width: 1400px;
}

h2{
    text-align: center;
}

#welcometext{
    text-align: center;
}

label{
    float: left;
    width: 300px;
}

input[type=text], input[type=file], input[type=password], input[type=number],input[type=email]{
  width: 325px;
  padding: 4px;
  margin: 4px;
}

select{
  width: 337px;
  padding: 4px;
  margin: 4px;   
}
input[type=radio], input[type=checkbox]{
  padding: 4px;
  margin: 8px;       
}

.button{
    float:right;
    margin: 8px;
}

#header_img{
    float:right;
    width:50%;
}

#footer_img{
    float:right;
    width:50%;
}

input[type=submit]{
    height: 30px;
}

#pheader, #pfooter{
    float:left;
    margin: 10px;
    font-weight: bold;
    font-variant: small-caps;
}

#anmelde_tabelle{
    font-size:.8em;
    width: 100%;
    table-layout: fixed;
}

#anmelde_tabelle td, th{
    font-size:.9em;   
    width: 5%;
    word-wrap: break-word;
}

tr:nth-child(even) {
    background:#666;
    
}
tr:nth-child(odd) {
    background:#555;
}

.info{
    margin-left: 305px;
    width: 320px;
    font-size: .8em;
}

#anmeldefrist{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
}