﻿/* www.bugeyes.de - Tutorial: Detail Slider mit jQuery */

/* CSS Abstands Reset*/

* { margin:0px;}

/* Allgemein */

body {
font-family:Arial;
font-size:0.8em;
background:#444; 
color:#666;}

a {
text-decoration:none; 
color:#679FBF;
outline:none;
font-weight:bold;}

a:hover {
text-decoration:underline;}

p {
border-bottom:1px dotted #679FBF; 
padding-bottom:3px; 
margin-bottom:3px;}

/* Gesamter Container */

#gesamt {
padding:10px;
background:#fff;
margin:50px auto; 
width:750px;}

/* Container für ein Eintrag */

.eintrag {
padding:10px;}

.details p{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #679FBF;}