@charset "utf-8";

* { font-family: Arial, Helvetica, sans-serif; color: #000; font-size: 11px; }

/********************************************
 ** Browser Workarounds 'n' Default Styles **
 *******************************************/
/*a { text-decoration:underline; color:#000; }
a:link { text-decoration:underline; color:#000; }
a:hover { text-decoration:underline; color:#013a8d }
a:active { text-decoration:underline; color:#013a8d }
a:visited { text-decoration:underline; color:#000; }*/

a { text-decoration:none; color:#013a8d; }
a:link { text-decoration:none; color:#013a8d;}
a:hover { text-decoration:underline; color:#013a8d; }

img { border:none; }

/*************  h1  ***************/

h1, h1 *, h1 a,
.h1, .h1 * {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal !important;
	/* COLOR add by Vladi */
	color: #646c73 !important;
}
h1 a:hover,
.h1 a:hover {
	text-decoration:none;
}

/*************  h2  ***************/

h2, h2 *, h2 a,
.h2, .h2 *, .h2 a{
    font-size: 15px;
    color: #666666 !important;
	font-weight:normal;
	text-decoration:none !important;
}
h2 a:hover,
.h2 a:hover {
	text-decoration: underline !important;
}
/*************  h3  ***************/

/*
h3, h3 *, h3 a,
.h3, .h3 * {
*/

h3,
.h3, {
    font-size: 13px;
    color: #666666;
    font-weight: bold;
text-decoration: none;
}

h3 a:hover,
.h3 a:hover {
	text-decoration:none;
}
/*************  common h1, h2, h3  ***************/

h1, .h1,
h2, .h2,
h3, .h3 {
    display: block;
    /* margin-bottom: 0px; */
	margin-bottom: 10px;
}

/********************************************
 **             Content Styles             **
 *******************************************/

table td{
	vertical-align: top;
}
/** Contenido/Main content Layout  **/
#contenido ul {
    	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px !important;
    /*list-style-type: square;*/
	list-style-image: url('../upload/images/dot_blau_small.png');
}
li {
	font-style:normal !important;
}
#contenido ol{
	border-bottom:0.1em solid #dadfe2 !important;
	margin-bottom:0.8em;
 	padding-bottom:0.4em;
	font-style:normal !important;
}

.icams-blau,
.icams-blau a {
	color: #013a8d !important;
}

.icams-grau,
.icams-grau a {
	color: #a2aeb4 !important;
}

.icams-dunkelgrau,
.icams-dunkelgrau a {
	color: #717a82 !important;
}

.icams-bold {
  font-weight: bold;
}

.icams-title {
	font-weight: bold;
	color: #013a8d !important;
}

.icams-title a{
	font-weight: bold;
	color: #013a8d !important;
	text-decoration: none !important;
}

.icams-title a:hover{
	color: #717a82 !important;
	text-decoration: underline !important;
}

.icams-warn {
	color: #FF4C4C;
	font-size: 14px;

}
.icams-warn:after{
	content: "!";
}
/********************************************
 **              Menu Styles               **
 *******************************************/
#title {
	color: #013a8d;
	/*border:1px solid #CCCCCC;*/
	padding-top: 4px;
}



.right-group {
	font-weight:bold;
	float:left; 
	width:162px; 
	padding:1px 1px 1px 1px; 
	border:1px solid #C1C9CD;
}

.right-group a {
	text-decoration: none !important;
	color: #013a8d;
}

.right-group a:hover {
	text-decoration: underline !important;
	color: #013a8d;
}
