body {
	margin: 0;
	padding: 0;
	background: #c0c0c0 url(../../images/body_bg.gif) top left repeat-x;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: small;
}
/* Links */
a {
	outline: 0; /* verhindert eine gepunktete Umrandung */
}
a:link, a:visited {
	color: #222;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background: #222;
}
a:active {
	color: #ed145a;
}
/* flickrgallery Links */
#flickrgallery a {
	outline: 0; /* verhindert eine gepunktete Umrandung */
}
#flickrgallery a:link, #flickrgallery a:visited {
	color: #222;
	text-decoration: underline;
}
#flickrgallery a:hover {
	color: #FFF;
	text-decoration: none;
	background: #FF0084;
}
#flickrgallery a:active {
	color: #ed145a;
}



/* Ueberschriften */
h1 {
	margin: 10px 0 0 70px;
	color: #1d96d3;
	font-weight: normal;
	font-size: 130%;
}
h2 {
	margin: 0 0 0 60px;
	font-size: 220%;
	color: #48433d;
	font-weight: normal;
}
h2 span { 
	color: #ed145a;
}
/*
h2 span:after {
	content: "\2013";
}
*/

.untertitel {     /* ersetzt <h3 /> */
	display: block;
	background: url(../../images/untertitel.gif) no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 0 90px;
	padding: 10px;
}
#wetter h3 {
	/* Ueberschrift des Wetterbereichs */
	margin: 10px 0 0 20px;
	color: #60646d;
	font-size: 140%;
	font-weight: normal;
}
#wetter h5 {
	/* Aktuelle Temperatur, der Rest ist inline :/ */
	margin: 20px 0 5px 15px;
	font-size: 100%;
	color: #60646d;
}
#inhalte h3 {
	/* Ueberschrift des Bereichs */
	margin: 30px 0 0 20px;
	color: #60646d;
	font-size: 140%;
	font-weight: normal;
}
#ueber h3, #technik h3 {
	margin: 0;
}

/* Grundgeruest */
#seite {
	width: 800px;
	background: url(../../images/pattern.gif) top left;
	border: 1px solid #000;
	margin: 40px auto 0 auto;
	text-align: left;
}
#inhalt {
	width: 700px;
	margin: 30px auto;
	background: #FFF;
	border: 4px solid #FFe088;
	padding: 10px 0 0 0;
}
#wetter, #inhalte {
	width: 350px;
}
#ueber {
	width: 430px;
	font-size: 90%;
	padding-right: 10px;
}
#technik {
	width: 170px;
	font-size: 90%;
	border-left: 3px solid #EDEDEE;
	padding-left: 10px;
}
#fussbereich {
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #f7e088;
}
#icons {
	text-align: right;
	margin-right: 20px;
}

/* Klassen */
.links {
	float: left;
}
.rechts {
	float: right;
}
.freimacher {
	clear: both;
}
.mausdrauf { /* :hover ueber dem kleinen Bild */
	border: 5px solid #c0eb46 !important;
}
.herz {
	color: #ed145a;
	cursor: pointer;
}
.small {
	font-size: 80% !important;
}
/* Einleitungsbox */
.einleitung {
background-color: #DFDFE1;
padding: 10px;
margin: 0 10px 0 10px;
}
.einleitungbeschreibung {
	background: url(../../images/arrow.gif) 20px 0 no-repeat; 
	padding-left: 58px;
	padding-top: 5px;
	font-size: 90%;
	color: #4A4A4A;
}


/* Styling fuer den Wetterbereich */
#wetter ul
{
	margin: 0 0 0 20px;
	padding: 0;
}
#wetter ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 90%;
}
#wetter h4 {
	font-size: 200%;
	margin: 20px 0 0 80px;
	padding: 0 0 13px 32px;
}

/* Styling fuer den Bereich 'Ueber mich' */
#ueber p {
		margin: 0 0 7px 0;
}

/* definition lists */
dl {
	margin: 15px 0 0 0;
}
dd {
	margin: 0 5px 10px 30px;
	color: #333;
	font-size: 90%;
	padding: 5px;
	background: #EDEDEE;
}
dt {
	margin: 0 0 0 10px;
	background: url(../../images/star.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
}
dt a {
	font-weight: bold;
	padding: 1px 2px;
}
dt a:link, dt a:visited, dt a:active {
	color: #1d96d3;
}
dt a:hover {
	background: #1d96d3;
	color: #FFF;
}
#technik dl {
	margin: 0;
}
#technik dt {
	background: url(../../images/bullet_black.png) 0 0 no-repeat;
	padding: 2px 0 0 15px;
}
#technik dd {
	margin: 2px 0 2px 20px;
	background: inherit;
}


/* Fussbereich */
#fussbereich ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#fussbereich li{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 90%;
}
#fussbereich ul li:before { content: "| "; }
#fussbereich ul li:first-child:before { content: ""; }

/* kleines Bild von mir am Rande */
#bildvonmir {
	border: 5px solid #8f9924;
	margin: 20px 20px 0 120px;
}

/* Flickr Galerie */
#flickrgallery {
    padding: 10px 0 0 10px;
    text-align: center;
}
#flickrgallery ul {
    list-style: none;
}
#flickrgallery ul li {
    display: inline;
    padding: 2px;
}
#flickrgallery h3 {
	color: #60646d;
	font-weight: normal;
}
#flickrgallery h3 strong {
	color: #0063DC;
}
#flickrgallery h3 strong span {
	color: #FF0084
}
