body
{
    padding:0;
    margin:0;
    font:76% verdana, sans-serif;
    background:#89A2BC;
    color:#555;
}
a
{
    text-decoration:none;
    color:#AC1034;
}
a:hover
{
    text-decoration:underline;
}

/*  Kleine Tabs ganz oben; */ 

#plustabs
{
    margin:10px auto -13px auto;
    font-size:0.8em;
    width:760px;
    
}
#plustabs p
{
    text-align:right;
    color:#808080;
}
.plustab
{
    padding:3px 5px 3px 5px;
    margin:0 0 0 4px;
    text-decoration:none;
    background:#f0f0f0 url(ecke-bg.gif) top right no-repeat;
    color:#808080;
    border-bottom:1px solid #e0e0e0;
}
.plustab:hover
{
    background:#fafafa url(ecke-bg.gif) top right no-repeat;
    border-bottom:1px solid #eaeaea;
    color:#505050;
    text-decoration:none;
}
.plustabCurrent
{
    padding:3px 5px 3px 5px;
    margin:0 0 0 4px;
    color:#505050;
    text-decoration:none;
    background:#ffffff url(ecke-bg.gif) top right no-repeat;
    border-bottom:1px solid #ffffff;
}
.plustabCurrent:hover
{
    text-decoration:none;
}
/*  */


#hg
{
    margin:0 auto 15px auto;
    width:730px;
    padding:5px 20px 20px 20px;
    background:#ffffff;
}
/*  */

#logo
{
    margin:15px 0 0 0;
}
#logo h1 a
{
    color:#303030;
}
#logo h1 a:hover
{
    text-decoration:none;
}
/* Navi an sich */

#navitop
{
    clear:both;
}
.navito
{
    padding:4px 8px 4px 8px;
    margin:0 0 4px 0;
    text-decoration:none;
    font-weight: bold;
    letter-spacing:1px;
    background:#89A2BC url(ecke.gif) top right no-repeat;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
}
.navito:hover
{
    text-decoration:none;
    background: #D6E0EA url(ecke.gif) top right no-repeat;
}
.navitoCurrent
{
    padding:4px 8px 5px 8px;
    color:#ffffff;
    margin:0 0 5px 0;
    text-decoration:none;
    font-weight: bold;
    background:#4e749b url(ecke.gif) top right no-repeat;
	 
}
.navitoCurrent:hover
{
    text-decoration:none;
}
/* Kurzbeschreibung der Seite */

#kurz
{
    height:150px;
    color:#ffffff;
    padding:0;
    background:#4e749b url(schlei.jpg) top left no-repeat;
    clear:both;
    margin:5px 0 0 0;
}
#kurz p
{
    width:290px;
    font-size:1em;
    line-height:1.3em;
    padding:0 0 0 15px;
}
#kurz h2
{
    padding:15px 15px 0 15px;
    color:#ffffff;
}
#kurz a
{
    color:#ffffff;
    text-decoration:underline;
}
/*  */

#inhalt
{
    width:560px;
    float:left;
    padding:0 15px 0 0;
    border-right:1px solid #4e749b;
}
/*  */

#rand
{
    width:140px;
    float:right;
}
#rand p
{
    font-size:0.9em;
    line-height:1.3em;
    margin:0 0 12px 0;
}
.randlink,
.randlink-current
{
    text-align:left;
    display:block;
    width:120px;
    background:#89A2BC url(ecke.gif) top right no-repeat;
    padding:3px 4px 3px 8px;
    margin:5px 10px 5px 0;
	 font-size: 1.1em;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
}
.randlink:hover
{
    background:#D6E0EA url(ecke.gif) top right no-repeat;
    text-decoration:none;
}
.randlink-current
{
	color: #fff;
	background:#4e749b url(ecke.gif) top right no-repeat;
}
.randlink-current:hover
{
	text-decoration: none;
}
/*  */

#fuss
{
    clear:both;
    background:#89A2BC;
    color:#4e749b;
    font-size:0.9em;
    padding:3px 0 8px 0;
    border-top:1px solid #4e749b;
    border-bottom:1px solid #4e749b;
    text-align:center;
}
#fuss a
{
    color:#4e749b;
}
#fuss p
{
    margin:0 10px;
}
/* Sonstiges */

.unterlegt
{
    background:#89A2BC;
    padding:15px;
}

a img
{
    border:0;
}
h1
{
    margin:0 0 20px 0;
    font-size:2.1em;
    font-weight:normal;
}
h2
{
    margin:0 0 20px 0;
    font-size:1.6em;
    font-weight:normal;
}
h3
{
    margin:20px 0 10px 0;
    font-size:1.4em;
    font-weight:normal;
}
p
{
    margin:0 0 15px 0;
    line-height:1.5em;
    text-align:left;
}
strong
{
	font-weight: bold;
}
.re
{
    text-align: right;
}
.no
{
    display:none;
}
.foto
{
    padding:5px;
    display:block;
    /*margin:0 auto 15px auto;*/
    background-color:#89A2BC;
    border: 1px solid #4e749b;
}

/* 
Foto-Riss-Kombination
 */
.foto-und-riss
{
	border-top:1px solid #4e749b; 
	padding-top: 20px; 
   height: 350px;

}
.foto-und-riss .foto
{
	float:left; 
	padding: 0;
}
.foto-und-riss .riss
{
	float:right;
	padding-bottom: 20px;
}
.foto-und-riss p.text
{
	padding: 5px;
	float: right;
}
.top20
{
	margin-top: 20px;
}