/* main layout */
@import url(styles.layout.css);

/* navigation */
@import url(styles.navi.css);


/* tools */
@import url(styles.tools.css);

/* Pure HTML */
@import url(styles.ph.css);

/* Spezifisches CSS GM */
@import url(styles.gm.css);

/* Reset
---------*/
body, ul, li {
	margin:0;
	padding:0;
	}
img, table {
	border:0;
}


body, div, p, td, th, ol, ul, li, h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#333;
}


body {
font-size:70%;
background-color:#FFF;

}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
}
h2 {
    font-size: 1.1em;
}
h3 {
	font-size:1em
	}
a:link, 
a:visited, 
a:hover, 
a:active {
    color: #000;
    font-size: 0.95em;
    text-decoration: none;
}
#servicenavi a:link, 
#servicenavi a:visited, 
#servicenavi a:hover, 
#servicenavi a:active {
    color: #000000;
    text-decoration: none;
}

#einzelcontentspaltethema a:link,
#einzelcontentspaltethema a:visited,
#einzelcontentspaltethema a:hover, 
#einzelcontentspaltethema a:active {
    color: #993300;
    font-weight: bold;
    text-decoration: none;
}
#einzelcontentspaltethema a:hover,
#servicenavi a:hover {
	 text-decoration: underline;
}

#einzelmarginalspalte .einzelserviceLink a, 
#einzelmarginalspalte .einzelserviceLink a:link,
#einzelmarginalspalte .einzelserviceLink a:visited, 
#einzelmarginalspalte .einzelserviceLink a:hover, 
#einzelmarginalspalte .einzelserviceLink a:active,
#einzelmarginalspalte .einzelserviceLink a:focus {
    color: #993300;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    background-image:url(../../images/gm/pfeil_print.gif);
    background-position:100% 50%;
    background-repeat:no-repeat;  
	padding-right:30px;
}

.more a:link, 
.more a:visited, 
.more a:hover, 
.more a:active {
	background: url(../../images/gm/li_pfeil.gif) no-repeat scroll right 2px transparent;
    color: #993300;
    float: right;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
	padding-right:30px;
}

input, textarea {
    background-color: #FFFFFF;
    border: 1px solid #FF9900;
    color: #333333;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 100%;
}

/* In Bearbeitung
------------------*/

#subNavigation,#footer,.marginalblock {}

A.externalLinks:link, A.externalLinks:visited, A.externalLinks:hover, A.externalLinks:active {
    color: #993300;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}

.attachmentLink{
	padding-bottom:5px; 
	padding-top:5px;	
}

.marginalAttachmentIcon{
	vertical-align: top;
	width: 28px;
	margin-top: 5px;	
}

