body {
		background:url(img/background.png) repeat-x;
		margin:0px;
		padding: 0px;
}

#page {
	margin: auto;
	width:900px;
	background:url(img/logo.png) no-repeat;

}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


a{
text-decoration: none;
color: #606060;
}
a:hover{
text-decoration: underline;
color: #606060;
}
a:visited{
color: #606060;
text-decoration: none;
}

.textimg{
margin: 0 10px 0 0;
float: left;
width: 150px;
height: 106px;


}

.mainmenu{
width: 100%;
overflow: hidden;
margin-bottom: 15px;
}

.mainmenu ul{
margin: 0;
padding: 0;
padding-top: 40px; /*offset of tabs relative to browser left edge*/
font: normal 12px Verdana;
list-style-type: none;
}

.mainmenu li{
display: inline;
margin: 0;
}

.mainmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 15px; /*padding inside each tab*/
color: #575656;
background: #e0e0e0; /*background of tabs (default state)*/
}

/*.mainmenu li a:visited{
color: white;
}*/

.mainmenu li a:hover, .mainmenu li.selected a{
background: #ebebeb; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#cont {
position: relative;
	margin: 0;
	float: left;
	width:650px;
	background:#ffffff;
	font: normal 12px Verdana;
	color: #272727;
	min-height:700px;
}

#headimg {
	height: 150px;
	width: 650px;
	border: none;
	
	}

#cont p{
	margin: 0;
	padding: 0;
	font: normal 12px Verdana;
	color: #272727;
	
}

#submenu{
	position: relative;
	float: right;
	margin: 0;
	width:240px;
	min-height:208px;

}
#kontakt{
	margin: 0 0 10px 0;
	padding: 10px;
	width: 209px;
	border: solid #bababa 1px;
	font: normal 12px Verdana;
	color: #606060;

}


#urbangreymenu{
width: 230px; /*width of menu*/
}

#urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: #344e83;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 5px; /*31px is left indentation of header text*/
}

#urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

#urbangreymenu ul li a{
font: normal 12px Arial;
color: #575656;
background: #e9e9e9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

#urbangreymenu ul li a:visited{
color: #575656;
}

#urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #575656;
background: #f2f2f2;
}

hr{
	color: #606060;
	border-top: 1px solid #bababa;

}

h1{
font:  bold 14px Verdana;
color: #272727;
margin: 0;
padding: 10px 0 10px 0;
}

#foot{
border-top: 1px solid #bababa;
position: relative;
font: normal 12px Verdana;
width:650px;
color: #606060;
padding-bottom: 10px;
}


#foot ul{
list-style-type: none;
margin: 6px 0 0 0;
padding: 0px;
margin-bottom: 0;
}

#foot ul li{
display: inline;
}

#foot ul li a{
padding: 0px;
margin-left: 8px;
text-decoration: none;
font: normal 12px Verdana;
color: #606060;
}
#foot ul li a:visited{
font: normal 12px Verdana;
color: #606060;
}
#foot ul li a:hover{
text-decoration: underline;
}

