
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body, frstwrap {height:100%; font-family:Myriad; color:rgb(51,51,51); background-image:url(images/bg.jpg); }

a { text-decoration:none; color:rgb(51,51,51); }

h1 { font-weight:normal; }

br { line-height:6px; }

b { font-weight:normal; font-family: Titillium-04; }

img {
	border:0;
}

table {
	border:0;
}

body {
    background-color: #FFFFFF;
}

#frstwrap {
	    background-image: url("images/bg-body.png");
    background-position: center top;
    background-repeat: repeat-x;
	height: auto;
	min-height: 100%;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	position:relative;
}


.clearer {	
	clear:both;
	height:30px;
}
#wrap {
	top:0;
	position:absolute;
	width:100%;
}
.wrap_inner {
	width:960px;
	padding:0;
	margin: 0 auto;
	position:relative;		
}

header {
	visibility:hidden;
	height:0px;
	position:fixed;
	// set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

header.sticky {
	z-index:1;
	visibility:visible;
	position: fixed;
	height:35px;
	width: 100%;
	background-image:url("images/header-sticky.png");
	background-repeat:repeat-x;
}

header.sticky .header_menue {
	height:35px;
	margin: 0 auto;
    padding: 0;
	padding-top:4px;
    position: relative;
    width: 960px;
}

header.sticky .header_menue li {
	float:left;
	padding-right:10px;
	list-style:none;
}
header.sticky .header_menue li a {
	color:#FFF;
	
}

.headmn .header_top {
	visibility:hidden;
	height:0;	
	}


.headmn {
	height:190px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.headmn .header_top {
	height:156px;
}
.headmn .header_menue {
	height:34px;
	padding-top:4px;
	padding-bottom:4px;
}

.headmn .header_menue li {
	float:left;
	padding-right:10px;
	list-style:none;
}

.headmn .header_menue li a {
	color:#FFF;	
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#information123 {
	visibility:hidden;
	position: absolute;
	background-color:#FFF;
    height: 180px;
    width: 410px;
    top: 50%;
    left: 50%;
    margin-top: -90px; /* height / 2 */
    margin-left: -205px; /* width / 2 */
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#information123 div.loadgrfx {
	margin-top:85px;
	position:absolute;
	width:260px;
	left:50%;
	margin-left:-130px;	
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#ms {
	width:960px;
	background-color:#e6e6e6;
	border:1px solid #CCC;
	padding:4px;
}

html body div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#ms div.ms_liste div.art_item div.art_up {
	width:10px;
	float:left;
	margin:4px;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart {
	width:960px;
	background-color:#e6e6e6;
	border:1px solid #CCC;
	padding:4px;
}
div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart div.raceart_info {
	width:100%;
	height:auto;	
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart div.new_art {
	width:350px;
	float:left;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart div.art_list {
	float:right;
	width:600px;
	padding-right:10px;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart div.art_list div.art_item {
	float:left;
	width:100%;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart div.art_list div.art_item div.art_bez {
	float:left;
	padding-left:2px;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart div.art_list div.art_item div.art_up {
	float:left;
	padding-right:2px;
}
div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div#raceart div.art_list div.art_item div.art_down {
	float:left;
	padding-right:2px;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div.ms div.ms_liste {
	float:left;
	width:600px;
	padding-right:10px;
	padding-top:10px;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div.ms div.ms_liste div.art_item {
	float:left;
	width:100%;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div.ms div.ms_liste div.art_item div.art_bez {
	float:left;
	padding-left:2px;
}

div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div.ms div.ms_liste div.art_item div.art_up {
	float:left;
	padding-right:2px;
}
div#frstwrap div#wrap.clearfix div.wrap_inner div#profil div.ms div.ms_liste div.art_item div.art_down {
	float:left;
	padding-right:2px;
}


div#frstwrap div#wrap.clearfix div.wrap_inner div.header div.header_menue li a {
	color:#CCC;
	font-size:18px;	
}
div#frstwrap div#wrap.clearfix div.wrap_inner div.header div.header_top div.header_lang {
	float:right;
	padding-top:8px;
}
div#frstwrap div#wrap.clearfix div.wrap_inner div.header div.header_top div.header_lang a {
	color:#CCC;
	padding-right:4px;
}

html body table tbody tr.row1 {
	background-color:F2F2F2;
}

div.race_import {
	padding:8px;
	width:426px;
	background-color:#DDD;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.fancier_import {
	padding:8px;
	width:426px;
	background-color:#DDD;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form div.race_new {
	float:left;
	width:200px;
	background-color:#CCC;
	height:90px;
	padding:4px;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form div.race_exist {
	margin-left:6px;
	float:left;
	width:200px;
	height:90px;
	background-color:#CCC;
	padding:4px;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form div.race_file {
	clear:both;
	width:416px;
	height:90px;
	padding:4px;
}

div.zuechter {
	margin-top:10px;
	padding:8px;
	width:426px;
	background-color:#DDD;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
