/********************************************************
	APIVISION.COM WEBSITE STYLE SHEET
********************************************************/

/**
* BASIC STUFF
*/

body {
	background-image: url(http://www.spanieninfo.biz/img/bg2.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #CC0000;
}

a:hover {
	color: #996633;/*#7C1F5E;*/
	text-decoration:none;
}

.bold {
	font-weight: bold;
}

/**
* HEADERS
*/

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #444444;
	
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color:#fff;
	background-color:#CC0000;
	text-align: center;
	height:23px;
	vertical-align:middle;
}


/**
* PAGE components
*/

#bg {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color:#111111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#html {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	

}

#main{
	width: 730px;
	padding: 0px;
	clear: both;
	line-height: 16px;
	background-color:#fff;
}

#bg_bottom {
	width: 750px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
}

#bg_bottom_text {
	height:58px;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-transform:lowercase;
	background-image:url(http://www.spanieninfo.biz/img/bg_stopka.png);
	background-repeat:repeat-x;
	
	
}

#bg_bottom_text a {
	color: #444444;
	text-decoration:none;
}

#bg_bottom_text a:hover {
	color: #cc0000;
	text-decoration:none;
}


#bottom{
	width: 750px;
	font-size: 11px;
	line-height: 14px;
	clear: both;
	text-align: center;
	background: url(underline.png) no-repeat;
	padding-top: 6px;
	margin-bottom: 10px;
}

#body{
	vertical-align:top;
	width: 518px;
	padding: 4px 12px 16px 20px;
	background-color:#fff;
	
}

#margin {
	vertical-align:top;
	width: 200px;
	background-color:#EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#margin a {
	color:#111111;
	text-decoration:none;
}
#margin a:hover {
	color:#111111;
	text-decoration:underline;
}

#margin li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	list-style-type: none;
	font-size:11px;
	}
	
#margin ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size:11px;
	}

#margin .current {
	color:#111111;
	text-decoration:none;
	font-weight:bold;
}

.margin2 {
	width: 180px;
	background-color:#EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.margin2 a {
	color:#111111;
	text-decoration:none;
}
.margin2 a:hover {
	color:#111111;
	text-decoration:underline;
}




/**
* ADMIN
*/

#menu_main {
	margin: 25px 0px 0px 20px;
	padding: 0px 0px 5px 10px;
	list-style-type: none;
}

#menu_main li {
	margin: 0px 0px 0px 10px;
	padding: 10px;
	display: inline;
	text-align: center;
	font-weight: bold;
}

#menu_main a {
	color: #fff;
	text-decoration: none;
}

#menu_main a:hover {
	color: #FF9933;
	text-decoration: underline;
}

#menu_main .current a {
	color: #FF9933;
}




/**
* ADMIN
*/

.msg {
	float: right;
	background-color: #009900;
	color:#fff;
	font-weight: bold;
	padding: 2px;
	margin-right: 10px;
}

.label, .label_div {
	padding: 4px;
	vertical-align: text-bottom;
	display: block;
	float: left;
	margin-bottom: 4px;
}

.label {
	width: 150px;
	text-align: right;
}

.red {
	color: #008000;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

.admin_listing {
	border-bottom: #000 dotted 1px;
	padding: 4px;
}

.admin_btn {
	font-size: 14px;
	font-weight: bold;
}

#admin_menu {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 5px solid #c0c0c0;
	list-style-type: none;
}

#admin_menu li {
	margin: 0px 0px 0px 10px;
	padding: 5px;
	display: inline;
	text-align: center;
	background: #e9e9e9;
}

#admin_menu .current {
	background: #c0c0c0;
	color: #333;
}


/********************************************************
	RSS Style Sheets
********************************************************/

.rss_title {
	padding: 2px;
	background-color: #ff6300;
	font-size: 12px;
	font-weight: bold;
}

.rss_title a {
	text-decoration: none;
	color: #fff;
}

.rss_description {
	margin-left: 4px;
	padding: 2px;
	font-size: 11px;
}

.rss_item_date {
	margin-left: 8px;
	font-size: 11px;
	color: #A9A9A9;
}

.rss_item_title {
	margin-top: 8px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

.rss_item_title a {
	text-decoration: none;
}

.rss_item_description {
	margin-left: 8px;
	padding: 2px;
	font-size: 11px;
}

.rss_foot {
	padding: 4px;
	font-size: 11px;
}



#menu {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 4px;
	list-style-type: none;
	background: url(http://www.spanieninfo.biz/img/bg_menu.png) repeat-x;
	height:25px;
	font-size:10px;
	vertical-align:middle;
	text-transform:uppercase;
	font-family: Tahoma, Arial;
}

#menu li {
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
	text-align: center;
	
}

#menu a {
	color: #fff;
	text-decoration: none;
	
}

#menu a:hover {
	color: #FFcc00;
	text-decoration: none;
	border-bottom: 2px #ffcc00 solid;

}

#menu .current a {
	color: #fff;
	font-weight:bold;
	border-bottom: 2px #ffcc00 solid;
}

#szare {
	background-color:#EEEEEE;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	}

#top2 {
	
	background:url(http://www.spanieninfo.biz/img/top2.jpg) no-repeat;
	padding-top:14px;
	padding-left:45px;
	padding-bottom:49px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	}
	
	
.footer {
	margin-bottom:15px;
	margin-top:15px;
	}