/* CSS Document */
body { 
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:160%;
}

#contentContainer {
	width:980px;
	background-image:url(../img_nasima/bckg_rahmen.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
}
#bodybckg {
	width:900px;
	background-image:url(../img_nasima/nasima_header.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
}
#footerbckg {
	width:980px;
	height:80px;
	background-image:url(../img_nasima/footer_bckg.jpg);
	margin:0px auto;
}

.language {
	float:right;
	padding:35px 60px 0px 0px;
}
.language a, .language a:link, .language a:visited, .language a:active {
	color:#222;
	font-weight:700;
}

#menue	{
	float:left;
	width:180px;
	margin-top:140px;
	margin-left:15px;
}

#content{
	width:610px;
	float:right;
	margin-top:200px;
	margin-right:15px;
}
#contentContent {
	float:right;
	width:92%;
}
.imgBorderContent {
	float:right;
}

a, a:link, a:hover, a:active, a:visited {
}

.clearer { 
	clear:both; 
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
#contentRight p {
}

.textError	{ 
	font-family: "Tahoma"; 
	font-size: 0.8em; 
	color:#ff0000; 
}
input, textarea {
	border:1px solid #444;
	background-color:#eee;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-bottom:2px;
}
input {
	width:180px;
}
textarea {
	width:280px;
}
.button, .newsletterbutton, .searchbutton {
	border:1px solid #b00;
	background-color:#eee;
	color:#b00;
	text-transform:uppercase;
}
.button {
	width:120px;
}
.newsletterbutton, .searchbutton
{
	width:80px;
}
.newslettermail, .searchtext {
	width:150px;
}