﻿@import url("layout.css");
body {
	font-family: verdana;
	color: #000000;
	font-size: small;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#container {
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	border-left: 1px solid #595959;
	border-top: 1px solid #595959;
	background-color: #FFFFFF;
	box-shadow: 8px 5px 8px #cccccc;
}
#masthead {
	text-align: left;
	background-color: #FFFFFF;
	height: 5px;
}

#navigation {
background-image:url('../images/orga/background_navi_uta_hoffmann.png');
		height: 60px;

}


#column_l {
	width: 970px;
	padding: 15px;
	background-color: #595959;
}
html>body #column_l {
	width: 970px;
	padding: 0 15px;
	background-color: #FFFFFF;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-family: 'Verdana';
	font-size: 14px;
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #595959;
}
/* Rechte Spalte */
#column_r img {
	border: 1px solid #ffffff;
}
#column_l img {
	padding: 5px;
	border: 1px #ffffff solid;
}
#column_l img.ohnerahmen {
	padding: 5px;
	border: 1px #ffffff solid;
}

	
	
/*Thumbnails milchig */

#column_l a img.galerie {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	}
#column_l a:hover img.galerie {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

	
	
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	color: #000;
}
h3 {
	font-size: large;
	color: #000;
}
h4{	font-size: medium;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	color: #000;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Hyperlinks */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}