/* **************************************************** */
/* 		    		  Links								*/
/* **************************************************** */

a {
    color: #314572;
    text-decoration: none;
}


a:visited {
    color: #314572;
    text-decoration: none;
}

a:active {
    color: #314572;
    text-decoration:underline;
}


a:hover {
    color: #314572;
    text-decoration: underline;
}

.hidden_link {
	display:none;
}


/* **************************************************** */
/* 		    		  Texte								*/
/* **************************************************** */

#content {
	font-size: 17px;
}

h1 {
    font-size: 17px;
	font-weight: bold;
	margin-bottom: 26px;
	color: #00387f;
}

p fliesstext {
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 17px;
}

.fliesstext_highlighted {
	font-weight: bold;
}

/****************************************************
 * TABLES
 ****************************************************/

.corporate_news_list td {
	font-size: 17px;
	border-bottom: 1px groove #aaa;
	height: 25px;
	padding: 5px 0px;
}

.corporate_news_list a {
	font-size: 17px;
}

/* **************************************************** */
/* 		    		  Formularobjekte					*/
/* **************************************************** */


/****************************************************
 * FORMS
 ****************************************************/

input:focus, textarea:focus {
    background-color: #FFFACD;
}

.row {
    padding: 2px;
    margin: 1px;
}

form br {
    clear: both;
}

label.left, label.left-error {
    float: left;
    text-align: right;
    width: 100px;
    margin-right: .3em;
    font-weight: bold;
    color: black;
    font-size: 12px;
}

label.left-error {
    color: red;
}

input[type=text], input[type=password], select {
    float:left;
}


input.right {
    float: left;
    width: auto;
    clear: both;
    margin-left: 5.3em;
    margin-right: .3em;
}

input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
    margin-left: 14.5em;
}

select option {
	margin: 3px;
}

/* Auskommentiert von JEL, weil der Border die ganze Breite der Website kaputt gemacht hat
form  {
    border: 1px solid darkgray;
}

#ms_register_form .left-error {
    color:red;
}

#ms_register_form .error {
	background-color:#ffdddd;
}*/

.submitbutton {
    float: right;
    display: inline;
    margin-bottom: 20px;
    margin-right: 10px;
}

