body, html {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
}

.body {
	overflow: hidden;
}

.widget {
	padding: 2px;
	overflow: hidden;
}


.header {
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 2px;
	padding-top: 2px
}
.footer {
	background: url(../images/pfeil.png) no-repeat 5px 11px;
	padding-left: 15px;
	height: 25px;
	margin-top: 3px;
	margin-bottom: 2px;
	padding-top: 7px;
	border-top: 1px solid #d9d9d9;
}
.footer a {
	color: #2050A2;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial,sans-serif;
}
.footer a:hover {
	text-decoration: underline;
}
/* Standard-Style */
body {
	padding: 1px; background: white;
}

.content {
	overflow: hidden;
}

.content .message {
	position: relative;
	top: 10px;
	text-align: center;
	font-style: italic;
}

.content .feed-error {
	color: red;
	font-weight: bold;
	font-style: normal;
}

.job {
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	color: #2050A2;
	font-family: Arial,sans-serif;
	clear: both;
}

.header {
	border-bottom: 2px solid #d9d9d9;
}

.header h1 {
	display: none;
}

.job a {
	text-decoration: none;
	color: #2050A2;
}

.job a:hover {
	text-decoration: underline;
}

.job > div.title {
	clear: left;
	float: left;
	font-weight: bold;
}

.job > div.clearfix {
	clear: both;
}a#framelink_url{	text-decoration: none;	color: #2050a2;}a#framelink_url img{	margin-right: 5px;}

/* Styles für 200 */
@media only screen and (max-width: 200px) {
	.header {
		height: 25px;
		background: url(../images/logo-h24.png) no-repeat 50% 0;
	}

	.job {
		font-size: 12px;
		line-height: 15px;
		margin-top: 3px;
		padding-bottom: 3px;
	}

	.job > div.company {
		clear: left;
		float: left;
		font-weight: normal;
		margin-top: 3px;
	}
}	

/* Styles für 300 */
@media only screen and (min-width: 201px) and (max-width: 399px) {
	.header {
		height: 30px;
		background: url(../images/logo-h30.png) no-repeat 50% 0;
	}

	.job {
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 5px;
		margin-top: 5px;
	}

	.job > div.company {
		clear: left;
		float: left;
	}
}

/* Styles für 400 */
@media only screen and (min-width: 400px) {
	.header {
		height: 25px;
		background: url(../images/logo-h24.png) no-repeat 100% 0;
	}
	
	.header h1 {
		font-size: 15px;
		padding: 0;
		margin: 0;
		font-weight: normal;
		display: block;
		color: #2050A2;
	}

	.job {
		font-size: 13px;
		line-height: 18px;
		margin-top: 5px;
		padding-bottom: 5px;
	}

	.job > div.title {
		float: left;
		padding-right: 10px;
	}

	.job > div.company {
		font-weight: normal;
	}
}

/* Sonderregel für Logo bei unter 240px breite */
@media only screen and (max-width: 240px) {
	.header {
		height: 25px;
		background: url(../images/logo-h24.png) no-repeat 50% 0;
	}
}