body {
	font-family: Arial;
	font-size:0.8em;
	line-height:1.3em;
	color:#3C3C3C;
}

/*************************
  DIVs
 *************************/
div {
	margin:0px;
	padding:0px;
}

div.outer {
	position:absolute;
	width:800px;
	margin-top:30px;
	margin-left:30px;
}

div.header {
	float:left;
	width:100%;
	clear:right;
	margin-bottom:10px;
}

div.main {
	float:left;
	width:799px;
	border-left:1px solid black;
	border-right:1px solid black;
}

div.menue {
	float:left;
	width:180px;
	min-height:400px;
	padding-top:30px;
	padding-right:10px;
}

div.menue_entry {
	float:left;
	width:170px;
	padding-left:10px;
	padding-bottom:20px;
}

div.content {
	float:left;
	padding-left:20px;
	padding-right:10px;
	width:578px;
	min-height:530px;
	border-left:1px solid #cccccc;
}

/* 
 * IE: 'height' is treated as 'min-height';
 * (see: 'http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php')
 */
* html .content {
	float:left;
	padding-left:20px;
	padding-right:10px;
	width:578px;
	height:530px;
	border-left:1px solid #cccccc;
}

div.photos {
	float:left;
	width:100%;
}


/******************************
  STYLE (fonts, headlines)
 ******************************/

a:link { 
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

img {
	border:0px;
}

img.left {
	float:left;
	border:1px solid #3C3C3C;
	margin:10px 10px 10px 0px;
}

img.left-noborder {
	float:left;
	border:none;
	margin:10px 10px 10px 0px;
}

img.right {
	float:right;
	border:1px solid #3C3C3C;
	margin:10px 0px 10px 10px;
}

img.right-noborder {
	float:right;
	border:none;
	margin:10px 0px 10px 10px;
}

img.border-top {
	float:left;
	margin-top:10px;
}

img.border-bottom {
	float:left;
	margin-bottom:10px;
}

img.photo {
	float:left;
	border:1px solid #3C3C3C;
	width:100px;
	height:100px;
	margin:5px;
}

img.link {
	margin-right:5px;
}

h1 {
	/* pagename */
  	font-size:1.7em;
	font-family:"Arial Black";
  	font-weight:bold;
	line-height:1.5em;
	/*color:#ac1416;*/
	color:#ca2b18;
}

h2 {
	font-family:"Arial Black";
  	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;
	/*color:#ac1416;*/
	color:#ca2b18;
}

h3 {
	font-weight:bold;
}

/*
 * menue item styles...
 */

*.menue_level1 {
	font-family:"Arial Black";
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5em;
}

*.menue_level2 {
	color:#3C3C3C;
	font-weight:bold;
	line-height:1.5em;
	margin-left:10px;
}

*.menue_level3 {
	color:#3C3C3C;
	line-height:1.5em;
	margin-left:25px;
}

*.breadcrumbs {
	font-size:0.8em;
	/*color:#ac1416;*/
	color:#ca2b18;
}


/******************************
  tables
 ******************************/
table { 
	display: table 
}

tr { 
	display: table-row 
}
col { 
	display: table-column 
}
td { 
	display:table-cell;
	vertical-align:top; 
}


