﻿p { 
	color: #000;
	padding-bottom : 10px; 
	font-size : 11px; 
	margin: 5px 10px 0px;
	font-family: Tahoma, Verdana, Arial; 
}
p a {
	color: #000;
	font-weight: bold;
}
p a:hover {
	color: #294aa0;
}

.site_bg{
	/*Plattform Hintergrundfarbe*/
	background-color: #cc0000;
}
.hover_bg{
	/*Hintergrundfarbe beim drüber fahren*/
	background-color: #f0f0f0;
}


.hover_animation /*Animation fuer Textfelder beim drueberfahren mit Maus*/ {
	background-color: #fff;
}
.hover_animation:hover /*Animation fuer Textfelder beim drueberfahren mit Maus*/ {
	background-color: #ccc;
}


.profile_box_bg{
	/*Hintergrundfarbe aller Profile boxen*/
	background-color: #cccccc;
}


.attention {
	background-image: url("http://www.ilove-you.net/grfx/images/unknown.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: dotted 2px red;
	background-color: #ddd;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 30px;
	font-size: 14px;
	font-family: Tahoma;
}


.s1  /* Strukturierung Hauptgliederung */ {
	color: #800000; font-size: 16px; font-weight: bold;
}
.s2  /* Strukturierung Untergliederung */ {
	color: blue; font-size: 16px; font-weight: normal; margin-left: 14px;
}

.sign0  /* Signatur --> ungelesen */ { color: silver; font-size: 14px; }
.sign1  /* Signatur --> gelesen */ { color: green; font-size: 14px; }
.sign2  /* Signatur --> gelöscht */ { color: maroon; font-size: 14px; }


.bigmsg { 
	color: black; 
	font-size: 16px; 
	font-family: arial;
}


.goright  /* Nachricht fuer super_profile_box */ {
	color: black;
	margin-left: 70px;
}

.dosmaller  /* Einschraenkung linker und rechter Rand */ {
	color: black;
	margin-right: 10px;
	margin-left: 10px;
}

.postlink {
	color: #8fc2e2; font-size: 10px; background-color: white;
}


.hand  /* Zeigerhand für Texte mit Title */ {
	cursor: pointer;
}
.helphand  /* Zeigerhand Hilfe für Texte */ {
	cursor: help;
}


.help{
	color: gray;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
}


.main_menu{
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
.main_menu a{
	font-family: arial;
}
.main_menu_item_checked{
	color: white;
}
.main_menu_item{
	color: black;
}
.main_menu_item:hover{
	color: red;
}

.menu{
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	list-style: none;
	background-color: #c5c5c5;
	border: solid 2px #000;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom:2px;
}
.menu a{
	font-weight: bold;
	font-family: arial;
}
.menu b{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
.submenu_checked{
	margin-left: 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.submenu {
	margin-left: 5px;
	color: black; 
	font-size: 11px; 
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: arial; 
}
.submenu:hover{
	color: red;
	font-size: 11px;
	cursor: pointer;
	font-family: arial;
}

.infobox{
	color: gray;
	font-size: 11px;
	margin: 2px 2px 2px 2px;
	font-family: Arial;
}
.infobox a{
	color: black;
	font-weight: bold;
}
.infobox a:hover{
	color: green;
}


legend{
	font-family: Arial, Helvetica;
	color: #900;
	font-size: 18px;
}
fieldset{
	background-color: #f0f0f0;
	text-align: left;
	padding: 10px;
}


.sitemap{
	font-size: 14px;
	color: gray;
	font-family: arial;
}
.sitemap li{
	list-style-image: url("http://www.ilove-you.net/grfx/images/sitemap.gif");
	font-size: 12px;
	color: gray;
	font-family: arial;
}
.sitemap a{
	font-size: 12px;
	color: black;
	font-family: arial;
}
.sitemap a:hover{
	font-size: 12px;
	color: green;
	font-family: arial;
}



#outer_shadow{
	position: absolute;
	border: solid 1px;
	FILTER: alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
	background-color: #000; 
	width: 600px;
	height: 400px;
	z-index: 5;

}
#inner_shadow{
	position: absolute;
	border: solid 1px;
	background-color: #000; 
	width: 600px;
	height: 400px;
	z-index: 6;

}



.button_lnk_middle{
	border: solid 1px #fff;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-decoration: underline;
	font-weight: bolder;
}
.button_lnk_middle:hover{
	border: solid 1px #333;
	background-color: #66f;
}
.button_lnk_outer{
	border: solid 1px #fff;
	color: blue;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-decoration: underline;
	font-weight: bolder;
}
.button_lnk_outer:hover{
	border: solid 1px #666;
	background-color: #ccc;
}
