/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 10.5px Verdana, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `mainContent
----------------------------------------------------------------------------------------------------*/
#content {
	font-size:10px;
	color:#446f75;
	line-height:25px;
}

#content p{
	margin-bottom:18px;
}

#content .post {
	padding: 20px 80px 50px 105px;
}

#content .post p a{
	color:#446f75;
	text-decoration:underline;
}

#news{
	font-size:10px;
	color:#446f75;
}

#news .post {
	padding: 10px 10px 10px 10px;
}

#news_home{
	font-size:9px;
	color:#446f75;
	padding: 15px 20px 20px 20px;
	width:168px;
}

#news_home p{
	margin-bottom:20px;
}

#news_home a{
	font-size:10px;
	color:#446f75;
	text-decoration:underline;
}

#bio_text {
	line-height:25px;
}

#disko_text {
	line-height:21px;
}
.disko_desc {
	margin-top:5px;
}

#musik_text {
	line-height:20px;
}

#musik_text tr td a{
	font-size:10px;
	color:#446f75;
	text-decoration:underline;
}

#kontakt_text{
	line-height:15px;
	padding-top:0px;
}

#termine_text a{
	font-size:10px;
	color:#446f75;
	text-decoration:underline;
}

#termine_text tr td{
	vertical-align:top;
	padding-bottom: 20px;
}



/* `top_navi
----------------------------------------------------------------------------------------------------*/

#top_navi .page_item a {
float: left;
display: block;
padding: 5px 10px 5px 5px;
margin-top: 50px;
margin-left: 406px;
text-decoration: none;
font-weight: bold;
color: #444444;
font-size: 14px;
}
 
#top_navi .page_item a:hover {
color:#000000;
}

#top_navi .current_page_item {
float: left;
margin: 0;
}
 
#top_navi .current_page_item a, .current_page_item a:hover {
float: left;
display: block;
text-decoration: none;
font-weight: bold;
color: #000000;
}


/* `navigation
----------------------------------------------------------------------------------------------------*/

#navigation .page_item a {
float: left;
display: block;
padding: 5px 0px 5px 40px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-image: url(../../images/header_links_navi_pfeile.png);
background-repeat:no-repeat;
background-position: 10px 10px;
}
 
#navigation .page_item a:hover, .current_page_ancestor a, .current_page_parent a {
text-decoration:underline;
}

#navigation .current_page_ancestor a, .current_page_parent a{
text-decoration:underline;
}

#navigation .current_page_item {
float: left;
margin: 0;
}
 
#navigation .current_page_item a, .current_page_item a:hover {
float: left;
display: block;
text-decoration: none;
font-weight: bold;
text-decoration:underline;
}

/* `footer
----------------------------------------------------------------------------------------------------*/

#footer{
	font-size: 10px;
	text-align:right;
}

#footer p{	
	padding-right: 80px;
}

#footer a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

