/*
Theme Name: zippster
Theme URI: www.gubstyle.de
Description: special theme
Version: 1.0
Author: Sascha Felgner, Tom Zylla
Author URI: gubstyle.de
Tags: widgets
*/


body {
	margin: 0;
	}


img { 
	border: none
	}

#rahmen-gesamt{
	width:762px;
	margin: auto;
	}


#header {
	height: 60px;
	width: 760px;
	background: url(http://zippster.de/wp-content/themes/zippster-theme/images/header.gif) no-repeat;
	}


#navi{
	margin-top: -24px;
	width: 760px;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	}

						#navi a:link {
							color:#000;
							text-decoration:none;
							/*padding: 0 30px;*/
							}
						#navi a:visited {
							color:#000;
							text-decoration:none;
							}
						#navi a:active {
							color:#fff;
							text-decoration:none;
							}
						#navi a:hover {
							color: #fff;
							background-color:black;
							text-decoration:none;
							}


#content{
	width: 760px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 12px;
	min-height:400px;
	border: 0px;
	outline: none;
	}
	
						#content a:link {
							color:#000;
							text-decoration:underline;
							border: 0px;
							}
						#content a:visited {
							color:#000;
							text-decoration:underline;
							border: 0px;
							}
						#content a:active {
							color:#000;
							text-decoration:none;
							border: 0px;
							}
						#content a:hover {
							color: #fff;
							text-decoration:none;
							background-color: #000;
							border-bottom: medium;
							border-bottom-color: #000;
							border-bottom-style: solid;
							border-bottom-width: 1px;
							border-right: medium;	
							border-right-color: #000;	
							border-right-style: solid;
							border-right-width: 0px;
									
							}


#footer{
	width:760px;
	height: 82px;
	background: url(http://zippster.de/wp-content/themes/zippster-theme/images/footer.gif) no-repeat;
	font-size: 11px;
	font-family: arial;
	}
						#footer a:link {
							color:#000;
							text-decoration:none;
							}
						#footer a:visited {
							color:#000;
							text-decoration:none;
							}
						#footer a:active {
							color:#000;
							text-decoration:none;
							}
						#footer a:hover {
							color:#fff;
							background-color: #000;
							text-decoration:none;
							}