/*
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;
	background-color:#fff;
	}


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: 5px;
	width: 760px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	word-spacing: 2em;
	}

						#navi a:link {
							color:#848484;
							text-decoration:none;
							/*padding: 0 30px;*/
							}
						#navi a:visited {
							color:#848484;
							text-decoration:none;
							}
						#navi a:active {
							color:#000;
							text-decoration:none;
							}
						#navi a:hover {
							color: #000;
							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;
							// opacity: 0.8;
							// -moz-opacity:0.8;
							// -khtml-opacity: 0.8;
							// -webkit-opacity: 0.8;
							// -moz-opacity:0,8;
							// -opera-opacity: 0.8
							// filter: alpha(opacity=80);
							// -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
							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:#000;
							opacity: 0.75;
							-moz-opacity: 0.75;
							-khtml-opacity: 0.75;
							-webkit-opacity: 0.75;
							-moz-opacity: 0.75;
							-opera-opacity: 0.75
							filter: alpha(opacity=75);
							-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
							text-decoration:none;
							border: 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;
							}
