/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #ddd;
		background-color: #000;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		cursor:url(../img/curser.jpg)  ;

		scrollbar-base-color:black;
	  scrollbar-3dlight-color:#cccccc;
    scrollbar-arrow-color:#white;
	  scrollbar-darkshadow-color:333;
    scrollbar-face-color:#606;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#606;
    scrollbar-track-color:#333;
    
    a {text-decoration:none;}
	  a:hover {text-decoration:none;}
		}



																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 760px;
	margin: 10px auto;
	text-align: left;
/*	border: solid #606;
	border-width: 1px;   */

	}
	div#header-wrap {
		margin: 8px 0;
		}
		div#header-in {
			padding: 10px;
			color: inherit;
			background-color: #000;


			}
	div#content-wrap {

		}
		div#center {
			color: inherit;
			background-color: #000;
		/*	border: solid #eee;    */
			border-width: 0;
			}
			div#center-in {
				padding: 20px;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #000;
	/*		border: solid #eee;
			border-width: 0 2px 2px 0;    */
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;

		}
		div#footer-in {
            padding: 10px;
            background:#000 url(../img/bg-footer.jpg) repeat-x top;
            height: 80px;
            border: solid #fff;
			      border-width: 1px 0 0 0;
			}

  div#pic{
	  width: 610px;
    height: 490px;
    color: #eee;
    padding: 2px;
  }

																/* >>> SUB CONTAINERS <<< */
div.box {
	float: left;
	width: 160px;
	margin: 0px 0;
	padding: 10px;
	color: inherit;
	background-color: #000;
	border: 0px solid #000;
	}
	div.left {
		    margin: 0px 0px 0px 0px;
		}
   div.center-left {
        margin: 25px 0px 0px 0px;
		}
	div.center-right {
        margin: 50px 0px 0px 0px;
		}
	div.right {
		    margin: 75px 0px 60px 0px;
            float:right;
		}
    div.main {
     		/*  padding: 5px;  */
       float: left;
       margin: 50px 0px 0px 0px;
       text-align:left;
       width: 320px;
       font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif", sans-serif;
	     font-size: 100%;
	     color:white ;
    }
  div.text {
     margin: 25px 0px 0px 0px;
     width: 520px;
     text-align:left;
     font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif", sans-serif;

  }
  div.live {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 700px;
    height:500px;
    text-align:left;
    font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif", sans-serif;
  }

																/* >>> LISTS <<< */

ul#nav-footer {
	padding: 0 2px;
	color: #fff;
	background-color: inherit;
	font-size: 100%;
	list-style: none;
	text-align: right;
	text-decoration: none;
	}
	ul#nav-footer li {
		display: inline;
		margin: 20px;
		}
	ul#nav-footer li.left {
		float: left;
		text-decoration: none;
		}
		ul#nav-footer li a {
      text-decoration: none;
			color: #fff;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #606;
			background-color: inherit;
			text-decoration: none;
	  }
    #footer-in a {
      text-decoration: none;
			color: #fff;
			background-color: inherit;
			}
		#footer-in a:hover {
      text-decoration: none;
			color: #606;
			background-color: white;
			}

ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #fff;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #fff;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif", sans-serif;
  fontßweight: bold;
	color: #eee;
	background-color: inherit;
	text-decoration: none;
/*	border-bottom: 1px solid #F1F7FF;     */
	}
	p a:hover, ul.list a:hover {
		color: #eee;
		background-color: inherit;
/*		border-bottom: 1px solid #eee;    */
		text-decoration: none;
		}

a {color: #ddd; text-decoration:none;}
a:hover {color: #fff; text-decoration:underline;}
a:active{color: #c0c; text-decoration:underline;}

.copy{
    background-color: inherit;
    font-size: 100%;
    color: #ccc;
}

.copy a {
    background-color: inherit;
    text-decoration: none;
    color: #ccc;
}

.copy a hover{
    background-color: white;
    text-decoration: none;
    color: #606;
}

.rot {
    color: red;
    font-size: 90%;
}
 .activ{
    backgroundßcolor:white;
    color: #606;
 }
.wichtig {
    /*background-color: #f00;*/
    background-color: inherit;
    border: 2px #606 solid;
    padding: 0.5em;
    margin-bottom: 0.5em;
    font-size: 100%;
    font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif", sans-serif;
}
.hinweis {
    background-color: #000;
    /* background-color: inherit; */
    border: 1px #ccf solid;
    padding: 0.5em;
    margin-bottom: 0.5em;
    font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif", sans-serif;
}
.field {
    border-color: #606;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    color:white;
}

                              	/* >>> FORMS <<< */
* { }




                               	/* >>> TABLES <<< */
.tableLine
{
	font-family:			Verdana,Arial,sans-serif;
	font-style:				normal;
	font-size:				9px;
	BORDER-TOP: 		#A6A6A6 1px solid;
	BORDER-LEFT: 		#A6A6A6 1px solid;
	BORDER-BOTTOM: 	#A6A6A6 1px solid;
	BORDER-RIGHT: 	#A6A6A6 1px solid;
}
.row_0 {
	background-color:		#FFFFFF;
}
.row_1 {
	background-color:		#E1E8F1;
}

.tab{
  font-family:			Verdana,Arial,sans-serif;
	font-style:				normal;
	font-size:				9px;
	border: 2px solid	#606 ;
	padding: 5px;

}
.tab h4{
 /*  background:#606;*/

}

.thumb {
	border: 0px none;
	a {color: #606; text-decoration:none;}
	a:hover {color: #606; text-decoration:underline;}
	a:active{color: #606; text-decoration:underline;}
}

div#bild {
  float: left;
  padding: 5px;
}
div#vorschau {
  width: 420px;
  height: 260px;
  padding: 2px;

}																/* >>> END <<< */
