/*
################################################################################
#### CONTENT ###################################################################
################################################################################
*/

h1{
	font-size:20px;
	font-weight:normal;
	color: #56565f;
	margin-bottom:20px;
	}	

h2{
	font-size:15px;
	color: #363636;
	margin-top: 10px;
	margin-bottom:10px;
	}	

h3{
	font-size:11px;
	color: #073c9d;
	margin-bottom:10px;
	font-weight: bold;
	text-transform: uppercase;
	}
h3.normal { text-transform: none; margin-bottom: 2px; }
	
h4{
	font-size:11px;
	color: #363636;
	margin-bottom:10px;
	font-weight: bold;
	}	

#col2 p {
	margin-bottom:10px;
	}

#col2 img {
	margin:0;
	padding:0;

	}

#col3 p {
	margin-bottom:10px;
	line-height: 1.4em;
	}

/* #### Downloads ############################################################### */

div.box_downloads ul {
		list-style-image: url(../html/media/list_bullet_downloads.gif);
		margin-left: 0px;
	}
	
div.box_downloads ul li {
	margin-bottom: 8px;
	line-height: 14px;
	}

/* #### Tabellen ################################################################ */

table.outer {
	width: 460px;
	background: #E6ECF8;
	table-layout: fixed;
	margin-bottom: 20px;
	}
	* html table.outer{ width: 455px; }

table.outer img{
	border: 3px solid #A4BAE3;
	margin-bottom: 5px;
	margin-left: -10px;
	}

table.outer h4{
	margin-top: 0px; 
	margin-bottom: 2px;
	}

table.outer a{
	margin-left: 10px;
	}

table.inner{
	margin-top: 5px;
	margin-left: 7px;
	}

table.inner p{
	border-bottom: 1px solid #A4BAE3;
	margin-right: 10px;
	padding-bottom: 10px;
	}
	
table.inner p:last-child{
	border-bottom: 0px solid;
	}
	
	
/* #### Hyperlinks etc ########################################################## */

a { color: #000267; }

.internal-link, .external-link, .download, .mail, .external-link-new-window, .internal-link-new-window {
	background: url(../html/media/arrow_blue.gif) no-repeat 0% 50%; 
  	padding-left: 13px; 
  	font-weight: normal;
}

* html .internal-link, * html .external-link, * html .download, * html .mail, * html .external-link-new-window, * html .internal-link-new-window {
	white-space: nowrap; 
}

span.subImage { font-weight:normal; font-size: .9em; display: block; }

/*div.csc-textpic img { border: 3px solid #ccc;  }*/
div.csc-textpic img { border: 3px solid #ccc;  }
div.image-border div.csc-textpic img { border: 0px solid;  }
div.csc-textpic dl { padding-right: 10px !important; }

/* #### CSC-Mailform  ########################################################### */

#mailform label {
	width: 100px; 
	min-width: 100px;
	display: block;
	float: left;
}

#mailformName,
#mailformeMail,
#mailformBetreff,
#mailformIhre_Nachricht {
	width: 300px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#mailformAbschicken {
	width: 100px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	}
	
#mailformclearer {
	display: block;
	clear: left;
	visibility: hidden;
	height: 1px;
	width: 1px;
	}
	
	
/* #### DAM Downloads ########################################################### */	

  span.filecount { display: none !important; }
  span.filetype { color: #555; }
  
  div.downloads ul { list-style-type: none; }
  div.downloads li { margin: 0; padding: 2px 0; }
  div.downloads li a { font-size: 0.9em; text-decoration: none;}
  div.downloads li a:hover { text-decoration: underline;}
  div.downloads li img { vertical-align: bottom; }
  
