html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Arial, sans-serif;
 font-size:12px;
/* color:#343434;*/
 color:#505050;
} 

input, textarea {
border: 1px solid #9A9A9A;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
margin:0;
padding:0;
}

div#select { 
   position: relative; 
   z-index: 20; 
   width: 133px; /*Breite dem Layout anpassen*/ 
   height: 20px; 
   overflow: hidden; 
   color: inherit; 
   background-color: #fff;
   border: 1px solid #9A9A9A; 
   } 
#auswahl { 
   position: relative; 
   top: -1px; 
   left: -1px; 
   z-index: 10; 
   width: 135px; /*Breite dem Text anpassen*/ 
   height: 23px; 
   color: #000000; 
   background-color: #fff;
   border: 1px solid #9A9A9A; /*für Opera*/ 
   font-family: arial, sans-serif; 
   font-size:1em;
   } 
.inputohne {
 border: 0px solid #9A9A9A;
}   
div#select2 { 
   position: relative; 
   z-index: 20; 
   width: 135px; /*Breite dem Layout anpassen*/ 
   height: 20px; 
   overflow: hidden; 
   color: inherit; 
   background-color:#fff; 
   border: 1px dotted #FB9531; 
   } 
#auswahl2 { 
   position: relative; 
   top: -1px; 
   left: -1px; 
   z-index: 10; 
   width: 137px; /*Breite dem Text anpassen*/ 
   height: 23px; 
   color: #000000; 
   background-color: #fff;
   border: 1px dotted #FB9531; /*für Opera*/ 
   font-family: arial, sans-serif; 
   font-size:1em;
   } 
   
.Check, .Radio { background-color:#fff; border:0px solid #9A9A9A; }

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.in2 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
margin:0;
padding:0;
  border-style: dotted dotted dotted dotted ;
	border-color: #FB9531;
	border-width: 1px; 
}

.cleaner {
background:transparent none repeat scroll 0 0;
border:medium none;
clear:both;
font-size:1px;
height:1px;
margin:0;
padding:0;
}
/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.baseline {vertical-align: baseline;}
.vcenter {vertical-align: middle;} 

#outerContainer{ 
/* background-image:url(../Bilder/bg.gif); */
 background-color:#fff;
 width:950px; 
 text-align:center;  
 margin-left:auto; 
 margin-right:auto;  
/*  padding:4; */
}  
 
#innerContainer{ 
 width:926px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
/*  padding:4; 
 background-image:url(../Bilder/bg.gif);*/
} 
  
.error {
/*background:#EBF5E1 url(../images_c/pic-ok.gif) no-repeat scroll 10px 12px;
display:block;*/
background:#F7E3E3;
border:1px dashed #CB4F51;
color:#CE1417;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
padding:10px 10px 10px 30px;
text-align:left;
}

.noerror {
background:#EBF5E1 url(../Bilder/ok.gif) no-repeat scroll 10px 12px;
border:1px dashed #80CB4F;
color:#80CB4F;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
padding:10px 10px 10px 30px;
text-align:left;
} 
/* ###################################################### */
/* #######################    TOP     ################### */
/* ###################################################### */
#top {
 height:75px;
/* background-image:url(Bilder/top_<?php echo $pageh; ?>.jpg);
 background-repeat:no-repeat;
 background-position:center 20px;*/
}
 
/* ###################################################### */
/* #######################  Kategoie  ################### */
/* ###################################################### */
#kateg {
 width:926px; 
 height:121px;
/* background-image:url(Bilder/top_<?php echo $pageh; ?>.jpg);
 background-repeat:no-repeat;
 background-position:center 20px;*/
} 


 
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

#navigation {
  text-align:right;  
	list-style:none;
  position:fixed;
	width: 185px;
/*	border-style: solid solid soild solid;
	border-color: blue;
	border-width: 1px;
	 transparency 
	background-color:#fff;
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
	}
#navigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
#navigation li a {
  font-size:16px;
 	height: 15px;
	text-decoration: none;
	font-weight:bold;
	}	
	
#navigation li a:link, #navigation li a:visited  {
	color: #343434;
	display: block;
	font-weight:bold;
/*  background: url(../Bilder/navi_off.gif);
	background-repeat:no-repeat;*/
	padding: 4px 18px 8px 0;
	}
	
#navigation li a:hover, #navigation li a:active, #navigation li a.current {
	color: #343434;
  font-weight:bold;  
	background: #E2E2E2;
/*	background: url(../Bilder/navi_on.gif) #640F26;;
	background-repeat:no-repeat;  */
	padding: 4px 18px 8px 0;
	}
/* ###################################################### */
/* #######################    LOGO    ################### */
/* ###################################################### */
                              
#logo {
  position:relative;
  padding: 3px 0 0 0;
  top: 30px;
  left: 650;
	width: 250px;
 	height: 60px;
	font-weight:bold;
  font-size:12px;
  color:#FCAC21;
	background: #640F26;
/*  background-image:url(../Bilder/hunde_logo.gif);
  background-repeat:no-repeat;
  background-position:center 20px;*/
	}
 
/* ###################################################### */
/* #######################  CONTENT   ################### */
/* ###################################################### */
.width-head {
  width:12em;
}
.width-head1 {
  width:6em;
}

.width-head2 {
  width:18em;
}
.width-head3 {
  width:21em;
}
.width-in2 {
  width:2em;
}
.left {
  float:left;
}

#intformular input {
font-family:Arial;
border:none;
/*border-top: 1px dotted #0050A0;*/
border-bottom: 1px dotted #505050;
background-color:#FFFFFF;
/*color:#0050A0;
height:22px;
width:250px;*/
padding:3px;
}

#nav-user {
position:absolute;
right:20px;
top:1px;
width:70%;
z-index:12;
}

.nav-user a {
border-right:1px solid #BFC0C0;
color:#808080;
display:block;
font-size:10px;
line-height:100%;
margin:0;
padding:0 6px;
text-decoration:none;
}

.nav-user #nav-user-rechts a {
border-right:0px solid #BFC0C0;
}
.nav-user li {
  float:right;
}
.nav-user a:hover, .nav-user-rechts a:hover {
color:#807070;
text-decoration:underline;
}

.vita_ueber {
background:#FED8B3 10px 12px;
border:1px solid #FB9531;
color:#4F4F4F;
font-weight:bold;
padding:2px 2px 2px 2px;
text-align:left;
} 

.vita_box_lang {
/*background:#F7F7F7;
border:1px solid #C3C3C3;
border-style:solid solid soild solid;
border-color:#C3C3C3;
border-width:1px;
color:#4F4F4F;*/
padding:6px 2px 30px 2px;
text-align:left;
} 

#inhalt {
 width:926px; 
/* height:121px;
 background-image:url(Bilder/top_<?php echo $pageh; ?>.jpg);
 background-repeat:no-repeat;
 background-position:center 20px;*/
} 

#navigation2 {
	list-style:none;
	width: 185px;
/*	border-style: solid solid soild solid;
	border-color: #ddd;
	border-width: 2px;	
  background-color:blue;
	 transparency 

	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
	}
#navigation2 ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
#navigation2 li a {
  font-size:12px;
 	height: 14px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#navigation2 li a:link, #navigation2 li a:visited, #navigation2 li a:active  {
	color: #9A9A9A;
	display: block;
	font-weight:bold;
	padding: 3px 20px 3px 0px;
	}
	
#navigation2 li a:hover, #navigation2 li a:active a, #navigation2 li a.current {
	color: #343434;
  font-weight:bold;  
	padding: 3px 20px 3px 0px;
 	background: #eee;
}

#contentright h1, #contentright h2 {
	margin:0 0 0 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#343434;
}
#contentright h1 {
	line-height:22px;
	color:#2F2E2A;  
}

#contentright a, #contentright a:link, #contentright a:visited {
	font-weight:normal;
	color:#FB9531;
 	text-decoration: none;
/*	text-transform: uppercase;*/
}

#contentright a:hover {
	font-weight:normal;
	color:#000;
 	text-decoration: none;
/*	text-transform: uppercase;*/
}


#contentbereich {
	width: 700px;
  position:relative;  
  left: 10;  
/*		border-style: solid solid none solid;
	border-color: red;
	border-width: 1px;  
padding: 15px 15px 0 15px;*/
} 

#tdate {
	width: 150px;
	float: left;
}
#tdate2 {
	width: 250px;
	float: left;
}

#video1 {
	width: 330px;
	float: left;
}
#video2 {
	width: 330px;
	float: right;
  padding: 0 0 0 10px;*/
}

#contentrightstart {
/*  background:url(../Bilder/start_bild.jpg) no-repeat scroll;*/
	width: 699px;
  position:relative;  
	float:left;
  text-align:left;
/**	border-style: solid;
	border-color: black;
	border-width: 1px;  **/
  line-height: 1.5;  
}
 
#startbox {
  text-align:left;
  width:280px; 
  height:333px;
  position:relative;  
  left: 10px; 
/** 	border-style: solid;
	border-color: #FB9531;
	border-width: 1px;  
  transparency 
	background-color:#fff;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;  **/
}

#startboxnew {
  overflow:auto;
	float:left;
  text-align:left;
  width:255px; 
  height:330px;
  position:relative;  
  left: 20; 
  top: 5;
/** 	border-style: solid;
	border-color: #FB9531;
	border-width: 1px;  
   transparency 
	background-color:#fff;
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;  **/
}

#contentrstart {
	width: 700px;
  position:relative;  
/*  left: 10; */
	float:left;
  text-align:left;
  overflow:auto;  
  height:400px;
  display:block; 
  scrollbar-arrow-color:#FFFFFF; 
  scrollbar-face-color:#FB9531; 
  scrollbar-highlight-color:#FFFFFF; 
  scrollbar-3dlight-color:#FFFAF5; 
  scrollbar-shadow-color:#FFFFFF; 
  scrollbar-darkshadow-color:#000000; 
  scrollbar-track-color:#FFFAF5;
} 

#contentright {
	width: 630px;
  position:relative;  
  left: 10; 
	float:left;
  text-align:left;
/*	border-style: solid;
	border-color: black;
	border-width: 1px;  */
  line-height: 1.5;  
} 

td {
	font-size:12px;
	font-weight:normal;
}

#box{
margin: 15px;
}

#contentleft {
	width: 195px;
	float:left;
  text-align:left;  
/*	border-style: none solid none solid;
	border-color: black;
	border-width: 1px;  
	padding: 15px;*/
} 

.login {
    font-family: Arial, Helvetica, sans-serif;
/*    font-size: 10px;*/
    color: #FFFFFF;
    background-color:#FB9531;
    border-style:none;
}  

textarea {
  scrollbar-base-color: #FB9531; 
  scrollbar-arrow-color: #FB9531;
/*  background-color: #e0e0e0;"*/
}

#listdiskh {
 float:right;
 text-align:left;
 width:630px; 
 height:33px;
/* background: #FB9531;*/
}  


#listdiskh a:link, #listdiskh a:visited, #listdiskh a:active  {
 float:right;
/* display:block;
  height:33px;*/
  margin:8px;
  font-size:12px;   
  color: #343434;
  font-weight:bold;
  text-decoration: none;
}

#listdiskh a:hover {
  font-size:12px;  
  color:#A0A0A0;
  font-weight:bold;
  text-decoration: none;
}

#listdiskv {
/* float:right;
 text-align:left;*/
 width:630px; 
 height:33px;
/* background: #FB9531;*/
}  


#listdiskv a:link, #listdiskv a:visited, #listdiskv a:active  {
/* float:right;*/
  display:block;
/*  height:33px;*/
  margin:8px;
  font-size:12px;   
  color: #343434;
  font-weight:bold;
  text-decoration: none;
}

#listdiskv a:hover {
  font-size:12px;  
  color:#A0A0A0;
  font-weight:bold;
  text-decoration: none;
}

#forumtitle {
  font-weight:bold;
  padding:5px;
  border-style: solid solid none solid ;
	border-color: #FB9531;
	border-width: 1px; 
  background: #FEE1C4
}
#forumtxt {
  padding:5px;
  border-style: dotted;
	border-color: #FB9531;
	border-width: 1px; 
}

#forumtitle a:link, #forumtitle a:visited, #forumtitle a:active  {
/* float:right;*/
  display:block;
/*  height:33px;*/
  margin:3px;
  font-size:12px;   
  color: #343434;
  font-weight:bold;
  text-decoration: none;
}

#forumtitle a:hover {
  font-size:12px;  
  color:#A0A0A0;
  font-weight:bold;
  text-decoration: none;
}

#bildblock {
  position:relative;  
	width: 140px;
	float:left;
  text-align:center;  
	padding: 3px;
  margin: 3px; 
	border-style: solid solid solid solid;
	border-color: #9C9A9C;
	border-width: 1px;   
	font-size:10px;
	font-weight:normal;
	color:#505050;  
}
#bildblock2 {
  position:relative;  
	width: 140px;
	float:left;
  text-align:center;  
	padding: 3px;
  margin: 3px; 
	border-style: solid solid solid solid;
	border-color: #9C9A9C;
	border-width: 1px;   
	font-size:10px;
	font-weight:normal;
	color:#505050;  
}
/* ###################################################### */
/* #######################   UNTEN    ################### */
/* ###################################################### */
#unten {
 width:926px; 
 height:35px;
} 

#untenleft {
  height:33px;
  width:195px; 
  float:left;
/*     background-image:url(Bilder/top_<?php echo $pageh; ?>.jpg); */
}

#untenright {
 float:left;
 text-align:right;
 width:730px; 
 height:33px;
 background: #FB9531;
}  


#untenright a:link, #untenright a:visited, #untenright a:active  {
 float:right;
/* display:block;
  height:33px;*/
  margin:8px;
  font-size:12px;   
  color: #343434;
  font-weight:bold;
  text-decoration: none;
}

#untenright a:hover {
  font-size:12px;  
  color:#fff;
  font-weight:bold;
  text-decoration: none;
}

#close {
 	height: 5px;
 background-image:url(../Bilder/bg2.gif);
 background-repeat:no-repeat;
 background-position:bottom;
}
 
#tab1 {
padding-left:20px;
}
			
.submit {
  cursor:hand;
  cursor: pointer;
	border: 1px solid #9C9A9C;
	padding:3px;
	font-family:Verdana, Arial,sans-serif;
  font-weight:bold;	
	color:#505050;
	background-color:#EFEFEF;
	width:100px;
	height:22px;
}
			
#ssubmit {
  cursor:hand;
  cursor: pointer;
	border: 0px solid #ffffff;
	padding:3px;
	font-family:Verdana, Arial,sans-serif;
  font-weight:bold;	
	color:#505050;
	background-color:#ffffff;
/*	width:100px;
	height:22px;*/
}

#searchinput {
font-family:Verdana, Arial;
border: 2px solid #EFEFEF;
/*border-top: 1px dotted #0050A0;
border-bottom: 1px dotted #505050;
background-color:#EFEFEF;*/
background-color:#EFEFEF;
padding:3px;
}

#searchtxt {
 background: #FB9531;
 text-transform:uppercase;
}

#dloadbox {
  padding-left:24px;
}