/**
 * This file contains the entire layout settings for external embedded newsfeeds.
 * 
 * @copyright ©2011 www.tagworx.net
 *
 * @author Michael Schmidt
 * @author Sonja Leibold
 */

/* ----- GLOBALS ----- */

html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #B2B2B2;
	background-color: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

hr {
	color: #916D53;
	width: 50%;
	height: 1px;
}

/* ----- Unique identifier for box model layers ----- */

#mainbox {
	float: left;
	width: 480px;
	color: #B2B2B2;
	height: auto !important; /* Für moderne Browser */
	min-height: 35.5em;
	height: 35.5em;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
}

#mainbox iframe {
	overflow: hidden;
	border: none;
}

#mainbox h1 {
	clear: left;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #B2B2B2;
}

/* ----- Images ----- */

img {
	border: none;
}

/* ----- Breaks ----- */

/* ----- Text formatting ----- */

/* ----- Links ----- */

a:before{content:"+ ";color:#B2B2B2;}

#mainbox a {
	padding: 0 0 0 0;
	color: #B2B2B2;
	text-decoration: none;
}

#mainbox a:hover {
	color: #74C0E4;
}

#mainbox a:active {
	color: #000;
}
