/* CSS Document */


#myGallery
{
width: 460px !important;
height: 400px !important;
} 

body {
	background: #ffffff; /* page background*/
	color: #333333;
	padding: 13px 0 25px 0;
text-align: center;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	}

table {
	font: 12px Arial, Verdana, Sans-Serif;
	}

ul, li, img
{
	margin: 0;
	padding: 0;
}
	
p {	
	margin: 15px 0;
	}


a
{
	text-decoration: underline;
color: #000000;
}

a:hover
{
	text-decoration: none;
color: #ff0000;
}


img, a:link img, a:visited img { 
	border:0
	}


.picleft {
	float:left;
	margin:3px 14px 10px 0;
	
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;

	}	

.pic {
margin:3px 0 10px 14px;

	}	



small {
	font-size: 0.95em;
	background:#ffffff; /* Verfasst von .. Datum ... */
	padding:0px 0px;
	}


#top
{	

text-align: right;

}



#wrapper
{
	text-align: left;
	margin: auto;
	width: 850px;
}

#wrapper ul, li, a
{
	list-style-type: none;
}

#header 
{
	height: 177px;
background: url('../images/3g-logo-header.png') no-repeat;
	overflow: hidden;
}


#anzeige 
{
	height: 200px;
background: url('http://www.3g-sports.de/images/3g-logo-az.png') no-repeat;
	overflow: hidden;
}


#sidebar
{
	width: 190;
	float: left;
	background: #f2f2f2;
}

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Arial, Verdana, Sans-Serif;
color: white;
background: #ffffff url('../images/arrowstop.gif') no-repeat 10px 12px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
border-bottom: 1px solid #333333;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #333333;
display: block;
}

.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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial, Verdana, Sans-Serif;
color: black;
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: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: 333333;
background: #cccccc;
}


#content {
	width:631px;
	float:left
	padding: 0 1em;
	margin-left: 200px;

}


.entry
{
font: 1em Arial, Helvetica, sans-serif;
color: #333333;

}


h4 {
	font: bold 14px  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	border-bottom: 1px solid #D3D3D3;
	text-align:justify; 
	padding:3px; 
	margin-top:3px; 
	margin-bottom:5px;
	padding:.4em 30px .4em 0;
	}



h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#000000;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333333;
	background: #ffffff url('../images/quote.png') no-repeat 10px 0;
	border: none;
	}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
} 


#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#333333;
	}

#footer a {
	color:#333333;
	
	}

