/***********************************************************************************************************************
CSS: 	Fotopanorama
Autor:	Stefan Bracher
***********************************************************************************************************************/

/****** General ********************************************************************************************************/
body  			{ 
			background-color : #FFFFFF;
			font-family : Verdana; 
			font-size : x-small; 
			} 

/***********************************************************************************************************************/

/****** IDs ********************************************************************************************************/
#galerie		{ width: 100%; border: 0px solid red; color: black; border-collapse: collapse; padding: 5px; } 
#galerie td		{ border: 0px solid black; vertical-align: top; padding: 5px; }
#galerie a		{ color: black; display: block; font-weight: normal;}
#galerie a:HOVER	{ text-decoration : none; }
#galerie tr:HOVER	{ background-color: #e2af30;}

#copy			{ border: 0px; border-collapse: collapse;}
#copy tr:HOVER		{ background-color: #e2af30;}
#copy td		{ vertical-align: top; padding: 2px;}
/***********************************************************************************************************************/

/****** Classes ********************************************************************************************************/
tr.odd			{
			border: 0px solid white;
			background-color: #c0c0c0;
			font-size: x-small;
			}

tr.even			{
			border: 0px solid white;
			background-color: #dddddd;
			font-size: x-small;
			}


/***********************************************************************************************************************/

div 	{
	font-size : x-small; 
	font-family : Verdana; 
	font-weight : normal; 
	font-style : normal; 
	color : #000000; 
	text-decoration : none; 
	text-align : justify; 
	position: absolute;
	right: 10px;
	}

p, td 	{ 
	font-size : x-small; 
	font-family : Verdana; 
	font-weight : normal; 
	font-style : normal; 
	color : #000000; 
	text-decoration : none; 
	text-align : justify; 
	} 



p.picture {
text-align: center; 
}

p.right {
text-align: right; 
}
 
i  { 
	font-size : x-small; 
	font-family : Verdana; 
	font-weight : normal; 
	font-style : normal; 
	color : #000000; 
	text-decoration : none; 
	text-align : justify; 
} 

H1  { 
	font-size : medium; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : normal; 
	color : #000000; 
	text-align : center; 
} 
 
H2  { 
	font-size : medium; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : normal; 
	color : #000000; 
	text-decoration : none; 
	text-align : center; 
} 
 
H3  { 
	font-size : medium; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : normal; 
	color : #000000; 
	text-align : center; 
	list-style-type : disk; 
	text-decoration : none; 
} 

H4  { 
	font-size : small; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : normal; 
	color : #000000; 
	text-align : left; 
	list-style-type : disk; 
	text-decoration : none; 
} 
 
A  { 
	font-size : x-small; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : normal; 
	color : #000000; 
	text-decoration : none; 
} 
 
A:Visited  { 
	font-size : x-small; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : italic; 
	color : #000000; 
	text-decoration : none; 
} 
 
A:Active  { 
	font-size : x-small; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : normal; 
	color : #000000; 
	text-decoration : none; 
} 
 
A:Hover  { 
	font-size : x-small; 
	font-family : Verdana; 
	font-weight : bold; 
	font-style : normal; 
	color : #000000;
	text-decoration : underline; 
} 

a IMG { 
   border: 1 solid #000000; 
} 
a:visited IMG { 
   border: 1 solid #000000; 
} 
a:hover IMG { 
   border: 1 dotted #000000; 
} 
a:active IMG { 
   border: 1 solid #000000; 
}



.blank IMG { 
   border: 0 solid #000000; 
} 
.blank:visited IMG { 
   border: 0 solid #000000; 
} 
.blank:hover IMG { 
   border: 1 dotted #000000; 
} 
.blank:active IMG { 
   border: 0 solid #000000; 
}

}



table.add {
width: 100%;
text-align: left;
margin-left: auto; 
margin-right: auto;
margin-bottom: 0px;
padding: 0px 0px 0px 0px; 
background-color: white;
vertical-align: top;
}

table.add td {
vertical-align: top;
}

div.left {
position: relative;
left: 0px;
float: left;
width: 18%;
padding: 10px;
overflow: hide;
}

div.aktuell {
position: relative;
right: 0px;
float: right;
border: 10px solid white;
border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
width: 250px;
background: #E8E8E8;
vertical-align: top;
padding: 10px;
}

div.aktuell p {
position: relative;
top: -20px;
}

img.noborder { border: 0px solid transparent;}