/* Block-Darstellung f�r HTML5-Elemente im IE8 */
header,
nav,
footer {
    display: block;
}
/***********************************************/
 
body {
    background-color: #254c73;
    color: #4c4b4b;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size:medium;
    line-height: 1.30;
    word-wrap: break-word;
}
 
#wrapper {
    max-width: 960px;
    min-width: 350px;
    margin: 0px auto;
    background-color: #254c73;
    margin-top: 20px;
    padding: 20px;
}
 
 
.content {
    height: auto;
    margin-bottom: 20px;
    background-color:white;
    padding: 5px;
    border:3px #99CCFF solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.validation-error {
    display: block;
    color: red;
    padding: 0;
    margin: 0 0 20px 0;
}

table{
	table-layout:fixed;
	width: 100%;
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 5px;
}

th, td {
	text-align: left;
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 5px;
}

.table_fehler{
	width: 30%;
	text-align: left;	
	padding: 5px;
	border:1px lightgrey solid;
	vertical-align: middle;
	cursor: pointer;	
}
.table_geraet{
	width: 30%;
	text-align: left;	
	padding: 5px;
	border:1px lightgrey solid;
	vertical-align: middle;
	cursor: pointer;	
}
.table_marke{
	width: 40%;
	text-align: left;	
	padding: 5px;
	border:1px lightgrey solid;
	vertical-align: middle;
	cursor: pointer;	
}

.table_fehler_tr:hover{
	background-color: #619bd46e;
}

.table_link{
    color: #4c4b4b;
    text-decoration: none;
   	display: block;
    height: 100%;
}

.table_link:hover{
    text-decoration: none;
    color: #4c4b4b;
}


.input{
    width: 80%;
}

.inputbutton{
    min-width: 120px;
    width: 10%;
}

a {
	color: #336699;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}


@media screen and (max-width: 700px) {
	 body {
		font-size:small;
		line-height: 1.20;
	}
 
 
    #wrapper {
        padding: 10px;
        margin-top: 10px;
    }
    
    
}
 
@media screen and (max-width: 600px) {
	 body {
		line-height: 1.10;
	}
 
 
    #wrapper {
        padding: 0px;
        margin-top: 0px;
    }
    
    .content {
		margin-bottom: 10px;
		border:2px #99CCFF solid;
	}
    
}

@media screen and (max-width: 500px) {
	 body {
		line-height: 1.10;
	}
 
    .content {
		margin-bottom: 5px;
	}
    
}

