/* -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg    
   http://www.gebharduhl.de   Copyright (c) 2009 GEBHARD|UHL
   -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
*/
/*----------------General Rules-------------*/

#header,
#contentContainer { margin: 10px; padding: 10px; }

#mainNav,
#leftContainer,
#rightContent,
#breadCrumb,
#footer { display: none; }

#pageTitle h1 span { height: auto; width: 100%; position: static; }

#header h1 .alt img.logo { display: block; width: 160px; float: left; border: none; }

#header h1 .alt span.text { display: block; margin-left: 190px;}

#header, #header h1,
#pageTitle,
#leftContent { display: block !important; width: 100%; margin: 0; padding: 5px; }

acronym { border:none; }

acronym:after {
 content:" [kurz für: "attr(title)"]";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
}

/*
#leftContent a { text-decoration: none; }
#leftContent a[href^=http] { text-decoration: underline; }
*/
#leftContent a[href]:after {
 content:" [Link: "attr(href)"]";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
}

#header h1 a,
#header h1 .alt { display: block; color: #A9BA0A; text-decoration: none; border: none !important; wisth: 100%; }


/*----------------General Rules-------------*/
