/***   B   ***/

body, html
{
width				: 100%;
height				: 100%;
padding				: 0px;
margin				: 0px;
background-image	: url(../pics/textur.jpg);
}

body
{
font-family			: Arial, sans-serif;
font-size			: 100.1%;
}


/***   C   ***/

#container
{
width				: 100%;
height				: 100%;
margin				: 0;
padding				: 0;
font-size			: 0.8em;
background-image	: url(../pics/logo.gif);
background-position	: center center;
background-repeat	: no-repeat;
}


.center
{
vertical-align		: middle;
text-align			: center;
}


/***   E   ***/

.error
{
color				: #ff0000;
background-color	: transparent;
font-weight			: bold;
}

.error_input
{
color				: #ff0000;
background-color	: #ffe5e5;
border				: 1px solid #ff0000;
}


/***   I   ***/

input
{
color				: #000000;
background-color	: #FFFFFF;
border				: 1px solid #444444;
margin				: 0;
padding				: 3px;
}


/***   S   ***/

.submit
{
font-size			: 0.8em;
margin				: 0;
padding				: 3px;
border				: 1px solid #DDDDDD;
color				: #FFFFFF;
background-color	: #666666;
}


/***   T   ***/

#t_form
{
width 				: 300px;
height				: 150px;
text-align			: left;
margin				: auto;
padding				: 0;
border				: 1px solid #000000;
background-image	: url(../pics/textur2.jpg);
background-position	: bottom right;
background-repeat	: no-repeat;
font-size			: 14px;
}

#t_form td
{
padding				: 10px;
}


/*** C O O K I E  -  H I N W E I S ***/

#cookiehinweis a {
    color: #fff;
    text-decoration: none;
}

#cookiehinweis a:hover {
    text-decoration: underline;
}

#cookiehinweis div {
    padding: 20px;
    padding-right: 300px;
}

#cookiehinweis {
    outline: 1px solid #7b92a9;
    text-align: center;
    border-top: 1px solid #fff;
    background: #178700;
    color: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
}

#cookiehinweisCloser {
    color: #333;
    font: 18px/100% arial, sans-serif;
    position: absolute;
    right: 35px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 15px;
    cursor: pointer;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #7b92a9;
    border-right: 1px solid #7b92a9;
    padding: 5px;
    background: #ced6df;  
 }

#cookiehinweisCloser:hover {
    border-bottom: 1px solid white; 
    border-right: 1px solid white;
    border-top: 1px solid #7b92a9;
    border-left: 1px solid #7b92a9;
}


