/* @override http://www.j-schaarschmidt.de/fotogalerie_paris/screen.css */

/* @group Globale Definitionen */

/* TinyMCE Allgemein Anfang */

/* @group Reset */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	font-style: normal;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

/* @group Formulare */

input.button
{
	cursor: pointer;
}

/* @end */



/* @end */

/* @group Trenner */

hr 
{
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}

/* @end */

/* @group Links */

a
{
	color: white;
	outline: none;
}

a:hover
{
	
}

/* @end */

/* @group Bilder */

img
{
	-ms-interpolation-mode: bicubic;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h4
{
	font-size: 14px;
}

div.content h5
{
	font-size: 12px;
}

div.content p,
div.content address
{
	margin-bottom: 12px;
}

div.content sup, div.content sub
{
	font-size: 8px;
	line-height: 0;
	padding-left: 2px;
}

div.content small, div.content .small
{
	font-size: 10px;
}

/* @end */

/* @group Listen */

div.content ul
{
	margin-bottom: 12px;
	margin-left: 20px;
	
	list-style-type: disc;
}

div.content ol 
{
	margin-bottom: 12px;
	margin-left: 25px;
}

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 0;
	list-style-type: none;
}

div.content ul.icon li a
{
	display: block;
	height: 1%;
	padding: 0 0 4px 40px;
}

div.content ul.icon li.pdf a
{
	background: url(images/icon_pdf_middle.gif) no-repeat;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}

div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */



/* @end */

/* @group Seite */

body
{	
	background: #111111 url(images/body_background.png) repeat-x fixed;
}

div.site
{
	position: relative;
	width: 980px;
	
	margin: 0 auto;
	padding-bottom: 30px;
	
	color: white;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	padding: 10px 0;
}

/* @group Logo */

div.head h1 
{
	font-weight: normal;
	font-size: 20px;
	
	text-align: center;
}

/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{

}

/* @group Galerie Großansicht */

div.main div.galleria_main
{
	position: relative;
	height: 640px;
}

div.main div.galleria_main img
{
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
}

div.main div.galleria_main span.caption
{
	display: block;
	margin-top: 5px;
	text-align: center;
}



/* @end */

/* @group Galleria "Kopierschutz" */

div.main div.overlay
{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 600px;
	
	cursor: pointer;
	background: url(image/blank.gif);
}

* html div.main div.overlay
{
	cursor: hand;
}

/* @end */

/* @group Galerie Thumbnails */

div.main ul.galleria_thumbs
{
	width: 100%;
	height: 200px;
}

div.main ul.galleria_thumbs li
{
	margin-right: 9px;
	margin-bottom: 9px;
	background: black;
}

div.main ul.galleria_thumbs li img.thumb
{

}



/* @end */

/* @group Text-Inhalt */

div.main div.content
{
	position: relative;
	width: 80%;
	
	margin: 0 auto;
	padding-left: 15%;
}

/* @end */


/* @end */

/* @group Fußzeile */

div.footer 
{	
	
}

/* @end */
