@charset "UTF-8";
/*****************************************************************
*
* LARBERG RIEHEMANN IT-CONSULTING GBR
*
* Theme Name: rfidelity theme
* Theme URI: http://rfidelity.net
* Description: F�r rfidelity.net von Larberg Riehemann IT-Consulting GbR erstelltes CSS theme auf Wordpress Basis
* Version: 1.0
* Author: Andre Larberg, Michael Riehemann
* Author URI: http://www.larberg-riehemann.de
*/

@import url(icons.styles.css);

/* --- STANDARD CSS TAGS --- */
* {
	border: 0px;
}

html {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

ul {
	padding-left: 15px;
}

input, textarea {
	background-color:#CCCCCC;
	border:1px solid #000000;
	padding:1px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input:focus, textarea:focus
{
	background-color:#EEEEEE;
}

body {
	padding:0px;
	margin:0px;
	background-color:#CCCCCC;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}

img {
	border: none;
}

/* --- LINKS --- */

a, a:link, a:active {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}

a:visited {
	color:#003366;
}

/* --- HEADLINES --- */

h1 {
	letter-spacing:inherit;
}

h1 a {
	text-decoration:underline;
}

h2 {
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #000000;
}

/* --- SEITENANPASSUNGEN --- */

.main_container {
	width: 720px;
	padding:0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.banner {
	width: 720px;
	height: 206px;
	background-image:url(images/banner.png);
}

.navigation {
	width: 720px;
	height: 49px;
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
}

.content {
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size:14px;
	min-height: 400px;
}

.pagetopline {
	float: right;
	background-image:url(images/background_right.png);
	background-repeat: no-repeat;
	width:270px;
	height:40px;
}

.sidebar_right {
	background-repeat: repeat-y;
        background-image: url(images/sidebar_bg.png);
	float: right;
        width:230px;
	min-height:40px;
        padding-right: 40px;
        font-family: Arial;
        font-size: 11px;
        
}

.alignright {
	float: right;
        margin-right: 30px;
        padding-left: 17px;
}


.infobox_success {
	margin:20px 10px 10px 10px;
	padding:0px 0px 0px 30px;
	color:#006600;
	font-size:16px;
	font-weight:bold;
	background-image:url(images/icons/accept.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.infobox_error {
	font-size:16px;
	font-weight:bold;
	margin:20px 10px 10px 10px;
	padding:0px 0px 0px 30px;
	color:#990000;
	background-image:url(images/icons/exclamation.png);
	background-position:left center;
	background-repeat:no-repeat;
}

/* --- FOOTER --- */
.footer {
	width: 720px;
	height: 40px;
	background-image:url(images/footer.png);
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
    font-family: Arial;
    padding-top: 10px;

}

.footer_right {
	float:right;
	padding:10px;
}

.footer_right a {
	color: #FFFFFF;
	text-decoration:underline;
}

.footer_left {
	float:left;
	padding:12px;
}
