/* Grundeinstellungen */

body {
	background: #000000 url(img/bg.jpg) top no-repeat;
	color: #ffffff;
}

a {
	color: #5096c1;
	border: none;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #ff0084;
}

h5 {
	font-size: 17px;
	margin: 5px 0 5px 0;
	padding: 0px;
}

/* Tabs */

#tabbed_box_1 {
	margin: 0px auto;
	width:	400px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#353535;
	letter-spacing:-1px;
	margin-bottom:0px;
	padding: 5px;


}
.tabbed_box h4 small {
	color:#999999;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}

.tabbed_box h4 small a {
	color: #999999;
	border-bottom: 1px solid #5086c1;

}

.tabbed_box h4 small a:hover {
	color: #999999;
	border-bottom: 1px solid #ff0084;

}


.tabbed_area {
	background-color:#636d76;
}

ul.tabs {
	padding:0;
	}
ul.tabs li {
	list-style:none;
	display:inline;
	margin: 0;
	padding: 0;

}
ul.tabs li a {
	background-color:#353535;
	color:#ffffff;
	text-decoration:none;
	padding: 8px 9px;
	font-size:11px;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
ul.tabs li a:hover {
	background-color:#5096c1;
	color: #ffffff;
}
ul.tabs li a.active {
	background-color:#5096c1;
	color:#ffffff;
}

/* Inhalt */

.content {
	padding:10px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	background-repeat:repeat-x;	 
	background-position:bottom;	
	line-height: 20px;
}
#networks, #blog, #credits { display:none; }

.content ul {
	margin:0px;
	padding:0px 5px 0px 5px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding:15px 0 15px 40px;
	font-size:16px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#5096c1;
}
.content small {
	color:#999999;
	font-size:9px;
	text-transform:uppercase;
	font-family: Helvetica, sans-serif;
	position:relative;
	top:0px;
}
.content ul li a:hover {
	color:#999999;
}
.content ul li a:hover small {
	color:#999999;
}

/* Inhalt Icons */

.content .facebook
{
	background: url(img/facebook.jpg) left no-repeat;
}

.content .twitter
{
	background: url(img/twitter.jpg) left no-repeat;
}

.content .flickr
{
	background: url(img/flickr.jpg) left no-repeat;
}

.content .friendfeed
{
	background: url(img/friendfeed_32.png) left no-repeat;
}

.content .rss
{
	background: url(img/rss.jpg) left no-repeat;
}

.content .vimeo
{
	background: url(img/vimeo_32.png) left no-repeat;
}

.content .blog
{
	background: url(img/blog.jpg) left no-repeat;
}

.content .lastfm
{
	background: url(img/lastfm_32.png) left no-repeat;
}

.content .blip
{
	background: url(img/blip.png) left no-repeat;
}


/* Kontakt */

.contact h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 15px "Helvetica", sans-serif;
	color: #999999;
	font-style: italic;
}

.contact .labelSmall
{
	font: bold 9px "Helvetica", sans-serif;
	vertical-align: super;
	color: #999999;
}

.contact .labelLarge
{
	color: #999999;
}

.contact .highlight
{
	margin: 0;
	padding: 0;
}

.contact  p
{
	margin: 20px 0 20px 0;
	font: normal 0.583em "Helvetica", sans-serif;
	line-height: 1.5em;
}

.contact a {
	color: #5096c1;
}

.contact a:hover {
	border-bottom: 1px solid #ff0084;
}

/* Kontaktformular */

.form {
width: 210px;
padding-left: 20px;
margin: 0 0 10px 0;
background: #ffffff url(img/comment.gif) left top no-repeat;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #999999;
}

.user{
width: 210px;
padding-left: 20px;
background: #ffffff url(img/user.gif) left no-repeat;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #999999;
height: 15px;
}

.mail{
width: 210px;
padding-left: 20px;
background: #ffffff url(img/mail.gif) left no-repeat;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #999999;
height: 15px;
}

.button {
background: #5096c1;
border: 1px solid #5096c1;
color: #000000;
cursor: pointer;
padding: 1px 10px 1px 10px;
font-size: 11px;
}
.button:hover {
background: #444444;
color: #ffffff;
border: 1px solid #444444;
}

.off {
	margin: 10px 0 10px; 
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #000000;
	color: #ffffff;
}
