.button {
	border: 1px solid #E0E0E0;
	margin-left: 5px;
	padding: 2px 3px;
	background-color:#F8F8F8;
	color:#507DB4;
    text-decoration: none;
}
.button_green {
	border: 1px solid #E0E0E0;
	margin-left: 5px;
	padding: 4px 7px;
	background-color:#BFB;
	color:#060;
	text-decoration: none;
}
.buttonstyle {
	border: 1px solid #E0E0E0;
	padding: 2px 3px;
}
.tabstyle{
background-color:#F1F1F1;
}
.tabstylehead{
background-color:#E1E1E1;
}
a.udlink{
   text-decoration: none;
}
a.link_navi:link {
	    border: 1px solid #E0E0E0; 
	    margin: 0 1px;
	    padding: 4px 7px;
	    color: #444;
	    background: #F8F8F8;  
	    font-weight: normal;
	    text-decoration: none;
}
a.link_navi:visited {
	    border: 1px solid #E0E0E0; 
	    margin: 0 1px;
	    padding: 4px 7px;
	    color: #444;
	    background: #F8F8F8;  
	    font-weight: normal;
	    text-decoration: none;
}
a.link_navi:hover, a.link_navi:active {
	    border: 1px solid #507DB4;
	    background: #EEEEEE;
	    color: #737373;
	    text-decoration: none;
}
.current {
	    border: 1px solid #E0E0E0;
	    padding: 4px 7px;
	    color: #444;	
}
.pages{
	    border: 1px solid #E0E0E0;
	    padding: 2px 7px;
	    float: right;
	    margin: -3px 0 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED;
	margin: 0;
	height: 100%;
	padding: 0;
	text-align: center;
	color: #888;
	font-size:12px;
}
.m_Gruppen {
	font-size:12px;
	color:#107799;	
}
.m_GameScore {
	font-size:14px;
	color:#2299BB;
	font-family: "Comic Sans MS", cursive;
}
.m_Kommentar {
	font-size:11px;
	color:#AAA;
}
.m_kleinBilder {
	border-style:none;
	border-color:#FF0000;
	width: 200px;
	height: 133px;
}


.zweiSeitenDesign #container { 
	height:100%;
	width: 1280px;  /* this will create a container 80% of the browser width */
	min-height: 100%;
	background: #FFFFFF;
	margin: auto; 	/* auto: the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;	

} 
.zweiSeitenDesign #header { 
	background: #FFF;  /* #F0F0F0; */
	padding: 0 2px;  /* F0F0F0. this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
	
	
	background: url(img/header.gif) repeat-x ; */
} 
.zweiSeitenDesign #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#AACCDD;		/*  AACCDD */
	text-shadow: -1px -1px 0px #606060, 1px 1px 0px #EEE;
}
.zweiSeitenDesign #m_Hauptbereich {
	width: 1000px; /* since this element is floated, a width must be given */
	height: 100%;
	float: left; 
	font-size:10px;
	
}
.zweiSeitenDesign #m_Hauptbereich h1 {
	font-size:18px;
	margin:5px;
}
.zweiSeitenDesign #m_Hauptbereich h2 {
	font-size:16px;
	margin:5px;
}
/* Tips for m_sidebar:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".zweiSeitenDesign #m_sidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.zweiSeitenDesign #m_sidebar {
	/* height:600px;  */
	float: left; 
	
	width: 245px; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
}
.zweiSeitenDesign #m_sidebar h1{
	font-size:14px;
	color:#2090AA;
	background-color:#F5F5F5;	
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;		
}
.zweiSeitenDesign #m_sidebar h2{
	font-size:12px;
	color:#2090AA;
	background-color:#F5F5F5;	
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;		
}
.zweiSeitenDesign #m_sidebar h3 {
	font-size:12px;
	color:#2299BB;
	background-color:#F5F5F5;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;	
}
.zweiSeitenDesign #m_sidebar p {
	font-size:12px;
}
.zweiSeitenDesign #footer { 
	padding: 0 8px; 
	background:#DDDDDD;
	color: #909090;
	font-size:11px;
} 
.zweiSeitenDesign #footer p {
	margin: 0; 
	padding: 8px 0; 
	text-align:center;
	color:#888888;	
}
.ud_Bildbeschreibung {
	font-size: 11px;
	font-style:italic;
	color: #909090;
	text-align:right;
 	font-weight: normal;
	margin-right:10px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
dl {
	font-family: sans-serif;
	font-size: 80%;
}
dt {
	margin-top: 2em;
	font-weight: bold;
}
.fader {
	position: relative;
	/*	display: inline-table; */
}
.fader img {
	vertical-align: top;
}
.fader img.next {
	position: absolute;
	top: 0;
	left: 0;
}
