body{
    background: url(Grafiken/brickwall.png);
    padding: 0;
    margin: 0;
    min-width: 800px;
    height: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
html{
    height: 100%;
}

a{
    color: #FF5A00;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}
a:hover{
    text-decoration: underline;
}
a:focus{
    text-decoration: underline;
}

h1{
    font-family: Arial;
    font-weight: bold;
}

h2{
    font-family: Arial;
    font-weight: bold;
}

h3{
    font-family: Arial;
    font-weight: bold;
}

input{
    font-family: Arial;
}

input[type=text], input[type=password], input[type=email], input[type=tel]{
	border: 1px solid #999;
}
input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=tel]:hover{
	border: 1px solid #7EB4EA;
}

textarea{
    font-family: Arial;
	border: 1px solid #999;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #EFEFEF;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #D0D0D0;
}

::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #939393;
}

::-webkit-scrollbar-thumb:hover
{
	background-color: #808080;
}
::-webkit-scrollbar-thumb:active
{
	background-color: #777777;
}

::-webkit-scrollbar-corner
{
	background-color: #D0D0D0;
}


/* generell */
.d_link{
    color: #000000;
}
.d_link:hover{
    color: #000000;
    text-decoration: none;
}

/* diverses */
#menu{
    margin-left: -248px;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#menu:hover{
    margin-left: 0px;
}

#navi_links{
	padding-left: 50px;
}

li.categories{
list-style-type: none;
margin-bottom: 1px;
}
ul.children{
padding-left: 20px;
margin-top: 4px;
margin-bottom: 4px;
}
#menu_m{
    background: url(Grafiken/brickwall_dark.png) fixed rgb(220,220,220);
    background: url(Grafiken/brickwall_dark.png) fixed rgba(220,220,220,0.5);
    background-position:left top;
    width: 250px;
    height: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    text-shadow: 0px 0px 2px #DDDDDD;
    border-right: 1px #CCC solid;
}

#menu_auf{
    width: 45px;
    height: 60px;
    float: left;
    background: rgb(220,220,220) url(Grafiken/brickwall_dark.png) fixed;
    background: rgba(220,220,220,0.5) url(Grafiken/brickwall_dark.png) fixed;
    background-position:left top;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
}

div#navi{
	text-align: left;
}
ul#navi{
    margin-left: -40px;
} 
#menu_m_m{
	position: absolute;
	top: 0;
	bottom: 100px;
	overflow: auto;
	width: 245px;
}

#social{
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.social_img{
	margin-bottom: -10px;
    height: 80px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.social_img:hover{
    transform:rotate(7deg);
    -o-transform:rotate(7deg);
    -moz-transform:rotate(7deg);
    -webkit-transform:rotate(7deg);
}

#anmelden{
position: fixed;
right: 0px;
top: 0px;
background-color: #DBDBDB;
font-family: Arial;
font-weight: bold;
padding-right: 6px;
padding-left: 6px;
padding-bottom: 4px;
padding-top: 4px;
cursor: pointer;
border-bottom-left-radius: 5px;
}
#anmelden:hover{
    background: #AAAAAA;
}


#page_aussen {
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-family: Arial;
    background-color: rgb(220,220,220);
    background-color: rgba(220,220,220,0.5);
    margin: 0 auto !important;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    max-width: 940px;
}
#page{
    padding-left: 20px;
    padding-right: 20px;
    padding: 30px;
}

#nachricht_t{
    width: 500px;
    height: 200px;
}

.img_b{
    border: 1px solid #444444;
}

.start_navi {
    text-align: center;
    width: 200px;
    height: 25px;
    background: rgb(200,200,200);
    background: rgba(200,200,200,0.6);
    text-shadow: none;
    border-radius: 12px;
}

.start_navi:hover {
    background: #B5B5B5;
}

#up{
    position: fixed;
    bottom: 20px;
    right: 30px;
    opacity: 0.6;
    filter: alpha(opacity=50);
    display: none;
}


/* Gallery */

.gallery{
    max-width: 240px;
    max-height: 200px;
    border: 2px solid #888;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    box-shadow: #ccc 5px 5px 20px;
    background: #666666;
    cursor: pointer;
}
.gallery:hover{
    box-shadow: #666 5px 5px 20px;
}
.gallery:active{
    border: 2px solid #444444;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

#loadbox{
    display: none;
}

.bgt{
    background: rgba(0,0,0,0.7);
}

#start_link{
    transition: all 0.25s;
    -webkit-transition: all 0.4s;
}
#start_link:hover{
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

@media only screen and (min-width: 1315px) {
    #menu_auf{
        display: none;
    }
    #menu{
        margin-left: 0px;
    }
    #menu_m{
        box-shadow: none;
        background: url(Grafiken/home.png) no-repeat rgb(220,220,220);
        background: url(Grafiken/home.png) no-repeat rgba(220,220,220,0.5);
        border: none;
    }
    #page_aussen{
        position: relative;
        left: 80px;
    }
    #anmelden{
	    padding: 10px;
	    font-size: 16px;
	    background-color: rgb(220,220,220);
	    background-color: rgba(220,220,220,0.6);
	    box-shadow: none;
    }
    #page_aussen{
    	background-color: rgb(220,220,220);
    	background-color: rgba(220,220,220,0.5);
    	box-shadow: none;
    }
}