/*

 TEMPLATE [Last Update] 02.01.2014 
 Autor: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2014

*/

/* - [ FRONTEND -> BOX LAYER ] - */

/* Weitere CSS Eigenschaften zu diesen Layern besitzt die includes/css/frontend.css */
/* Arbeiten Sie mit !important um eine dieser Eigenschaften zwingend zu überschreiben */

div.buildFrontendBox {
	


}

/* - [ FRONTEND -> BOX LAYER -> TEXT STYLES ] - */

/* Weitere CSS Eigenschaften zu diesen Layern besitzt die includes/css/frontend.css */
/* Arbeiten Sie mit !important um eine dieser Eigenschaften zwingend zu überschreiben */

div.buildFrontendBox a.link {
	
	color: #444 !important;
	text-decoration: none !important;
	
}

div.buildFrontendBox a.link.underline,
div.buildFrontendBox a.link:hover {
	
	color: #444 !important;
	text-decoration: underline !important;
	
}

div.buildFrontendBox span.light {
	
	color: #9f9f9f !important;
	
}

/* - [ FRONTEND -> BOX LAYER -> FORMULAR STYLES ] - */

/* Weitere CSS Eigenschaften zu diesen Layern besitzt die includes/css/frontend.css */
/* Arbeiten Sie mit !important um eine dieser Eigenschaften zwingend zu überschreiben */

div.buildFrontendBox input.formular {

	color: #444 !important;
	font: normal 14px Arial !important;
	background-color: transparent !important; border-bottom: 1px dashed #aaa; border-radius: 0px !important; border-left: none;  border-right: none;  border-top: none; box-shadow: none !important; padding-top:5px; padding-bottom:5px; font-family: 'Open Sans', sans-serif;

}
div.buildFrontendBox input.formular:hover { background-color: #BCE4BC !important;
	}
div.buildFrontendBox input.formular:focus { background-color: #fff !important;  border-bottom: 1px solid #31AD42;
	}
div.buildFrontendBox textarea.textarea {

	color: #444 !important;
	font: normal 14px Arial !important;
	background-color: transparent !important; border-bottom: 1px dashed #aaa; border-radius: 0px !important; border-left: none;  border-right: none;  border-top: none; box-shadow: none !important; padding-top:5px; padding-bottom:5px; font-family: 'Open Sans', sans-serif; height: 100px;

}
div.buildFrontendBox textarea.textarea:hover { background-color: #BCE4BC !important;
	}
div.buildFrontendBox textarea.textarea:focus { background-color: #fff !important;  border-bottom: 1px solid #31AD42;
	}
div.buildFrontendBox select.auswahl {
	color: #444 !important;
	font: normal 12px Arial !important;
	background: #fff !important;
	border: 1px solid #ddd !important;
}

.sendbutton{
	display: inline-block;
float: right;
color: #fdfdfd;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-transform: uppercase;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
padding: 10px 20px; 
background: #31AD42;
transition: all 0.17s ease-in-out;
-moz-transition: all 0.17s ease-in-out;
-webkit-transition: all 0.17s ease-in-out;
-o-transition: all 0.17s ease-in-out;
border: none;
	}
.sendbutton:hover{ background: #2C343D;
	}
div.buildFrontendBox span.button {
	
	/* ... */

}

div.buildFrontendBox span.button input.button {
	
	overflow: hidden !important;
	padding: 2px 5px 3px 5px !important;
	margin: 2px 0 2px 0 !important;
	text-align: center !important;
	cursor: pointer !important;
	
	color: #444 !important;
	font: normal 12px Arial !important;
	
}

/* - [ FRONTEND -> LOGOUT LINK ] - */

/* Weitere CSS Eigenschaften zu diesen Layern besitzt die includes/css/frontend.css */
/* Arbeiten Sie mit !important um eine dieser Eigenschaften zwingend zu überschreiben */

div.buildFrontendUserLogoutLink {
	
	color: #b3b3b3 !important;
	
}

div.buildFrontendUserLogoutLink span {
	
	color: #b3b3b3 !important;
	
}

div.buildFrontendUserLogoutLink a {
	
	color: #b3b3b3 !important;
	text-decoration: none !important;
	
}

div.buildFrontendUserLogoutLink a:hover {
	
	color: #b3b3b3 !important;
	text-decoration: underline !important;
	
}

/* - [ FRONTEND -> PAGEBREAK NAVIGATION ] - */

/* Weitere CSS Eigenschaften zu diesen Layern besitzt die includes/css/frontend.css */
/* Arbeiten Sie mit !important um eine dieser Eigenschaften zwingend zu überschreiben */

div.pageBreakNav {
	
	color: #b3b3b3 !important;

}

div.pageBreakNav span.aktiv {
	
	color: #444 !important;
	cursor: default !important;
	
}

div.pageBreakNav span.link a {
	
	color: #b3b3b3 !important;
	text-decoration: none !important;
	
}

div.pageBreakNav span.link a:hover {
	
	color: #b3b3b3 !important;
	text-decoration: none !important;
	
}

/* - [ FRONTEND -> GET PAGE NAVIGATION ] - */

/* Weitere CSS Eigenschaften zu diesen Layern besitzt die includes/css/frontend.css */
/* Arbeiten Sie mit !important um eine dieser Eigenschaften zwingend zu überschreiben */

div.getPageNavigation {
	
	color: #b3b3b3 !important;
	margin: 5px 0 0 0 !important;

}

div.getPageNavigation span.aktiv {
	
	color: #444 !important;
	cursor: default !important;
	
}

div.getPageNavigation span.link a {
	
	color: #b3b3b3 !important;
	text-decoration: none !important;
	
}

div.getPageNavigation span.link a:hover {
	
	color: #b3b3b3 !important;
	text-decoration: none !important;
	
}