/*Stylesheet für LVR_old_Template*/


TD
{
    FONT-SIZE: 80%;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif;

}
TH
{
    FONT-SIZE: 80%;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif;

}
CAPTION
{
    FONT-SIZE: 80%;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif;

}
A:link
{
    FONT-SIZE: 95%;
    COLOR: #000000
}
A:visited
{
    FONT-SIZE: 95%;
    COLOR: #999999
}
A:active
{
    FONT-SIZE: 95%;
    COLOR: #999999
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.2em;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.9em;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif
}

H3, H4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.9em;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif
}

.bildlinks
{
	float: left;
}
.bildrechts
{
	float: right;
}
.text
{
	float: left;
}


/* die nachfolgenden Klassen werden im Intranet und Internet einheitlich verwendet */

.rechts	/* Positionierung auf der rechten Seite */
{
	float: right;
	padding-left: 10px; /* für Mozilla*/
	/* margin-left: 10px;  für IE*/

}
.links	/* Positionierung auf der linken Seite */
{
	float: left;
	padding-right: 10px;
	/* margin-right: 10px;  für IE*/
}
.keinFluss	/* Aufhebung der rechten und linken Positionierung */
{
	clear: both;
}


.KopfStage
{
	
}

#KopfLVR {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#KopfLVR h1 {
	color: #666666;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
	width: 590px;
	float: left;
	padding:  27px 0px 0px 0px;
	background-color: #FFFFFF;
}

#KopfLive h1 {
	color: #666666;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
	width: 580px;
	padding: 25px 0px 0px 4px;
	background-color: #FFFFFF;	
}

#KopfStage h1 {
	color: #666666;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	width: 580px;
	padding: 25px 0px 0px 4px;
	background-color: #FFFFFF;
}
.LVR-Logo {
	float: left;
	margin: 0px;
	padding: 0px;
}
