/* CSS Datei für alle Browser */
/* ******************************* */

/* Aufgrund von Inkompatiblitäten des MS Internet Explores */
/* ist eine zweite Datei notwendig --> Style_IE.css        */

/* Parameter Erklärungen */
/* ********************* */
/* PADDING : Innenabstände */
/* MARGIN : Außenabstände */
/* Background-Position : Position des Hintergrundbildes */
/* Background-Repeat : Hintergrundbild wiederholen etc. */
/* Background-Color : Hintergrundfarbe */
/* Color : Vordergrundfarbe (z.b. Text) */
/* Font-Family : Schrifttyp (Verdana etc.) */
/* Font-Size: Schriftgröße */
/* Cursor : Mauszeiger - Aussehen bestimmen */

html, body, div,h1,h2,h3,h4,a {
	margin: 5px;
	padding: 5px;
	border: 0;
}

table {
    font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	color: #cccccc;
}

h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.1em;
	color:#ffffff;
	background-position:-1px 0.8em;
	background-repeat: no-repeat;
	background-image:url(/V6/Image/Submenu.gif);
}

input.text {
	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	color: black;
	height:12px;
}

input.select {
	font-size: 50px;
  	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	color: black;
	height:12px;
}

Input.image
{
cursor:pointer;
background-color: #777777;
}

Input.image:Hover
{
background-color: #999999;
}


A:link
{
color: #cccccc;
text-decoration: none;
}

A:visited
{
color: #cccccc;
text-decoration:none;
}

A:active
{
color:#cccccc;
text-decoration: none;
}

A:hover
{
color:#666666;
text-decoration:none;
background-position: -2px;
background-repeat: no-repeat;
background-image:url(/V6/Image/Submenu.gif);
}


/*****************************************************************************************/
/*** Layout - Stand : 01.08.2008                                                       ***/
/*****************************************************************************************/

body { 
  background-color: #444444;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:white;  
}


/*****************************************************************************************/


/*****************************************************************************************/
/*** Login-Seite (Index.asp) - Layout - Stand : 08.10.2008                             ***/
/*****************************************************************************************/

#Login-Center { 

	position:absolute;
	height:750px;
	width:600px;
	margin:-320px 0px 0px -320px;
	top:50%;
	left:50%;
	text-align:left;
	background-image:url(/V6/Image/Index_Zellner.jpg);
	background-repeat:no-repeat;
	background-color:none;
	border:none;
	overflow:none;

}

#Login-Center-Content { 

	position:absolute;
	height:180px;
	width:300px;
	margin:380px 0px 0px 300px;
	background-color:none;
	border:none;
	overflow:none;

}

#Complete_Window { 

width:735px;
height:835px;
padding:5px;
margin:0px 0px 0px 0px;
float:left;
background-color: none;

}

#Navigation-Center { 

width:200px;
height:740px;
padding:5px;
margin:0px 0px 0px 0px;
float:left;
background-color: #111111;
opacity: .80;
Filter: alpha(opacity=80);

}

#Navigation-Top { 

width:730px;
height:175px;
padding:5px;
margin:-750px 0px 0px 210px;
float:left;
background-color: #111111;
opacity: .80;
Filter: alpha(opacity=80);

}

#Main-Center { 

width:725px;
height:550px;
padding:5px;
margin:-560px 0px 0px 215px;
float:left;
background-color: #333333;
opacity: .97;
Filter: alpha(opacity=97);
overflow:auto;


}

/*****************************************************************************************/

#ArtikelThumbnails
{
float:left;
}

#Artikel_Pictures A:link
{
color: #cccccc;
text-decoration: none;
}

#Artikel_Pictures A:visited
{
color: #cccccc;
text-decoration:none;
}

#Artikel_Pictures A:active
{
color:#cccccc;
text-decoration: none;
}

#Artikel_Pictures A:hover
{
color:#666666;
text-decoration:none;
background-position: -2px;
background-repeat: no-repeat;
background-image:none;
}
#ArtikelThumbs_Leiste
{
overflow:auto;
height:140px;
width:100%;
white-space:nowrap;
}


#ArtikelThumbs A IMG
{
border-top: #333333 2px solid;
border-bottom: #333333 2px solid;
border-right: #333333 2px solid;
border-left: #333333 2px solid;
margin: 0px 4px;
}

#ArtikelThumbs A.selected IMG 
{
border-top: #666666 2px solid; 
border-bottom: #666666 2px solid; 
border-right: #666666 2px solid; 
border-left: #666666 2px solid;
}

#ArtikelThumbs A:hover IMG 
{
border-top: #666666 2px solid; 
border-bottom: #666666 2px solid; 
border-right: #666666 2px solid; 
border-left: #666666 2px solid;
background-image:none;
}


#ArtikelThumbs_SelectedArticle A IMG
{
border-top: #333333 2px solid;
border-bottom: #333333 2px solid;
border-right: #333333 2px solid;
border-left: #333333 2px solid;
margin: 0px -2px;
}

#ArtikelThumbs_SelectedArticle A.selected IMG 
{
border-top: #666666 2px solid; 
border-bottom: #666666 2px solid; 
border-right: #666666 2px solid; 
border-left: #666666 2px solid;
}

#ArtikelThumbs_SelectedArticle A:hover IMG 
{
border-top: #666666 2px solid; 
border-bottom: #666666 2px solid; 
border-right: #666666 2px solid; 
border-left: #666666 2px solid;
}

#NavigationThumbs_Selected A IMG
{
border-top: #111111 2px solid;
border-bottom: #111111 2px solid;
border-right: #111111 2px solid;
border-left: #111111 2px solid;
background-image:none;
margin: 0px -2px;
}

#NavigationThumbs_Selected A.selected IMG 
{
border-top: #111111 2px solid; 
border-bottom: #111111 2px solid; 
border-right: #111111 2px solid; 
border-left: #111111 2px solid;
background-image:none;
}

#NavigationThumbs_Selected A:hover IMG 
{
border-top: #111111 2px solid; 
border-bottom: #111111 2px solid; 
border-right: #111111 2px solid; 
border-left: #111111 2px solid;
background-image:none;

}



#ArtikelThumbs_Picture A IMG
{
border-top: #333333 2px solid;
border-bottom: #333333 2px solid;
border-right: #333333 2px solid;
border-left: #333333 2px solid;
margin: -5px -5px;
}

#ArtikelThumbs_Picture A.selected IMG 
{
border-top: #666666 2px solid; 
border-bottom: #666666 2px solid; 
border-right: #666666 2px solid; 
border-left: #666666 2px solid;
}

#ArtikelThumbs-Picture A:hover IMG 
{
border-top: #666666 2px solid; 
border-bottom: #666666 2px solid; 
border-right: #666666 2px solid; 
border-left: #666666 2px solid;
background-image:none;
}


/*****************************************************************************************/

#Error_Font {
    font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	color: red;
}