/*
Author Name     : Tobias Herold
Author Site     : http://www.vektorrausch.de
Style Name      : Urbisa
Style URI       : http://www.urbisa.de
Version         : 1.0
Comments        : 2-Spalter, basierend auf K2 1.0
*/

body  {
font-size: 75%;
}

#header {
	background-position: top left;
}

/* Link-Farben */

a:link, a:visited {
  color: #0a186d;
  text-decoration: underline;
 }
  
a:hover, a:focus {
  color: #df448f;
  text-decoration: underline;
 }
 
ul.menu,
ul.menu li a {
	padding: 0 10px;
	line-height: 30px;
	}

 ul.menu a:link,
 ul.menu li a:visited {
 	color: #fff;
 	text-decoration: none;
 }

ul.menu li a:hover,
ul.menu li a:focus {
	background: #2C3C93;
	color: #fff !important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #0A196E !important;
	font-weight: bold;
	background: white;
	text-decoration: none;
}

.entry-content a:visited {
	color: #444;
}

#primary h2, #primary h3 {
	text-align: left;
}

#primary .page-head h2 a {
 	color: #444 !important;
	text-decoration: none !important;
}
 
 /* Struktur */

.columns-two #primary {
	border-right: 1px dotted #E4E1EC;
	padding-right: 20px;
	margin-right: 10px;
}

.columns-two #sidebar-1,
.columns-two #sidebar-2 {
	width: 175px;
}

.secondary .widget {
	margin-bottom: 30px;
}

.entry-content p {
	line-height: 140%;
}

/* Elemente ausblenden
***************************************************************/

#header .blog-title a, #header .description,
p.footerstyledwith, p.footerpoweredby, p.footerfeedlinks, p.footerstats {
	position:absolute;
	left:-10000px;
	top:-10000px;
}