/* Klassen, die ueber den RTE anwaehlbar sind */
.link-intern {
	
}

.link-extern {
	
}

.link-download {
	
}

.link-mail {
	
}

/* Ansicht im RTE */
.htmlarea-content-body {
	
}

table.tech_specs {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table.tech_specs td {
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid silver;
	border-spacing: 0;
}

table.tech_specs td:FIRST-CHILD {
	font-weight: bold;
	width: 30%;
}

table.regular-content {
	width: 100%;
	margin-bottom: 30px;
}

ul.contentList {
	
}

.morelinktext {
    background: url("../img/icons.png") no-repeat scroll -68px -89px transparent;
    color: #25358C;
    margin-left: -15px;
    padding: 0 0 0 31px;
    text-decoration: none;
    text-transform: uppercase;
	
}

.morelinktext a_hover {
	text-decoration: underline;
}


.btn.btn-large {
    background: none repeat scroll 0 0 #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(0, 0, 0, 0.75) inset;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}

.btn-large {
    background: none repeat scroll 0 0 #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(0, 0, 0, 0.75) inset;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}