/* Stylesheet für die Seiten der Freiwilligen Feuerwehr Oyten */
/* Erstellt von Alf Hoheisel */


/* basic elements */

body {
    margin:10px 10px 10px 10px;
	padding:0px;
	background-image:url("/images/PhotoGray_bg.jpg");
 	background-attachment:scroll;
    font-family:Verdana, Arial, Helvetica;
    font-size:14px;
    text-align:left;
    color:#ffffff;
	}


a:link {
	color:#b5b5b5;
	}

a:visited {
    color:#757575;
    }

a:active {
    color:#3333CC;
    }
    
a:hover {
    color: #ac1221
    }


p,h1 {
	padding:2px 2px 2px 2px;
	}


/* specific divs */

#kopf {
	padding:5px 5px 5px 5px;
    width:100%;
    white-space:nowrap;
    text-align:center;
	font-weight:bold;
	font-size:30px;
    }

#kopf2 {
    position: relative;
    width: 699px;
    left: 280px;
    }

#navi {
	position:absolute;
	left:10px;
	width:172px;
	height:510px;
	overflow:auto;
	}

#navi a:link, a:visited, a:active {
	text-decoration:none;
    }

#navi a:hover {
	text-decoration:none;
    font-weight:bold;
	}

#navi img {
	border:0px;
	}


#inhalt {
    margin-left:180px;
	margin-right:0px;
	height:510px;
	overflow:auto;
	}

#inhalt table {
    font-family:Verdana, Arial, Helvetica;
    font-size:12px;
	}

#inhalt img {
	border:0px;
	}


#galerie {
	height:510px;
	overflow:auto;
	}

#galerie img {
	border:0px;
	}


#fuss {
	padding:10px 5px 5px 5px;
	width:100%;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
    }

