/*--------------------------------------
MYLINE BIA

#FARBEN:
#background: #646566;
#h1: 	     #4b4b4d;
#text:       #646466;
orange: #d0772b;

//Content
Breite: 960px;
---------------------------------------*/


body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:62.5%;	
}


a {text-decoration: none; color:  #d0772b;}
a:hover {color:  #646466;}
a.mehr {color:  #d0772b; font-weight: bold; display: block; text-align: right; margin-top: 10px;}

p.text, p.kasten {font-size: 1.2em; color: #646466;}
p.kasten {background: #f5f6f6; padding: 15px; border: 0px solid #646466;}


h1 {font-size: 2em; color: #e97821; border-bottom: 1px solid black; padding: 0 0 10px 0; margin-bottom: 25px; }
h2 {font-size: 1.4em; color: #e97821; margin-bottom: 1.4em; }
span.formel {font-style: italic; }
span.quelle {font-size: 0.8em; font-style: italic;}
span.bu {font-size: 0.8em; font-style: italic;}

span.h2small {font-size: 0.8em;  color: #646466; font-weight:normal;}

.spaltencontent p.text a {font-size: 1.1em; line-height: 1.4em;}
.spaltencontent p.text a:hover {color:  #d0772b;}

.spaltencontent p.text .titel {font-weight: bolder; font-size: 1.2em;}


b.h2 {color: #e97821;}

#col1 .spaltencontent p.text a,
#col2 .spaltencontent p.text a  {
	color: white;
}



/*--------------------------------------
UL LI
---------------------------------------*/

#right ul  {
	list-style-position: outside;
	list-style: none;
	font-size: 1.2em;
	color: #646466;
}

#right ul.abstand {margin-bottom: 2.8em; }

#right  ul li {
	padding: 4px 0 4px 15px;
	list-style: none;
	background: #fff url(../images/dreieck.jpg) left 7px no-repeat;
}



#right li.titelh2,
#right li.titel,
#right li.no,
#right li.small {
	padding-left: 0;
	background: #fff;
}
 
#right li.titelh2 {
	font-size: 1.2em; 
	padding-bottom: 1.4em;
	color: #e97821; 
	font-weight: bold;
}

#right li.titel {
	font-weight: bold;
}

#right li.small {font-size: 0.8em; }


#right ul ul {
	font-size: 1.0em;
}

#right ul ul li {
	list-style-position: inside;
	padding: 4px 0 4px 0px;
	list-style: circle;
	background: none;
}


/*--------------------------------------
BILDER
---------------------------------------*/
img.txt {border: 5px solid #f1f1f1; padding: 10px;}

#img1 {padding-right: 0;}




/*--------------------------------------
TABELLEN 
---------------------------------------*/
#table
{
	font-size: 1.2em;
	margin: 1.6em 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#table thead th.titel {
	font-size: 1.2em; 
	color: #e97821; 
	font-weight: bold;
	padding-bottom: 1.4em; 
	text-align: left;
}

#table td
{
	padding: 9px 15px 9px 0px;
	color: #646466;
	vertical-align: top;
}


#table td.td1 {
	color: #b0b1b3;
	font-weight: bold;
	width: 170px;
}


#table tbody td
{
	border-top: 1px solid #ebebeb;
}

#table tbody tr.last td {
	border-bottom: 1px solid #ebebeb;
}


#table tbody tr:hover td
{
	background: #ebebeb;
}


#table tbody tr:hover td.td1
{
	padding: 9px 15px 9px 5px;
	color: black; 
}


/*--------------------------------------
FORMULAR FEHLER
---------------------------------------*/
input.error_field {	border: 1px solid red; }

#error { margin-bottom: 15px;}

#right .error {
	margin-bottom: 1.8em;
}

#right .error li{
	padding: 0 0 0 20px; 
	color: red;  background: url(../images/error.jpg) left no-repeat;
}

#right .error a {color: red;}
#right .error a:hover {color: #646466;}

#right .success {list-style-type:none; padding: 0; margin-bottom: 30px;}
#right .success li {list-style-type:none; padding: 0px; margin: 0px; background: none; color: black;}





