/*
* {
	margin:0;
	padding:0;
}
*/
body {
	background-color: #626262;	 /*#757D88  5f6168*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}



div#Seite {
	position: absolute;
	
	top: 10px;
	bottom: 10px;
	
	padding: 0;
	width: 900px;	
	left: 50%;
	margin-left: -450px;



	border: none;
	background-color: white;	
}


/********************************************************
 * Header
 *******************************************************/
div#header {
	height: 135px;
	width: 100%;
	
	background-image:url(/css/default/page_top.gif);
	background-repeat: no-repeat;
	background-position: top left; 
}


div#header1 {
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;	
	background-image: url(/css/default/headleft.png);
	height: 110px;
	width: 299px;
	margin-top: 18px;
	margin-left: 10px;
}

div#header2 {
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(/css/default/headright.png);
	height: 130px;
	width: 376px;
	right: 0px;
	top: 0px;
	margin-right: 10px;
	margin-top: 5px;
}


/********************************************************
 * Sections
 *******************************************************/
#section_logo {
	right: 20px;
	bottom: 0px;	
	z-index: 10000;
	position: absolute;
}


.section_guestbook {
	background-image: url(/css/default/guestbook.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 85px;
}

.section_gallery {
	background-image: url(/css/default/gallery.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 136px;
}

.section_news {
	background-image: url(/css/default/news.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 164px;
}


/********************************************************
 * Footer
 *******************************************************/
div#footer {
	position: absolute;
	font-size: 7pt;
	width: 100%;
	bottom: 0px;
	height: 21px;
	overflow:hidden; 
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-image:url(/css/default/page_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: baseline;
}

/********************************************************
 * Navigation
 *******************************************************/
div#navigation  {
	position: absolute;
	left: 0px;
	top: 130px;
    font-size: 0.85em;

	
	background-color: #757D88;
	padding: 0px;
	margin: 20px 0 0 10px;
	width: 155px;		
}

div#navigation_header {
	background-image:url(/css/default/navi_top.gif);
	background-repeat: no-repeat;
	background-position:top left;
	height: 11px; 
}

div#navigation_footer {
	background-image:url(/css/default/navi_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom left; 
	height: 11px;
}

div#navigation_content {
	margin-left: 15px;
}


div#navigation ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
}


div#navigation ul li {
	list-style: none;
	padding-top: 5px;
}

div#navigation ul li ul li{
	padding-left: 15px;
}

div#navigation a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div#navigation a:hover {
}


/********************************************************
 * Content
 *******************************************************/
div#content {
	background-color: #FFFFFF;
	position:absolute;
	top: 135px;
	left: 165px;
	right: 0px;
	bottom: 15px;
	width: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	text-align:left;
	margin: 0px;
}

h1 {
	font-family:'trebuchet ms',geneva;
	font-size: 16px;
	text-align: center;
}

h2 {
	font-family:'trebuchet ms',geneva;
	font-size: 14px;
	text-align: center;
}

/********************************************************
 * About
 *******************************************************/

div#about a img {
	border: none;
}
.pedigree {
	border-collapse: collapse;
	font-size: 10px;
	width: 100%;
}
.pedigree td {
	border: 1px solid black;
	text-align: center;
	height: 20px;
}

.pedigree_male {
	background-color: #AAAAAA;
}

.pedigree_female {
	background-color: #DDDDDD;
}


/********************************************************
 * Pictures - Albums
 *******************************************************/
div#albums ul {
	width: 690px;
	border: none;
	list-style: none;
	padding: 0px;
	float:left;
	margin: 0px;
}


div#albums ul li {
	float: left;
	width: 345px;
	padding: 0px;
	border: none;
	cursor: pointer;
}

.album_details {
	border: 1px solid #555555;
	background-color: #C5CDC8;
	margin: 3px;
	padding: 5px;
	height: 90px;
	overflow: hidden;
}
.album_details:hover {
	background-color: #757D88;
}

.album_title {
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 180px;
	color: #555555;
}
.album_info {
	float: left;
	width: 180px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.album_description {
	float: left;
	margin-top: 0px;
	width: 180px;
	height: 60px;
	font-size: 10px;
	font-style:italic;
	overflow: hidden;
	text-align: justify;
}

.album_picture {
	float: right;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.album_picture img {
	
	max-height: 88px;
	overflow: hidden;
	border: 1px solid black;
}

.album_actions {
	position: absolute;
	margin-left: -11px;
	margin-top: -11px;
	border: none;
}
.album_actions img {
	border: none;
}

.album_inaktiv {
	background-color: yellow;
}

#album_pages a, #album_pages a:visited, #album_pages a:link  {
	color: #555555;
}

#album_pages a:hover, #album_pages a:active {
	color: #000;
}  

#album_pages {
	clear: both;
	text-align: center;
	color: #555555;
}

/********************************************************
 * Pictures - Einzelbilder
 *******************************************************/
div#pictures ul {
	width: 690px;
	border: none;
	list-style: none;
	padding: 0px;
	float:left;
	margin: 0px;

}


div#pictures ul li {
	float: left;
	width: 138px;
	padding: 0px;
	border: none;
	cursor: pointer;
}



.thumbnail {
	height: 130px;	
	width: 130px;
	padding: 0px;

	margin-top: 2px;	
	
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}


.thumbnail p {
	padding: 0px;
	margin: 0px;
} 

.thumbnail a {
	border: none;
}

.thumbnail img {
	border: none;
}

.thumbnail_actions {
	position: absolute;
	border: none;
}

/********************************************************
 * Guestbook
 *******************************************************/
div#guestbook ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#guestbook ul li {
}

#guestbook_beitraege {
	padding-bottom: 60px;
}

.guestbook_beitrag {
	border: 1px solid black;
	background-color: #C5CDC8;
	padding: 5px;
	margin: 8px 5px 8px 0;
}

.guestbook_title {
	color:#555555;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 70%;
}

.guestbook_datum {
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 70%;
}

.guestbook_von {
	width: 28%;
	text-align: right;
	float: right;
	font-size: 12px;
	color:#555555;
}

.guestbook_homepage, .guestbook_email {
	font-size: 10px;
}

.guestbook_text {
	font-size: 12px;
	color: #000000;
	font-family:"Lucida Sans Unicode";
	clear: both;
}

#guestbook_neuer_beitrag fieldset {
	
	margin: 8px 5px 8px 0;
	border: 1px solid black;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

#guestbook_neuer_beitrag input, #guestbook_neuer_beitrag textarea {
	text-align: left;
	border: 1px solid #757D88; 
	color: #555D68;
	font-size: 11px;
	font-family:"Lucida Sans Unicode";
	width: 200px;
}

#guestbook_neuer_beitrag textarea {
	width: 600px;
	height: 150px;
}

#guestbook_fehleingabe {
	background-color: #FF6666;
}

#guestbook_pages {
	clear: both;
	text-align: center;
	color: #555555;
}

#guestbook_pages a, #guestbook_pages a:visited, #guestbook_pages a:link  {
	color: #555555;
}

/********************************************************
 * News
 *******************************************************/
div#news ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#news ul li {
}

.news_beitrag {
	border: 1px solid black;
	background-color: #C5CDC8;
	padding: 5px;
	margin: 8px 5px 8px 0;
}

.news_beitrag_inaktiv {
	background-color: #FFB2B2;
}

.news_info {
	font-size: 10px;
	font-weight: bold;
}

.news_title {
	color:#555555;
	font-size: 13px;
	font-weight: bold;
}

.news_text {
	font-size: 12px;
	color: #000000;
	font-family:"Lucida Sans Unicode";
}
.news_text h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

.news_text h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 2px 0;
}

.news_text h3 {
	font-size: 12px;
	font-style: italic;
	margin: 1px 0 1px 0;
}


/********************************************************
 * Dosenöffner / Shows
 *******************************************************/
.dosenoeffner_beitrag, .shows_beitrag, .kontakt_beitrag, .beitrag {
	margin-left: 5px;
	margin-right: 5px;
}



/********************************************************
 * externe Links + Mails extra kennzeichnen
 *******************************************************/
a[href^="http:"]
{
        padding-right: 15px;
        background: transparent url(/css/default/link-icon_external_01.gif) 100% 50% no-repeat;
}

a[href^="mailto"]
{
        padding-right: 15px;
        background: transparent url(/css/default/link-icon_mail_01.png) 100% 50% no-repeat;
}
