
li.login {
	display: none;
}


ul.top-menu li.free-e-card {
	background-image: none;
	display: none !important;
}

ul.top-menu li.contact-us div.post {
	background-image: none !important;
}




* { 
	margin: 0; 
	padding: 0; 
}

body {
	color: .333;
	height: 100%;
	font-size: 62.5%;
	line-height: 1.5em;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: normal;
	text-align: center;
	background-color: rgb(242,237,220);
	background-image: url(../images/body_background.png);
	background-position: top left;
	background-repeat: repeat-x;
}

h1, .rubrik1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.8em; /* displayed at 18px */
	line-height: 1em;
	margin: 0 0 .5em 0;
	color: rgb(82,24,33);
	font-weight: bold;
} 
h2, .rubrik2 { 
	color: rgb(130,36,51);
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 2.4em; /* displayed at 24px */
	line-height: 1em;
	margin: 0 0 .5em 0;
	font-weight: bold;
}
h3, .kursiv2 { 
	color: rgb(130,36,51);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2em; /* displayed at 20px */
	line-height: 1em;
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-style: italic;
} 
h4 { 
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.6em; /* displayed at 16px */
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}
h5 { 
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em; /* displayed at 12px */
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

p {
	font-family: Verdana, Tahoma, sans-serif;
	margin: 1.3em 0;
	font-size: 1.2em;
}

input, 
select, 
th, 
td { 
	font-size: 1em;
}

li li, 
li p, 
td p, 
blockquote p { 
	font-size: 1em;
}

img { 
	border: 0;
}
a img {
	border: 0;
}

div.container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


/* //////////	header	////////// */

div.header {
	position: relative;
	height: 120px;
	margin-bottom: 20px;
	background-image: url(../images/header_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

h1.logotype {
	position: relative;
	top: 20px; left: 11px;
}

ul.login-search {
	position: absolute;
	top: 0; right: 0;
	color: white;
	background-color: rgb(95,0,34);
	background-image: url(../images/loginSearch_background_corner.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	list-style: none;
	padding: 0 0 0 10px;
	height: 3em;
}
ul.login-search li {
	float: left;
	margin: 0 10px 0 0;
	line-height: 3em;
	text-transform: uppercase;
	font-weight: bold;
}
ul.login-search li a,
ul.login-search li label {
	color: white;
	font-size: 1.4em;
	margin-right: 5px;
}
ul.login-search li input {
	font-size: 1.2em !important;
}

img.lock {
	display: inline;
	margin: 0 0 -9px -5px;
	padding: 0 5px 5px 3px;
	background-color: rgb(95,0,34);
}

ul.top-menu {
	position: absolute;
	top: 50px; 
	right: 30px;
	list-style: none;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}

ul.top-menu li {
	float: left;
}

ul.top-menu li div.pre {
	float: left;
	width: 12px;
	height: 40px;
}
ul.top-menu li a {
	float: left;
	padding: 11px 5px 0 5px;
	line-height: 29px;
	color: white;
	text-decoration: none;
	border: none;
}
ul.top-menu li a:hover {
	text-decoration: underline;
}
ul.top-menu li div.post {
	float: left;
	width: 12px;
	height: 40px;
	background-image: url(../images/topMenu_splitter.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.top-menu div.post2 {
	float: left;
	width: 12px;
	height: 40px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: none;
}

body.page_minimal-base 	li.minimal-base div.pre,
body.page_about-us		li.about-us div.pre,
body.page_contact-us	li.contact-us div.pre,
body.page_free-e-card	li.free-e-card div.pre {
	background-image: url(../images/topMenu_background_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

body.page_minimal-base 	li.minimal-base a,
body.page_about-us		li.about-us a,
body.page_contact-us	li.contact-us a,
body.page_free-e-card	li.free-e-card a {
	color: rgb(131,0,36);
	background-color: white;
	background-image: url(../images/topMenu_background_middle.png);
	background-position: top left;
	background-repeat: repeat-x;
}

body.page_minimal-base 	li.minimal-base div.post,
body.page_about-us		li.about-us div.post,
body.page_contact-us	li.contact-us div.post,
body.page_free-e-card	li.free-e-card div.post {
	background-image: url(../images/topMenu_background_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}


body.page_about-us		li.minimal-base div.post,
body.page_contact-us	li.about-us div.post,
body.page_free-e-card	li.contact-us div.post {
	background-image: none !important;
}



div.content-container {
	min-height: 450px;
	height: auto;
}



/* //////////	sidebar	////////// */

div.sidebar {
	float: left;
	width: 180px;
	margin-right: 25px;
	background-color: rgb(131,0,36);
	text-align: center;
}

div.left-menu-container {
	margin: 6px;
	margin-bottom: -31px;
	padding: 1px;
	border: 1px solid white;
	text-align: left;
}

div.left-menu {
	background-color: white;
	padding-bottom: 53px;
	min-height: 350px;
	height: auto;
}

div.left-menu-figures {
	margin: 0 auto;
	height: 105px;
	background-image: url(../images/leftmenuFigures.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

div.left-menu ul {
	list-style: none;
	padding: 5px;
	line-height: 1.5em;
}
div.left-menu ul ul {
	list-style: none;
	padding: 0 5px 0 10px;
}
div.left-menu ul li {
	margin-bottom: 0.3em;
}
div.left-menu ul li a {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(131,0,36);
}
div.left-menu ul ul li {
	margin-bottom: 0.2em;
}
div.left-menu ul ul li a {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
}
div.left-menu ul li.active a {
	font-style: italic;
}
div.left-menu ul li.active li a {
	font-style: normal;
}
div.left-menu ul li li.active a {
	font-style: italic;
	font-weight: bold;
}


/* //////////	content	////////// */

div.main-content {
	float: left;
	width: 775px;
}
		
div.main-content ul {
	font-size: 1.3em;
	list-style: disc;
	padding-left: 2em;
}
div.main-content li {
	
}

div.left-column {
	float: left;
	width: 450px;
	margin-right: 25px;
}

div.right-column {
	float: left;
	width: 300px;
}


/* //////////	bottom buttons	////////// */

div.bottom-buttons {
	font-size: 1.1em;
}


/* //////////	footer	////////// */

div.footer {
	height: 2em;
	line-height: 2em;
	font-size: 1.1em;
	padding: 0 0.5em;
}
div.footer a {color:White; text-decoration:underline;}

.clear-floats:after { /* Clearing floats for modern browsers */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div.bottom-buttons {
	margin-top: 20px;
	width: 980px;
}
div.bottom-buttons ul {
	list-style: none;
	overflow: auto;
	margin:0;
	padding:0;
}
div.bottom-buttons li {
	float: left;
	display: block;
	width: 490px;
	height: 102px;
	margin: 0px;
}
	div.bottom-buttons li img {
		display: block;
		margin: 0 auto;
	}
	/*div.bottom-buttons li.lastButton {
		float: left;
		width: 230px;
		height: 100px;
		margin-right: 0;
	}*/

div.footer {
	font-size: 1em;
	line-height: 2.2em;
	text-align: center;
	margin-top: 20px;
	padding: 5px;
	color: white;
	background-color: rgb(131,0,36);
}





div.ajaxSearch_output {
	width: 300px;
	background-color: white;
	text-transform: none;
	color: black !important;
	line-height: 1.5em !important;
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: normal !important;
	font-family: Tahoma, Verdana, sans-serif;
}

div.AS_ajax_result {
	margin-bottom: 1em;
}

div.AS_ajax_result a {
	font-size: 1.34em;
	float: none;
	display: block;
	color: blue !important;
}