/*
Your custom styles.
*/
body {
	background: url('../images/background.jpg') 0 0 repeat-x;
}

.category-info {
	background: -moz-linear-gradient(top, #828bb4  0%, #5f6e8f 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828bb4), color-stop(100%,#5f6e8f)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top,  #828bb4 0%,#5f6e8f 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top,  #828bb4 0%,#5f6e8f 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top,  #828bb4 0%,#5f6e8f 100%); /* IE10+ */ 
	background: linear-gradient(top,  #828bb4 0%,#5f6e8f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828bb4', endColorstr='#5f6e8f',GradientType=0 ); /* IE6-9 */ ;
   .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#828bb4, endColorstr=#5f6e8f);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#828bb4, endColorstr=#5f6e8f)\9;
    color: #fff;
    text-shadow:1px 1px 1px #333333;
    border-radius:3px 3px 3px 3px;
}

.category-info h1{margin-top:17px;}

ul.cleanlist{
	list-style:none;
}

.menu-bg {width:100%;height:100px;background: #C58473 url('../images/verlauf_menu.png') repeat-x;}


.span3 .grid-box .name {min-height:40px;width:160px;margin-left:30px;}


#links a{ color: #CCCCCC;text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF;font-size:14px}
.name div small {color:#333333}
#welcome {color:#afafaf !important} 
#welcome a {color:#8a8a8a !important;text-decoration:underline;} 
.dropd:hover {color:#8a8a8a !important;}
table.verstandkosten-tabelle td {border-bottom:1px solid  #999;border-left:1px solid #999}
table.verstandkosten-tabelle th {border-bottom:1px solid  #999;border-left:1px solid #999}
table.verstandkosten-tabelle  {border-right:1px solid #999;border-top:1px solid #999;}

#footer_id-10 {display:none}
.span3.grid-box .name {height:50px;}


/* Google Map TurnierService */

.normal { background-color:#FFF; }
.focus { background-color:#ccc; }

.sprite { display:inline-block;
 height: 32px;
 width: 32px;
 background: url('http://sites.google.com/site/mxamples/icons-dot.png') no-repeat;
 }

#selectcountry-map {float:left;margin-bottom:20px;}
#sidebar {float:left;margin-bottom:20px;margin-right:30px;}
#map {width:690px;height:100vh;border:1px solid #ccc;height:700px;}

#sidebar a {line-height:25px !important;}