/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */



body {
	
  	background-color: #EFEFEF;
  	font-size:100.01%;
	font-size:0.9em;
  	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 
  	margin:0px;
	color:black;
}

label{
float: left;
width: 150px;
}

input[type=text],input[type=password]{
	width:250px;
	*width:250px;
	margin-bottom: 5px;
}

textarea{
	width: 500px;
	height: 50px;
	margin-bottom: 5px;
}

img {
	border-style: none;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
	color:#A0A0A0; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:left;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:0em;
}

fieldset {
	padding:5px;
}



.picture {
	font-size:11px;
	padding:5px;
	background-color: #FFFFFF;
	margin:0px 10px 10px 0px;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height:250px;
	float:left;
	text-align:center;
}

.album {
	font-size:11px;
	padding:5px;
	background-color: #FFFFFF;
	margin:0px 10px 10px 0px;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	float:left;
	text-align:center;
}


.embossed {
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.panel_header {
	font-size:12px;
	color:white;
	text-align:center;
	background-color: #A0A0A0;
	padding:5px;
	margin-bottom:10px;
}

.panel_item {
	font-size:12px;
	padding:10px;
	background-color: #FFFFFF;
	margin:0px 10px 10px 0px;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height:auto;
	width:220px;
	float:left;
	text-align:left;
	min-height:300px;
}

.panel_item_right {
	font-size:12px;
	padding:10px;
	background-color: #FFFFFF;
	margin:0px 10px 10px 0px;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height:auto;
	width:300px;
	float:left;
	text-align:left;
	min-height:300px;
}


.panel_item_left {
	font-size:12px;
	padding:10px;
	background-color: #FFFFFF;
	margin:0px 10px 10px 0px;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height:auto;
	width:440px;
	float:left;
	text-align:left;
	min-height:300px;
}


.vcard {
	font-size:12px;
	padding:20px;
	background-color: #FFFFFF;
	margin:0px 10px 10px 0px;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height:auto;
	width:300px;
	float:left;
	text-align:left;
	min-height:150px;
}


.logo_links {
	position: absolute;
	top:10px;
	left: 10px;
	height: 100px; 
}

.logo_rechts {
	position: absolute;
	top:10px;
	right: 10px;
	height: 100px;
}

.cover {
	position: absolute;
	top:137px;
	right:10px;
	left:10px;
	background-color:#FFFFFF;
	text-align:left;
	width:auto; 
}



.frame {
	width:auto;
	height:1200px;
	background-color:#EFEFEF;
}



