@charset "UTF-8";
/*
Theme Name: Thomas Rehnert
Theme URI: http://www.thomasrehnert.de
Description: website 
Version: 1.0
*/
html,body
{
   margin:0;
   padding:0;
   height:100%;
}

body{
	font: 76% arial,sans-serif;
	text-align:center
	}
p{
	margin:0px;
	padding:0px;
	}
img{
	border:0px;
	}
a:link { 
	text-decoration:none; 
	color:#000000;
	}
a:visited { 
	text-decoration:none; 
	color:#000000;
	}
a:hover { 	
	text-decoration:underline; 
	color:#000000;
	}
a:active { 
	text-decoration:none; 
	color:#000000;
	}
.current_page_item a:link { 
	text-decoration:none; 
	color:#888888;
	}
.current_page_item a:visited { 
	text-decoration:none; 
	color:#888888;
	}
.current_page_item a:hover { 
	text-decoration:none; 
	color:#888888;
	}
.current_page_item a:active { 
	text-decoration:none; 
	color:#000000;
	}
	
ul {
    	padding:0;
	margin:0px;
	}
li {
	list-style-type:none;
	margin-bottom:15px;
	}
h3{
	margin-top:0px;
	padding-top:0px;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	}
img{
	border:0px;
	}

/* SEITENAUFBAU */

div#container{
	width:900px;
	margin:5% auto
	}
div#content{
	float:right;
	width:700px;
	text-align:left;
	}
div#navigation{
	float:left;
	width:180px;
	padding-left:20px;
	text-align:left;
	}
div#extra{
	float:right;
	width:700px
	}
div#footer{
	clear:both;
	width:100%
	}
	
/* APPLIKATIONEN*/

ul.playlist {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:30px;
}

ul.playlist li a.sm2_link {
}
ul.playlist li a, ul.playlist li a.sm2_link {
    background-image: url("http://23589.website.snafu.de/wordpress/wp-content/themes/thomas-rehnert/images/play.png");
	margin-left:0px;
	padding-left:0px;
	background-position: 0px 5px;
    background-repeat: no-repeat;
    display: block;
    font-weight: normal;
    min-height: 16px;
    min-width: 19em;
    padding: 4px 3px 3px 20px;
    text-decoration: none;
    vertical-align: middle;
	color:#000;
	
}

ul.playlist li a {
    background-image: url("http://23589.website.snafu.de/wordpress/wp-content/themes/thomas-rehnert/images/play.png");
    
}
ul.playlist li a.sm2_paused:hover, ul.playlist li a.sm2_link:hover {
    background-image: url("http://23589.website.snafu.de/wordpress/wp-content/themes/thomas-rehnert/images/play.png");
    background-position: 0px 5px;
    background-repeat: no-repeat;
}
ul.playlist li a.sm2_playing  {
    background-image: url("http://23589.website.snafu.de/wordpress/wp-content/themes/thomas-rehnert/images/stop.png"); 
	background-repeat:no-repeat; 
	background-position:0px 5px; 
    text-decoration: none;
}
ul.playlist li a.sm2_playing:hover
{
    background-image: url("http://23589.website.snafu.de/wordpress/wp-content/themes/thomas-rehnert/images/stop.png"); 
	background-repeat:no-repeat; 
	background-position:0px 5px; 
    text-decoration: none;
}