* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
    color: #333333;
}

html, body {
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
}

.kontakt{
    color: #ffffff;
}
.kontakt:visited{
    color: #ffffff;
}


.navigation{
    margin-top:20px;
    margin-left: auto;
    margin-right:auto;
    width:860px;
    height:10px;
    padding: 11px 20px 15px 20px;
    background-color:black;
}

.menu{
    width:100%;
    position:absolute;
    top: 20px;
    height:10px;
    padding-top:11px;
    left: 0px;
    text-align:center;
}

.header{
    width:100%;
    height: 208px;
    position:absolute;
    top: 20px;
    margin:0px;
    left:0px;   
}

.content{
    background-image: url(../img/bgtshirt.jpg);
    width: 900px;
    top:50px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

.footer{
    width: 860px;
    height: 10px;
    padding: 5px 20px 6px 20px;
    margin-top:12px;
    margin-left:auto;
    margin-right:auto;
    background-color: black;
    text-align: right;
    font-size: 10px;
    color:white;
}

.nav{
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.nav:hover{
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;    
}

.navin{
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.bnav{
    font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.bnav:hover{
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;    
}

.bnavin{
    font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

input{
    border: 1px solid #333333;
}

.button{
    background-color: #333333;
    line-height:13px;
    font-size:9px;
    color: white;
    padding:0px;
    margin-bottom:1px;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    height:16px;
}

.button2{
    background-color: #CC0000;
    border: 1px solid #CC0000;
    line-height:13px;
    font-size:9px;
    color: white;
    padding:0px;
    margin-bottom:1px;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    height:16px;
}

.galerie{
	float: left;
	margin: 7px;
}
a.paging{text-decoration:none}