/*
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{

}

p{

}

header, footer{
    width: 95%;
}

a:link, a:visited{ 

}

#content{
    width: 95%;
}

h2{
}

#welcometext{

}


label{

}

input[type=text], input[type=file], input[type=password], input[type=number],input[type=email]{
  width: 90%;

}

select{
    width: 93%;
 
}
input[type=radio], input[type=checkbox]{
     
}

#anmelden{
 
}

#header_img{
    float: none;
    margin-left:25%;
    
}

#footer_img{
    float: none;
    width: 80%;
    margin-left:10%;
}

input[type=submit]{

}

input:invalid {

}

input:valid {

}

#pheader, #pfooter{
    float:none;
    text-align: center;
}

.info{
    margin-left: 0px;
 font-size: .8em;
	width: 100%;
}

.inlineblock{
    display: inline-block;
}