/*
** Title: Default Styles für Basile-Website
** Autor: Rainer Rombach
** Created: 22.07.2008
** Copyright: zweihochdrei gmbh
** Changes: 
*/


/* CSS RESET */

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

b, strong {
	font-weight: bold;
}

img, a img {
	border: none;
}


/* SCHRIFT / GRÖSSE */

body {
	font-size: 12px;
	line-height: 15px;
	font-family: "courier new", monospace;
}

a:link, a:visited, a:hover, a:active {
	color:#000000;
	text-decoration: underline;
}



/* Position */

#container {
	widthX: 1280px;
	margin: 30px 30px;
}

#header{
	height: 45px;
	margin-left: 4px;
}

#logo{
	float: left;
}

#navtop {
		position: relative;
}

#navbuttons  {
		position: relative;
}

#subnav {
	margin-top: 15px;
}

#thumbs {
	margin: 0px;
	padding: 0px;
	width: 214px;
	floatX: left;
}

#content {
	float: left;
}

#text {
	position: relative;
	top: 30px;
	margin-left: 5px;
}

#pict {
	position: absolute;
	left: 248px;
	top: 75px;
	padding: 5px 6px 0px 6px;
	font-size: 11px;
	
	padding-bottom: 20px;

}

#pict img  {
	float: left;
}

#blaettern {
	float: left;
	margin-left: 10px;
}

#blaettern a {
		text-decoration: none;
}

#pict p {
	line-height: 15px;
}




