/*
Projekt: foto-video-audio.ch
Start: 20.12.2008
Autor: Jacqueline Hubricht -  www.foto-video-audio.ch
Medium: Screen
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #2A2A2A;
	text-align: center;
}
#inhalt .Stil-foto p {
	text-align: center;
}


#container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

#kopf {
	height: 60px;
	background-image: url(../images/kopf.jpg);
	background-repeat: no-repeat;
}
#kopf h1 {
	display: none;
}


#navigation {
	text-align: right;
	font-weight: bold;
	background-image: url(../images/Navigation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}

#navigation ul {
	list-style-type: none;
	margin-right: -2em;
	padding-top: 4px;
}

#navigation li {
	display: inline;
	padding-right: 2em;
	padding-left: 2em;
	font-size: 1.4em;
	border-left-style: outset;
}

#navigation a {
	text-decoration: none;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}



#inhalt {
	text-align: center;
}
#inhalt  h2, h3 {
	font-size: 1.4em;
}

#index-foto {
	clear: none;
	float: left;
	height: auto;
	width: 400px;
}

#index-video {
	height: auto;
	width: 400px;
	float: right;
	clear: none;
}

#indes-audio {
	height: auto;
	width: 400px;
	clear: none;
	float: left;
}
