@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
.clear
{
            clear: both;
            float: none;
            line-height: 0;
            font-size: 0;
            display: block;
}

html, body
{
	background-image:url(images/background.png);
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	text-decoration:none;
}

#main
{
	margin:auto;
	width:1000px;
	height:648px;
	margin-top:50px;
	background-image:url(images/pattern3.png);
	background-repeat:no-repeat;
	padding-top: 60px;
	}

h1{
@import url(http://fonts.googleapis.com/css?family=Rochester);
	font-family: 'Rochester', cursive;
	font-size:19px;
	color:#330000;
	word-spacing:4px;
	font-weight:300;
}

	A:link {text-decoration: none;color:#330000;}
	A:visited {text-decoration: none;color:#330000;}
	A:active {text-decoration: none color:#FF0000;}
	A:hover {text-decoration: none; color: #663300;}

#head{margin:0;}



#logo{
	height:80px;
	float:left;
	margin-left: 60px;
}

#navigation {
	margin:0;
	color:#330000;
	font-size:18px;
	float:left;
	padding-top: 25px;
}

#navigation a {
	text-decoration:none;
	@import url(http://fonts.googleapis.com/css?family=Rochester);
	font-family: 'Rochester', cursive;
	color:330000;
	padding:0 10px 0 10px;	
	}
	
#navigation a.active {
	text-decoration:none;
	color:#FF9900;
	@import url(http://fonts.googleapis.com/css?family=Rochester);
	font-family: 'Rochester', cursive;
	padding:0 10px 0 10px;	
	}

#navigation a:hover {
	text-decoration:none;
	@import url(http://fonts.googleapis.com/css?family=Rochester);
	font-family: 'Rochester', cursive;
	padding:0 10px 0 10px;
	color:#996600;
	}

#content{
	margin:0;
}




#content #text{
	height: 400px;
	width:500px;
	padding-top: 40px;
	float: left;
	margin-left: 60px;
}


#kaffeetasse
{
	width:381px;
	height:310px;
	float: left;
	padding-top: 300px;
	margin-left:55px;
}





ul {
	margin-bottom: 2em;
}


/* Listen */
ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}
