@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie);
@import url(http://fonts.googleapis.com/css?family=Vollkorn);
@import url(http://fonts.googleapis.com/css?family=Tangerine:regular,bold);

/********************************************************
 * Intro / Default
 *******************************************************/
 body#Intro {
	background-color: #5f635c;
	text-align: center;
 }
 
 body#Intro a {
 	text-decoration:none;
 }
 
 div#IntroImage {
 	width: 900px;
 	height: 640px;
 	top: 50%;
 	left: 50%;
 	margin-top: -320px;
 	margin-left: -450px;
 	position: absolute;
 	background-image: url(/css/default/images/intro.jpg);
 }
 
 div#IntroImage h1 {
 	position: absolute;
	height: 40px;
	width: 200px;
	top: 50%;
	left: 50%;
 	color: black;
 	margin-top: -177px;;
 	margin-left: -100px;
	text-align: center;
	font-family: 'Reenie Beanie', arial, serif;
	text-shadow: 2px 2px 2px #aaa;
 	font-size: 30pt;
	color: #3f3f3f;
 }
 
body {
	background-color: #626262;   /*    #757D88  5f6168*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}


div#Seite {
    position: absolute;
    top: 10px;
    bottom: 10px;
    padding: 0;
    width: 950px;
    left: 50%;
    margin-left: -475px;
    border: none;
    background-color: #fff; /* #60635c; */
}

.errmsg {
	width: 100%;
	border: 3px solid #FF6666;
	background-color: #FFCCCC;
	color: #FF6666;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 3px;
} 

/********************************************************
 * Sprachwahl
 *******************************************************/
div#language_select {
	position: absolute;
	top: 0px;
	right: 0px;
	
	text-align: right;
	vertical-align: middle;
	list-style-type: none;
}
/*
div#language_select_intro {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 157px;
	margin-left: 226px;
	
	text-align: right;
	vertical-align: middle;
	list-style-type: none;
}

div#language_select_intro, div#language_select_intro ul, div#language_select_intro ul li {
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}

div#language_select_intro ul li {
	float: right;
	width: 31px;
	cursor: pointer;
}
*/

div#language_select, div#language_select ul, div#language_select ul li {
	height: 25px;	
}

div#language_select ul li {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	float: right;
	width: 30px;
	cursor: pointer;
}

li#language_change_de {
	background-image: url(/css/default/images/austriaicon.png);
}
li#language_change_en {
	background-image: url(/css/default/images/ukicon.png);
}

.language_select_inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.language_select_active, .language_select_inactive:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
 
/********************************************************
 * Header
 *******************************************************/
div#header {
        height: 130px;;
        width: 100%;
        background-image:url(/css/default/images/header.jpg);
        background-repeat: no-repeat;
        background-position: top left;
}
div#header1 {
        background-image:url(/css/default/images/tape.png);
        background-repeat: no-repeat;
        background-position: top left;	
		width: 146px;
		height: 126px;
		margin-top: -10px;
		margin-left: -32px;
		position: absolute;
}

/********************************************************
 * Footer & Sections
 *******************************************************/
div#section_logo {
	bottom: 0;
	position: absolute;
	right: 20px;
	z-index: 80;
}

.section_news {
	background-image: url(/css/default/images/news.png);
	background-repeat: no-repeat;
	height: 164px;
	width: 130px;
}

.section_gallery {
	background-image: url(/css/default/images/gallery.png);
	background-repeat: no-repeat;
	height: 136px;
	width: 180px;
	margin-bottom: -7px;
}

/********************************************************
 * Login-Form
 *******************************************************/
div#login {
	margin-top: 20px;
	padding-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: none;
	font-size: 10pt;
	visibility: hidden;
	display: none;	
}

div#login p {
	padding-right: 12px;
	padding-bottom: 3px;
}

div#login input {
	border: 1px solid #000;
	background-color: #eef4d0;
	font-family: Courier;
	width: 100%;
}

div#login input[type="submit"] {
	background-color: lightgrey;
	font-family: inherit;
	width:auto;
}

div#login_toggle {	
	position: absolute;
	visibility: hidden;
	right: 20px;
	bottom: 20px;
	height: 10px;
	width: 10px;
	color: #333333;
	font-family: Times;
	font-size: 12pt;
}

div#login_toggle a, div#login_toggle a:hover, div#login_toggle a:active {
	color: #333333;
	text-decoration: none;
}


/********************************************************
 * Navigation
 *******************************************************/
div#navigation  {
	position: absolute;
	left: 0px;
	top: 130px;
	bottom: 0px;
	overflow: hidden;
	font-size: 0.70em;
	padding: 0px;
	margin: 20px 0 0 5px;
	width: 180px;
	font-weight: bold;
	font-family: 'Reenie Beanie', arial, serif;
	text-shadow: 2px 2px 2px #aaa;

}

div#navigation_header {
	display: none;
}

div#navigation_footer {
	display: none;
}

div#navigation_content {
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 350px;
	padding-left: 10px;
}

div#navigation ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
}


div#navigation ul li {
	list-style: none;
	padding-top: 10px;
	font-size: 22px;
}

div#navigation ul li ul li {
	padding-left: 30px;
	background-image:url(/css/default/images/paw.png);
	background-repeat: no-repeat;
	background-position: 8px 10px; 
	font-size: 0.7em;
	line-height: 18px;
}

div#navigation a {
	color: black;
	text-decoration: none;
}

div#navigation a:hover {
	text-shadow: 0px 0px 10px #000;
	color: #fff;
}

/* f�r IE6 und �lter */
*#navigation a:hover {
	color: #eef4d0;
}

.navigation_selected {
	color: green;
}



/********************************************************
 * Content
 *******************************************************/
div#content {
	background-color: #FFFFFF;
	position:absolute;
	top: 150px;
	left: 180px;
	right: 0px;
	bottom: 15px;
	width: auto;
	padding-top: 5px;
	/* padding-top: 20px; */
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 70px;
	overflow: auto;
	text-align:left;
	margin: 0px;
}


div#content_title {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 24pt;
	text-shadow: 2px 2px 2px #aaa;
	font-weight: bold;
	color: black;
	z-index: 80;	
	position: absolute;
	width: 100%;
	top: 110px;
	padding: 0px;
	text-align: center;
	
}

/********************************************************
 * Buttons
 *******************************************************/
.guestbook_buttons, .album_buttons, .beitrag_buttons, .media_preview_buttons {
	position: absolute;
	margin-top: -13px;
	margin-left: -13px;
}
.beitrag_buttons {
	margin-top: -8px;
	margin-left: -8px;
}

.media_preview_buttons {
	position: absolute;
	margin-top: -8px;
	margin-left: 0px;
}

.button_enabled, .button_disabled, .button_delete, .button_edit, .button_star, .button_add, .button_move {
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	text-decoration: none;
}

.button_enabled {
	background-image: url(/css/default/images/button_enabled.png);
}
.button_disabled {
	background-image: url(/css/default/images/button_disabled.png);
}
.button_delete {
	background-image: url(/css/default/images/button_delete.png);
}
.button_edit {
	background-image: url(/css/default/images/button_edit.png);
}
.button_star {
	background-image: url(/css/default/images/button_star.png);
}
.button_add {
	background-image: url(/css/default/images/button_add.png);
}
.button_move {
	background-image: url(/css/default/images/button_move.png);
}
	

/********************************************************
 * Guestbook
 *******************************************************/
.guestbook_entry {
	border: 1px solid black;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #eef4d0;
}

.guestbook_title {
	/* font-family: 'Tangerine', arial, serif; */
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}

.guestbook_from {
	float: right;
	width: 30%;
	font-size: 0.8em;
	text-align: right;
}

.guestbook_datum {
	color: #666666;
	font-size:0.6em;
	margin-bottom:5px
}

.guestbook_website {
	font-size: 7pt;
}

.guestbook_entry_disabled {
	background-color: lightgrey;
	color: gray;	
}
.guestbook_entry_disabled a {
	color: gray;
}

div#guestbook_new_entry {
	margin-bottom: 5px;
}

body#guestbook_form {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
}

body#guestbook_form form label {
	width: 100px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	line-height: 30px;
}

body#guestbook_form input, body#guestbook_form textarea {
	border:1px solid #757D88;
	font-family: "Lucida Sans Unicode";
	color: #555D68;
	font-size: 11px;
	margin-right: 10px;
}

body#guestbook_form input {
	width: 200px;	
}

body#guestbook_form input[type="button"] {
	width: 100px;
}

#guestbook_captcha_result {
	width: 30px;
}

body#guestbook_form textarea {
	height:150px;
	width:550px;
}
/*
.guestbook_buttonrow {
	text-align: center;
}
*/
.guestbook_error {
	background-color: #FFBBBB;
}

.guestbook_required {
	color: #FF0000;
	font-weight: bold;
}



/********************************************************
 * Beitr�ge
 *******************************************************/
.beitrag {
	border: 1px solid black;
	margin-bottom: 10px;
	padding: 5px;
	/* background-color: #e2e9c4; */
	background-color: #eef4d0;
}
.beitrag_title {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}
.beitrag_info {
	font-size: 0.6em;
	color: #666666;
	margin-bottom: 5px;
}
.beitrag_text, .beitrag_einzel_text {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	color:#333333;
	margin-top: 2px;
}

.beitrag_text p, .beitrag_einzel_text p {
	margin-bottom: 14px;
}
.beitrag_text, .beitrag_einzel_text div img {
	margin: 5px;
}

.beitrag_footer, .beitrag_einzel_footer {
	clear: both;
}


.beitrag_einzel_info, .beitrag_einzel_title {
	display: none;
	visibility: hidden;
}

.beitrag_inaktiv {
	background-color:lightgray;
	color:gray;	
}

.beitrag_center {
	text-align: center;
	margin-left: -165px;
}
.beitrag_float_left {
	float: left;
}

.beitrag_float_right {
	float: right;
}

.beitrag_float_clear {
	float: none;
	clear: both;
}

div#beitrag_add {
	margin-bottom: 8px;
	text-align: right;
}
div#beitrag_add a {
	display: inline;
	background-position: left center;
	padding-left: 20px;
}

#beitrag_edit textarea {
	width: 100%;
}

/***** Ausrichtungen f�r die verlinkten Alben ******/

.beitrag_album, .beitrag_einzel_album {
	width: auto;
	position: relative;
	text-align: center;
}

.beitrag_album a, .beitrag_einzel_album a {
	text-decoration: none;
}

.beitrag_album_right {
	float: right;
	margin-left: 5px;
}

.beitrag_album_left {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
}
.beitrag_album_center {	
	float: none;
	text-align: center;
}

.beitrag_album_top {
/* 	margin-top: 5px; */
}

.beitrag_album_horizontal ul {
	text-align: center;
	margin: 0 auto;
}
.beitrag_album_horizontal ul li {
	/* float: left;
	width: 125px; */
	display: inline;
}
.beitrag_album_horizontal ul li img {
	margin-bottom: 3px;
} 

.beitrag_album_vertical li {
	margin-bottom: 3px;
}

/********************************************************
 * Albums
 *******************************************************/
/*div#albums ul {
	float: left;
	background-color: red;
}*/

div#albums ul li {
	width: 364px;
	float:left;
}

.album_details {
	margin: 3px;
	padding: 5px;
	background-color: #eef4d0;
	border: 1px solid black;
	height: 90px;
	overflow: hidden;
}

.album_title {
	font-family: 'Reenie Beanie',arial,serif;
	font-size: 20px;
	overflow: hidden;
}

.album_description {
	margin-top: 3px;	
	color: #333333;
	font-family: 'Droid Serif',arial,serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}

.album_info {
	color: #666666;
	font-size: 0.6em;
}

.album_picture {
	float: right;
	position: relative;
	margin-left: 5px;
}
.album_footer {
	clear: both;
}


div#media ul li {
	width: 145px;
	float:left;
}

.media_thumbnail {
	text-align: center;
	height: 100px;
}

div.media_thumbnail img {
	max-height: 80px;
} 

.album_inaktiv {
	background-color:lightgray;
	color:gray;
}

/* ---------- Album Edit --------- */

div#album_edit_form {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
}

div#album_edit_form form label {
	width: 100px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	line-height: 22px;
}

div#album_edit_form input, div#album_edit_form textarea, div#album_edit_form select {
	border:1px solid #757D88;
	font-family: "Lucida Sans Unicode";
	color: #555D68;
	font-size: 11px;
	margin-right: 10px;
}

div#album_edit_form input {
	width: 200px;	
}

div#album_edit_form input[type="submit"], div#album_edit_form input[type="reset"] {
	width: 100px;
}


div#album_edit_form textarea {
	height:50px;
	width:400px;
}

.album_edit_inactive {
	background-color: lightgray;
}

img#album_edit_thumbnail_preview {
	position: absolute;
	top: 20px;
	right: 20px;
}

/************
 * Bl�ttern *
 ************/
div#pagenav {
	text-align: center;
	height: 15px;
	clear: both;
}
div#pagenav ul li {
	display: inline;
	float: none;
}
div#pagenav ul li a, div#pagenav {
	color: #666666;
}
.pagenav_selected {
	font-weight: bold;
}

/**************
 * Breadcrumb *
 **************/
div#breadcrumb {
	height: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
div#breadcrumb a, div#breadcrumb a:visited {
	color: #AAAAAA;
	text-decoration: underline;
	font-size: 9px;
	background-image: url(/css/default/images/breadcrumb-seperator.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	
}

div#breadcrumb a:hover {
	text-decoration: underline;
	color: #666666;	
}


div#breadcrumb ul li {
	float: right;
	width: auto;
	margin-right: 9px;
	color: #AAAAAA;
	font-size: 9px;
}


/*
div#breadcrumb ul {
	list-style-position: inside;
	list-style-type: disc;
}

div#breadcrumb ul li:last-child {
	list-style-type: none;
	margin-right: 0px;
}
*/


div#media_preview ul li {
	float: left;
	width: 140px;
	height: 120px;
	border: 1px solid black;
	margin: 1px;
	text-align: center;
	overflow: hidden;
}

div#media_preview ul li img {
	margin-top: 3px;
}

.media_preview_OK {
	background-color: lime;
}
.media_preview_NotInDB {
	background-color: yellow;
}
.media_preview_NotFound {
	background-color: red;
}
.media_preview_NotInAlbum {
	background-color: cyan;
}

.mediamanager_selected {
	border: 3px solid red;
}





.pedigree {
	border-collapse: collapse;
	font-size: 10px;
	width: 100%;
}
.pedigree td {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}

.pedigree_male {
	background-color: #AAAAAA;
}

.pedigree_female {
	background-color: #DDDDDD;
}
